Haroon Khan
7f6b12abcb
[JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 ( #12647 )
2022-08-25 21:30:13 +05:30
Dhawal Kapil
b1c0a40b0e
JAVA-11489 Renamed PropertiesReloadIntegrationTest to *ManualTest
2022-05-18 23:59:18 +05:30
Krzysiek
5242966787
JAVA-9486: Use guava.version defined in the parent pom
2022-01-18 09:42:21 +01:00
chaos2418
c55e569096
JAVA-8356: split or move spring-boot-properties
2022-01-14 13:34:42 +05:30
Krzysiek
61b0f3f919
JAVA-8794: Update Spring Cloud dependencies
2021-12-13 15:23:22 +01:00
Loredana Crusoveanu
4054e8f860
Merge branch 'master' into JAVA-7244-Review_log_statements_for_projects
2021-12-09 10:22:41 +02:00
chaos2418
58e6087b3d
JAVA-8405: reducing logging for tutorials-build-job
2021-11-19 13:39:00 +05:30
sampadawagde
b984a4b618
JAVA-8204: Fix formatting of POMs
2021-11-09 16:27:03 +05:30
mikr
72f31df764
JAVA-7244 Review log statements for projects
2021-09-18 00:37:04 +02:00
kwoyke
eb1f4e1e90
JAVA-5875: Upgrade Spring Boot to 2.5.1 ( #10956 )
...
* JAVA-5875: Upgrade Spring Boot to 2.5.1
* JAVA-5875: Leave jta module on Spring Boot 2.4.7
* JAVA-5875: Update spring-boot-persistence-mongodb to use embedded Mongo 3.0
* JAVA-5875: Leave spring-data-dynamodb on Spring Boot 2.4.7
* JAVA-5875: ErrorController#getErrorPath has been removed
* JAVA-5875: Fix SQL Script DataSource Initialization
* JAVA-5875: ErrorController#getErrorPath has been removed
* JAVA-5875: Fix RepositoryRestConfigurer
* JAVA-5875: Fix issues caused by rest-assured upgrade
* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3
* JAVA-5875: Leave spring-boot-keycloak on Spring Boot 2.4.7
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Leave spring-security-legacy-oidc on Spring Boot 2.4.7
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Update de.flapdoodle.embed.mongo dependency
* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3
* JAVA-5875: Update Spring Cloud dependencies
* JAVA-5875: Update cloud dependencies
* JAVA-5875: Defer datasource initialization
* JAVA-5875: Fix rest assured version
* JAVA-5875: Fix Spring Batch serialization issue
* JAVA-5875: Update Spring Cloud Stream version
* JAVA-5875: Update Spring Kafka version
* JAVA-5875: Leave spring-zuul-rate-limiting on Spring Boot 2.4.7
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-26 01:20:37 +05:30
sampadawagde
39352f251d
JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 3)
2021-05-13 22:47:40 +05:30
Krzysztof Woyke
a382f77a64
JAVA-3295: Remove redundant java.version property
2021-03-26 12:55:14 +01:00
Gerardo Roza
195f4aab7b
cleaned up boot version override in spring-boot-properties, since the parent-boot-2 module has been updated
2021-01-08 18:14:01 -03:00
Gerardo Roza
5d9cb02da9
fixed error updating deprecated isEmpty method
2021-01-03 16:36:16 -03:00
Gerardo Roza
7b17a09eb7
avoid using deprecated StringUtils#isEmpty method
2020-12-16 16:53:33 -03:00
Gerardo Roza
8a9c1a1911
migrated spring.profiles properties to spring.config.activate.on-profile
2020-12-16 16:38:31 -03:00
Gerardo Roza
23c81c0595
added test for adding configuration properties scenarios
2020-11-28 12:56:55 -03:00
Gerardo Roza
eb4b03eb73
Added simple test for multidocument properties file
2020-11-27 12:00:53 -03:00
Gerardo Roza
73bfea2207
updated Spring Boot version to 2.4.0
2020-11-26 10:51:58 -03:00
Gerardo Roza
aa44953fe9
removed all XML-related code
2020-11-26 09:44:48 -03:00
Gerardo Roza
0185b2d0fb
removed all PropertyPlaceholderConfigure references
2020-11-26 09:44:47 -03:00
Krzysztof Woyke
0a4fc2ef66
JAVA-3384: Fix integration tests in the spring-boot-properties
2020-11-05 08:58:04 +01:00
kwoyke
a0828bf3d1
BAEL-3704: Add missing code samples ( #10226 )
2020-11-03 19:07:21 +01:00
kwoyke
8c26df1709
BAEL-4682: Add boolean example to the YAML ( #10227 )
2020-11-03 09:33:24 +01:00
kwoyke
c3cd93fcdb
JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE ( #9985 )
...
* JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE
* JAVA-2563: Downgrade spring-cloud-connectors-heroku to Spring Boot 2.2.6.RELEASE
* JAVA-2563: Add joda-time version
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Use MongoClients factory instead of MongoClient directly
* JAVA-2563: Downgrade spring-5-data-reactive to Spring Boot 2.2.6.RELEASE
* JAVA-2563: Switch back to default bootstrap mode for JPA
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Switch from ServerHttpRequest to ServerWebExchange interface
* JAVA-2563: Use OutputCaptureRule instead of OutputCapture
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Fix Jackson dependency
* JAVA-2563: Fix ManualEmbeddedMongoDbIntegrationTest
* JAVA-2563: Replace validation-api with spring-boot-starter-validation
* JAVA-2563: Fix usage of deprecated getErrorAttributes method
* JAVA-2563: Downgrade spring-data-cassandra-reactive to Spring Boot 2.2.6.RELEASE
* JAVA-2563: Set spring.datasource.generate-unique-name to false in spring-session-jdbc
2020-09-11 18:19:02 +05:30
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
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
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
adb8dd9fe2
JAVA-1526: Add pagination to the README files
2020-05-20 16:03:49 +02:00
Krzysztof Woyke
7c0fa2dbcf
JAVA-1526: Delete moved articles from spring-boot-properties
2020-05-20 15:58:43 +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
c4101d7df7
JAVA-1526: Fix test configuration
2020-05-20 14:50:33 +02:00
Krzysztof Woyke
8afe64de3e
JAVA-1526: Remove spring-boot-json-properties from spring-boot-properties
2020-05-20 14:37:43 +02:00
kwoyke
7bc07fdac9
BAEL-4069: Add example of using @Value with constructor/setter ( #9318 )
2020-05-19 21:59:55 +02:00
sasam0320
c72b2846d5
BAEL 3234 - Add missing code snippets ( #9285 )
2020-05-16 10:03:47 +02:00
sasam0320
020837fa2f
BAEL 3234 - Add missing code snippets from the Spring Properties article ( #9280 )
2020-05-13 11:09:41 +02:00
sasam0320
fb5b157ce4
Add missing code snippets ( #9228 )
2020-05-06 05:28:28 +02:00
amit.pandey
d76fdbbe14
Merge branch 'JAVA-1164' into JAVA-1192
2020-04-12 00:05:00 +05:30
amit.pandey
5b88ab42df
sync source code with article
2020-04-12 00:01:36 +05:30
mikr
ad889f6bcd
JAVA-117 Standardize spring-boot-modules
2020-04-04 21:47:45 +02:00
johnA1331
0af09bf2c1
Update README.md
2020-03-18 13:36:41 +08:00
johnA1331
18fdd2b6aa
Update README.md
2020-03-18 13:14:22 +08:00
Roman
8be4255cbb
BAEL-3497 IntelliJ Cannot Resolve Spring Boot Configuration Properties ( #8775 )
...
Co-authored-by: Oskar <>
2020-03-11 18:43:43 +00:00
Priyesh Mashelkar
394711c03e
BAEL-3499 Fixed integration test
2020-02-15 23:16:12 +00:00
Priyesh Mashelkar
6dcb329bbc
BAEL-3499 Moved code to spring-boot-properties ( #8643 )
2020-02-09 23:27:55 +01:00
kwoyke
577bdf4631
BAEL-2914: Immutable @ConfigurationProperties binding ( #8623 )
2020-01-29 07:06:48 +01:00
mikr
31e161ce81
BAEL-20882 Move Spring Boot Properties module to Spring Boot modules
2020-01-26 23:58:19 +01:00