Commit Graph

294 Commits

Author SHA1 Message Date
rpvilao e65e8ffab3 Merge pull request #9641 from azhwani/yamlft
BAEL-4320: Mapping list in Yaml to list of objects in Spring Boot
2020-07-12 14:46:39 +01:00
amit.pandey 0716abb5e7 used properties defined in parent pom 2020-07-12 00:06:27 +05:30
azhwani d0271aaf8e quick fix 2020-07-09 13:16:27 +01:00
Josh Cummings 9c03e5a74d Merge pull request #9627 from kwoyke/JAVA-1646
JAVA-1646: Remove overriden spring-boot.version property
2020-07-08 09:37:34 -06:00
François Dupire 5cc83c631b [JAVA-1670] Upgrade JUnit and Maven Surefire Plugin in spring-boot-modules - Changed sub-modules inheritance (second batch) (#9666)
* Imported junit bom before spring-boot-dependencies bom with correct version

* Changed spring-boot-libraries

* Changed spring-boot-mvc

* Changed spring-boot-mvc-2

* Added and changed spring-boot-mvc-3

* Added and changed spring-boot-mvc-birt

* Added and changed spring-boot-nashorn

* Changed spring-boot-parent and its submodules

* Changed spring-boot-performance

* Changed spring-boot-properties

* Changed spring-boot-properties-2

* Changed spring-boot-runtime and its sub-modules

* Changed spring-boot-security

* Changed spring-boot-springdoc

* Changed spring-boot-testing

* Changed spring-boot-vue
2020-07-08 08:30:05 +05:30
Loredana Crusoveanu 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
azhwani aeb1653c89 quick fix 2020-07-07 12:00:37 +01:00
azhwani a1732d99a7 Create test classes 2020-07-04 11:58:20 +01:00
azhwani 8f99163df7 Update application.yml 2020-07-04 11:58:07 +01:00
azhwani 126233cf6c Add ApplicationProps POJO 2020-07-04 11:57:59 +01:00
azhwani ce80343050 Add YamlListApplication class 2020-07-04 11:57:52 +01:00
François Dupire c946569125 [JAVA-1670] Upgrade JUnit and Maven Surefire Plugin in spring-boot-modules - Changed sub-modules inheritance (first batch) (#9629)
* [JAVA-1670] Upgraded JUnit and Maven Surefire Plugin in spring-boot-modules

* Upgraded Maven Surefire Plugin version to 2.22.2

* Upgraded JUnit version to 5.6.2

* [JAVA-1670] Phasing upgrade - Inheriting form parent-boot-2

* Reverted JUnit version upgrade for now (will focus on parent/child relationships first)

* Changed parent pom of spring-boot-modules to parent-boot-2

* Upgraded JUnit version to 5.6.2 in spring-boot-modules

* [JAVA-1670] Phasing upgrade - Inheriting from spring-boot-modules instead of parent-boot-2 (first batch)

* Changed spring-boot parent

* Changed spring-boot-admin

* Deleted exclusions in spring-boot

* Changed spring-boot-angular

* Changed spring-boot-annotations

* Changed spring-boot-artifacts

* Changed spring-boot-autoconfiguration

* Changed spring-boot-basic-customization

* Changed spring-boot-bootstrap

* Changed spring-boot-client

* Changed spring-boot-config-jpa-error

* Changed spring-boot-ctx-fluent

* Changed spring-boot-deployment

* Changed spring-boot-di

* Changed spring-boot-ci-cd

* Changed spring-boot-custom-starter

* Changed spring-boot-crud

* Changed spring-boot-data

* Changed spring-boot-environment

* Changed spring-boot-exceptions

* Changed spring-boot-flowable

* Changed spring-boot-jasypt

* Changed spring-boot-keycloak
2020-07-03 14:21:51 +05:30
Krzysztof Woyke 52b41d9fc1 JAVA-1646: Remove overriden spring-boot.version property 2020-07-02 14:02:07 +02:00
François Dupire 1ff6672223 [JAVA-1670] Upgraded JUnit and Maven Surefire Plugin in spring-boot-m… (#9509)
* [JAVA-1670] Upgraded JUnit and Maven Surefire Plugin in spring-boot-modules

* Upgraded Maven Surefire Plugin version to 2.22.2

* Upgraded JUnit version to 5.6.2

* [JAVA-1670] Phasing upgrade - Inheriting form parent-boot-2

* Reverted JUnit version upgrade for now (will focus on parent/child relationships first)

* Changed parent pom of spring-boot-modules to parent-boot-2

* Upgraded JUnit version to 5.6.2 in spring-boot-modules
2020-06-30 22:25:30 +05:30
Sampada a135fa0998 JAVA-1555: Update "Spring Boot multi-module" article (#9609)
* JAVA-1555: Modified parent's pom to include new module

* JAVA-1555: Added missing module parent-multi-module
2020-06-30 22:11:42 +05:30
Azhwani 750bf1ad37 remove @propertysource (#9612)
Co-authored-by: azhwani <>
2020-06-29 14:13:53 -07:00
Josh Cummings d7c98c56db Merge pull request #9535 from amit2103/JAVA-1830
Java 1830
2020-06-25 19:39:28 -06:00
Azhwani 8f2ff8a500 BAEL-4087: Inject a Map from a yaml file with Spring (#9560)
* Add server.yml

* Add MapFromYamlApplication.java

* Add YamlPropertySourceFactory.java

* Add ServerProperties.java

* Add MapFromYamlApplicationTests.java

* last commit

Co-authored-by: azhwani <>
2020-06-22 20:07:21 -07:00
Loredana Crusoveanu 68316251df Merge branch 'master' into master 2020-06-22 10:58:31 +03:00
Eric Martin 2dd5aa5614 Merge pull request #9483 from michael-pratt/BAEL-4098
Add examples for BAEL-4098
2020-06-20 22:46:09 -05:00
Michael Pratt 2ac608dfd3 BAEL-4098: Add note about spring security 2020-06-20 12:33:30 -06:00
amit.pandey 36f15adbd7 extract version into properties tag & moved common properties in parent 2020-06-20 23:32:32 +05:30
Mona Mohamadinia 6fdcc3f45e Bael 4149: Liveness and Readiness probes in Spring Boot 2.3 (#9484)
* Added Liveness and Readiness Samples

* Added the Missing Files
2020-06-19 16:05:28 +01:00
johnA1331 2eb66f3430 Update README.md 2020-06-18 15:10:04 +08:00
johnA1331 0e6701c98a Update README.md 2020-06-18 15:04:43 +08:00
johnA1331 53391ca641 Update README.md 2020-06-18 14:56:09 +08:00
johnA1331 f327465040 Update README.md 2020-06-18 13:38:59 +08:00
johnA1331 5ba1cd0b0f Merge branch 'master' into master 2020-06-14 10:42:24 +08:00
Michael Pratt f06b1f6296 Fix formatting 2020-06-13 12:33:48 -06:00
Carlos Cavero edd28c1b43 BAEL-3756-Spring-YAML-vs-Properties (#9482)
* Remove Dockerfile because it is not longer needed in the article

* Add different YAML configurations and process into POJO

* Remove .dockerignore file because it is not longer needed in the article

* Add default Spring profile to test and force also in the Unit tests
2020-06-12 10:40:14 -07:00
Greg 6d6e62edeb Merge pull request #9337 from kirill-vlasov/BAEL-3824
BAEL-3824 Circular view path exception
2020-06-11 18:58:58 -04:00
Michael Pratt 52bd7fb2b6 Add examples for BAEL-4098 2020-06-11 11:41:39 -06:00
Loredana Crusoveanu 37f48e86fc Merge pull request #9196 from thomasturrell/patch-1
Fix controllers to use Post/Redirect/Get
2020-06-10 21:41:55 +03:00
Kirill Vlasov f01c29efe0 BAEL-3824 code review fixes 2020-06-10 14:37:14 +05:00
kwoyke c387fe5dd6 BAEL-3979: Get rid of the Spring Snapshots & Milestones repos (#9434) 2020-06-09 21:44:45 +02:00
johnA1331 96c0cf5ccb Update README.md 2020-06-09 19:28:03 +08:00
johnA1331 c01d347828 Update README.md 2020-06-09 19:20:17 +08:00
johnA1331 f1c9f3ab9f Update README.md 2020-06-09 17:55:19 +08:00
Josh Cummings 25661128ae Merge pull request #9412 from chris9408/feature/BAEL-4070
BAEL-4070: Injecting List or Arrays from a Spring properties file
2020-06-08 21:08:02 -06:00
Cristian Rosu c098ffa7e9 BAEL-4070: updated test names and parameter ordering + moved code to spring-boot-properties-2 2020-06-08 15:01:46 +03:00
Josh Cummings 357ecb0341 Merge pull request #9440 from kwoyke/JAVA-1782
JAVA-1782: Add byte-buddy dependency to the parent-boot-2
2020-06-06 13:41:27 -06:00
Eric Martin 676f32a246 Merge pull request #9398 from alimate/KTLN-46
KTLN-46: Using Retrieve instead of AwaitExchange
2020-06-05 17:45:12 -05:00
Krzysztof Woyke b8a3dd7a68 JAVA-1782: Remove byte-buddy dep from parent-boot-2's children 2020-06-05 15:38:09 +02:00
Cristian Rosu bc2c23ae9e BAEL-4070: removed unnecessary curly brace, fixed test name 2020-06-04 12:18:03 +03:00
Yavuz Tas 078481781f Module for BAEL-3280 (#9329)
* Module for BAEL-3280

* update comment to make it more clear

* remove .gitignore file

* remove name tag

* fix typo

* change module name to a generic one

* add module to parent
2020-06-03 07:59:42 -05:00
Cristian Rosu dd5e1190fa BAEL-4070: updated test names to match Baeldung's guidelines + makred test as Unit Test instead of Integration Test 2020-06-02 22:53:54 +03:00
Cristian Rosu 88a899a283 BAEL-4070: Injecting List or Arrays from a Spring properties file 2020-06-01 23:32:38 +03:00
Ali Dehghani 6b3b45923b Using Retrieve instead of AwaitExchange 2020-05-30 21:58:48 +04:30
Carlos Cavero 6076d4da3b BAEL-3756-YAML-for-Spring-DevOps (#9368)
* Add modifications to include the configuration for YAML and DevOps

* Clean the Dockerfile

* Modify the name of testing environment and include YAML tests
2020-05-28 15:02:11 -07:00
Krzysztof Woyke 771b415b87 JAVA-1641: Remove overriden spring-boot.version property 2020-05-27 13:48:16 +02:00