Commit Graph

612 Commits

Author SHA1 Message Date
kwoyke
8466198733 BAEL-4912: Set lazy initialization using SpringApplication and SpringApplicationBuilder (#10617)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-04-02 06:53:32 +02:00
Stefan de Konink
00344d123c Implement a functional logout for spring-boot-keycloak 2021-04-01 21:28:29 +02:00
Loredana Crusoveanu
ac19c3af05 Merge pull request #10613 from johnA1331/master
BAEL-33794 - add links to github-baeldung articles
2021-04-01 18:29:28 +03:00
Amy DeGregorio
900dbc42e4 BAEL-4825 (#10616)
* BAEL-4825

* BAEL-4825 added integration tests

* BAEL-4825 Fix line continuation indents

* BAEL-4825 Fix line continuation indents
2021-04-01 08:14:25 -07:00
johnA1331
3e7396ca01 Update README.md 2021-04-01 00:32:04 +08:00
freelansam
be469d4566 BAEL-4642: corrected formatting (#10610) 2021-03-30 19:10:44 -07:00
Krzysztof Woyke
232d9bcd05 JAVA-4931: Cleanup surefire config 2021-03-29 15:22:10 +02:00
Loredana Crusoveanu
a573a99f91 Merge pull request #10584 from kwoyke/JAVA-3295
JAVA-3295: POM Properties Cleanup
2021-03-29 14:57:35 +03:00
Amy DeGregorio
e92a4a0e5f BAEL-4825 (#10601)
* BAEL-4825

* BAEL-4825 added integration tests
2021-03-28 13:14:17 -07:00
freelansam
326d935107 BAEL-4642: Open API Server Implementation using OpenAPI Generator (#10598)
* BAEL-4642: Open API Server Implementation using OpenAPI Generator

* BAEL-4642: Open API Server Implementation using OpenAPI Generator

* BAEL-4642
2021-03-28 10:30:44 -07:00
Sallo Szrajbman
6a82efdd39 BAEL-4842 - Use React and Spring Boot to Build a Simple CRUD App
Initial source module for the article
2021-03-28 17:00:33 +01:00
Krzysztof Woyke
e56e12e8c7 JAVA-3295: Remove redundant java.version property 2021-03-26 12:55:14 +01:00
Krzysztof Woyke
0bca3e3ca1 JAVA-3295: Fix pom properties in spring-boot-modules 2021-03-25 13:12:01 +01:00
johnA1331
3251847a83 Update README.md 2021-03-25 00:49:53 +08:00
Krzysztof Woyke
19f5252e15 JAVA-3295: Use project.build.sourceEncoding and project.reporting.outputEncoding from the main pom.xml 2021-03-24 09:37:43 +01:00
kwoyke
dabff61f84 JAVA-4241: Upgrade Spring Boot to 2.4.3 (#10569)
* JAVA-4241: Upgrade Spring Boot to 2.4.3

* JAVA-4241: Fix CharEncodingCheckControllerUnitTest

* JAVA-4241: Upgrade Spring Framework to 5.3.4 in spring-testing

* JAVA-4241: Fix spring-data-commons version setup in spring-caching

* JAVA-4241: Upgrade jetty-reactive-httpclient in spring-5-reactive-client

* JAVA-4241: Disable failing test
2021-03-19 22:37:39 +05:30
Dhawal Kapil
735f0d1bda Merge pull request #10557 from Maiklins/JAVA-4862-Update_spring-boot-deployment_module
Java 4862 update spring boot deployment module
2021-03-15 23:40:35 +05:30
mikr
77b4e0f7eb JAVA-4862 Update spring-boot-deployment module 2021-03-14 23:31:18 +01:00
Jordan Simpson
39b9c325d7 Add code from article (#10552) 2021-03-14 13:18:13 -07:00
johnA1331
d6ea48e5fa Update README.md 2021-03-03 20:45:17 +08:00
Jonathan Cook
bba8410e4f Merge pull request #10521 from azhwani/BAEL-4168
BAEL-4168: No converter found for return value of type
2021-02-26 20:02:44 +01:00
Azhwani
cd38a01d17 Fix integration test 2021-02-26 19:23:09 +01:00
Loredana Crusoveanu
93ec34b58a Merge pull request #10518 from johnA1331/master
BAEL-32617 - add links to github-baeldung articles
2021-02-26 08:53:04 +02:00
davidmartinezbarua
181329f153 Merge pull request #10448 from SimoneCusimano/BAEL-4688-RestAPI-JAX-RSandSpringWebMVC
[BAEL-4688] Rest API: JAX-RS and Spring Web MVC
2021-02-25 08:22:59 -03:00
Simone Cusimano
dc1e381ade Reformat pom.xml and rename artifactId 2021-02-24 18:34:42 +01:00
johnA1331
0fb289b70c Update README.md 2021-02-24 22:39:16 +08:00
freelansam
e3473932a0 JAVA-4340: Upgrade spring-boot-admin module (#10508)
* JAVA-4340: Upgrade spring-boot-admin module

* JAVA-4340: eviction policy correction
2021-02-23 00:19:12 +05:30
johnA1331
015ab058df Update README.md 2021-02-18 04:36:48 +08:00
Simone Cusimano
51f3069a26 Convert to Maven project and add modules to parent 2021-02-15 19:35:32 +01:00
Jonathan Cook
9556a18e24 Merge pull request #10489 from azhwani/BAEL-4168
BAEL-4168: No converter found for return value of type
2021-02-15 15:33:24 +01:00
Azhwani
2bd1c91128 first commit 2021-02-14 17:37:58 +01:00
johnA1331
b0906e34df Update README.md 2021-02-10 02:25:06 +08:00
johnA1331
1fb03c7df4 Update README.md 2021-02-10 01:20:19 +08:00
Amy DeGregorio
90a31281d9 BAEL-4331 (#10460)
* BAEL-4331

* Add an integration test
2021-02-08 18:11:25 -08:00
Eric Martin
730a285ae1 Merge pull request #10464 from sk1418/BAEL-4699_probes
upgrade to springboot 2.3.2 and fix application properties
2021-02-07 16:37:12 -06:00
Simone Cusimano
b3163ad9e5 Refactor unit test methods name 2021-02-03 19:37:36 +01:00
Kent@lhind.hp.g5
5658e92342 upgrade to springboot 2.3.2 and fix application properties 2021-02-02 10:40:05 +01:00
johnA1331
a28ae5bd16 Update README.md 2021-01-28 01:26:15 +08:00
Yavuz Tas
8c25833fd5 BAEL-3828 Where Should @Service Annotation Be Kept? (#10430)
* BAEL-3828 add code samples and tests for the article

* BAEL-3828 fix maven test folder structure and test executions

* BAEL-3828 fix indentation in continuation lines
2021-01-26 09:10:30 -06:00
Umang Budhwar
0a79116b7a BAEL-4710 - Hiding endpoints using @Hidden (#10431)
* Added code for checking if a class is abstract or not.

* Renamed test name as per review comments.

* BAEL-4695 - Added code to evaluate math expressions.

* BAEL-4695 - Added test case for math function.

* BAEL-4695 Added consistent examples and entry in parent pom.

* BAEL-4695 - Added more examples

* BAEL-4710 - Hiding endpoints using @Hidden
2021-01-26 09:06:04 -06:00
Simone Cusimano
91d8e946dd Fix wrong imports 2021-01-25 20:16:55 +01:00
Simone Cusimano
d3e6fcfc5b Add two modules for BAEL-4688 2021-01-25 20:10:11 +01:00
Loredana Crusoveanu
8ec997fbae Merge pull request #10437 from rozagerardo/rozagerardo/JAVA-3721_Update-articles-for-2.4.0--articles-using-profiles-2
[JAVA-3721] Update articles for 2.4.0 - modules using spring.profiles.* properties - part 2
2021-01-21 10:21:32 +02:00
Gerardo Roza
ab62e8398d added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests for spring-boot module 2021-01-19 15:44:33 -03:00
Gerardo Roza
39c9b6580b fix extra test configuration properties error 2021-01-19 12:22:02 -03:00
Gerardo Roza
a55c8b958b Added additional scenario to reflect scenario mentioned in spring-feature-flags
(even though the article does not point to any module in the codebase)
2021-01-18 15:50:55 -03:00
Loredana Crusoveanu
b9adaa7f14 Merge pull request #10427 from rozagerardo/rozagerardo/JAVA-3717_Update-articles-for-2.4.0--other-properties-modules--optional
[JAVA-3717] Update articles for 2.4.0 - other properties-related articles -- article improvement
2021-01-17 11:18:26 +02:00
Gerardo Roza
f515070af0 fixed properties files notation 2021-01-16 12:20:54 -03:00
Loredana Crusoveanu
b8aefefec1 Merge pull request #10421 from rozagerardo/rozagerardo/JAVA-3717_Update-articles-for-2.4.0--other-properties-modules
[JAVA-3717] Update articles for 2.4.0 - other properties-related articles
2021-01-16 10:32:10 +02:00
Gerardo Roza
fc96b3e97c Improved spring-properties-file-outside-jar with new 2.4.0 feature 2021-01-15 16:00:03 -03:00