Commit Graph

556 Commits

Author SHA1 Message Date
freelansam 34d4a4032d BAEL-4642: corrected formatting (#10610) 2021-03-30 19:10:44 -07:00
Krzysztof Woyke 089da70fb0 JAVA-4931: Cleanup surefire config 2021-03-29 15:22:10 +02:00
Loredana Crusoveanu d3317c4963 Merge pull request #10584 from kwoyke/JAVA-3295
JAVA-3295: POM Properties Cleanup
2021-03-29 14:57:35 +03:00
Amy DeGregorio e222f19a3c BAEL-4825 (#10601)
* BAEL-4825

* BAEL-4825 added integration tests
2021-03-28 13:14:17 -07:00
freelansam 945753e5dc 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
Krzysztof Woyke a382f77a64 JAVA-3295: Remove redundant java.version property 2021-03-26 12:55:14 +01:00
Krzysztof Woyke 7b6ba31847 JAVA-3295: Fix pom properties in spring-boot-modules 2021-03-25 13:12:01 +01:00
johnA1331 dbd03af829 Update README.md 2021-03-25 00:49:53 +08:00
Krzysztof Woyke df93a6b9e6 JAVA-3295: Use project.build.sourceEncoding and project.reporting.outputEncoding from the main pom.xml 2021-03-24 09:37:43 +01:00
kwoyke 224c569ac3 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 5ccfcb196f 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 880d7fe036 JAVA-4862 Update spring-boot-deployment module 2021-03-14 23:31:18 +01:00
Jordan Simpson af0b504061 Add code from article (#10552) 2021-03-14 13:18:13 -07:00
johnA1331 c5633e7bae Update README.md 2021-03-03 20:45:17 +08:00
Jonathan Cook 1102d9ac1e 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 228e9a357c Fix integration test 2021-02-26 19:23:09 +01:00
Loredana Crusoveanu 7d0f63b213 Merge pull request #10518 from johnA1331/master
BAEL-32617 - add links to github-baeldung articles
2021-02-26 08:53:04 +02:00
davidmartinezbarua b208e12340 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 af3a534679 Reformat pom.xml and rename artifactId 2021-02-24 18:34:42 +01:00
johnA1331 e5ad03c2bf Update README.md 2021-02-24 22:39:16 +08:00
freelansam bd4ff652f8 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 98cd39ff75 Update README.md 2021-02-18 04:36:48 +08:00
Simone Cusimano dd0ef1d9c3 Convert to Maven project and add modules to parent 2021-02-15 19:35:32 +01:00
Jonathan Cook 2838922e1b 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 dc349a0c00 first commit 2021-02-14 17:37:58 +01:00
johnA1331 5ae0cce72e Update README.md 2021-02-10 02:25:06 +08:00
johnA1331 9e867ffc0d Update README.md 2021-02-10 01:20:19 +08:00
Amy DeGregorio 6c5c6fe317 BAEL-4331 (#10460)
* BAEL-4331

* Add an integration test
2021-02-08 18:11:25 -08:00
Eric Martin d89a51b555 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 aa69c77efa Refactor unit test methods name 2021-02-03 19:37:36 +01:00
Kent@lhind.hp.g5 387ee88c2d upgrade to springboot 2.3.2 and fix application properties 2021-02-02 10:40:05 +01:00
johnA1331 a65de428fd Update README.md 2021-01-28 01:26:15 +08:00
Yavuz Tas 609c4db4fb 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 b018825dc4 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 c3c4dc627a Fix wrong imports 2021-01-25 20:16:55 +01:00
Simone Cusimano 6a2d8b85ef Add two modules for BAEL-4688 2021-01-25 20:10:11 +01:00
Loredana Crusoveanu 26c646f6fc 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 42ca93dbbf 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 8f428d7688 fix extra test configuration properties error 2021-01-19 12:22:02 -03:00
Gerardo Roza b33fd1ee9c 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 1e2aa09bf7 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 82b5316bc4 fixed properties files notation 2021-01-16 12:20:54 -03:00
Loredana Crusoveanu 119af2bcb9 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 6b462cd6c6 Improved spring-properties-file-outside-jar with new 2.4.0 feature 2021-01-15 16:00:03 -03:00
Gerardo Roza 1c5185b549 added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests 2021-01-14 11:43:32 -03:00
Gerardo Roza 1ed7c56596 changes related to spring-boot-modules/spring-boot-testing boot 2.4.0 upgrade 2021-01-13 11:28:41 -03:00
Loredana Crusoveanu a996154694 Merge pull request #10416 from sampada07/JAVA-4013
JAVA-4013: Split or move spring-5 module
2021-01-12 16:55:50 +02:00
sampadawagde 013902b253 JAVA-4013: README changes 2021-01-12 19:14:50 +05:30
sampadawagde 93e1567743 JAVA-4013: Moved 1 article to spring-boot-data-2 2021-01-12 19:12:12 +05:30
Gerardo Roza 0de3237365 improved and updated spring-boot-yaml-vs-properties article code 2021-01-11 14:23:27 -03:00