timis1
fae3e80186
JAVA-18600 Update "Guide to @ConfigurationProperties in Spring Boot" … ( #13670 )
...
* JAVA-18600 Update "Guide to @ConfigurationProperties in Spring Boot" article
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-04-13 16:18:11 +03:00
Tapan Avasthi
e8d8611e6e
BAEL-5027: Use BuildProperties bean for getting build information ( #13794 )
...
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-04-10 17:56:04 -05:00
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
Krzysiek
5242966787
JAVA-9486: Use guava.version defined in the parent pom
2022-01-18 09:42:21 +01:00
Krzysiek
61b0f3f919
JAVA-8794: Update Spring Cloud dependencies
2021-12-13 15:23:22 +01:00
sampadawagde
b984a4b618
JAVA-8204: Fix formatting of POMs
2021-11-09 16:27:03 +05:30
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
73bfea2207
updated Spring Boot version to 2.4.0
2020-11-26 10:51:58 -03: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
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
sasam0320
fb5b157ce4
Add missing code snippets ( #9228 )
2020-05-06 05:28:28 +02: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
6dcb329bbc
BAEL-3499 Moved code to spring-boot-properties ( #8643 )
2020-02-09 23:27:55 +01:00
mikr
31e161ce81
BAEL-20882 Move Spring Boot Properties module to Spring Boot modules
2020-01-26 23:58:19 +01:00