Commit Graph

25 Commits

Author SHA1 Message Date
sampadawagde 39352f251d JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 3) 2021-05-13 22:47:40 +05:30
Gerardo Roza 1112f95497 updated deprecated Assert. method usage. This is not related to this 2.4.0 boot update 2021-01-06 11:49:12 -03:00
Gerardo Roza 83664977f0 Updated deprecated ConfigFileApplicationContextInitializer usage, now using ConfigDataApplicationContextInitializer 2021-01-06 11:48:27 -03:00
johnA1331 60ca1bc31b Update README.md 2020-07-23 21:31:26 +08:00
johnA1331 1e2440d85e Update README.md 2020-07-21 21:33:35 +08:00
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
azhwani d0271aaf8e quick fix 2020-07-09 13:16:27 +01: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
Azhwani 750bf1ad37 remove @propertysource (#9612)
Co-authored-by: azhwani <>
2020-06-29 14:13:53 -07: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
johnA1331 53391ca641 Update README.md 2020-06-18 14:56:09 +08:00
johnA1331 5ba1cd0b0f Merge branch 'master' into master 2020-06-14 10:42:24 +08:00
johnA1331 96c0cf5ccb Update README.md 2020-06-09 19:28:03 +08: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
Krzysztof Woyke adb8dd9fe2 JAVA-1526: Add pagination to the README files 2020-05-20 16:03:49 +02:00
Krzysztof Woyke 304a6fb6cc JAVA-1526: Copy three @Value related articles to spring-boot-properties-2 2020-05-20 15:51:11 +02:00
Krzysztof Woyke 8afe64de3e JAVA-1526: Remove spring-boot-json-properties from spring-boot-properties 2020-05-20 14:37:43 +02:00
Krzysztof Woyke 5ab3de4965 JAVA-1526: Copy spring-boot-json-properties to spring-boot-properties-2 2020-05-20 13:36:48 +02:00
kwoyke 832b32210c BAEL-3745: Implement PropertySourceFactory to load YAML files (new module) (#9307) 2020-05-17 12:59:16 +02:00