Commit Graph

375 Commits

Author SHA1 Message Date
kwoyke
11a77301c0 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
Sampada
6c710b53d7 JAVA-2422: Merge spring-groovy into spring-boot-groovy (#9970)
* JAVA-2422: Moved article to spring-boot-groovy

* JAVA-2422: removed module spring-groovy

* JAVA-2422: Moved spring-boot-groovy inside spring-boot-modules module

* JAVA-2422: Added entry to spring-boot-module's pom

* JAVA-2422: main pom changes for module movements

* JAVA-2422: Renamed test as it needs the app up and running

* JAVA-2422: Renamed test to live as it needs App to be running
2020-09-07 21:15:50 +05:30
Loredana Crusoveanu
68af88d0a6 Merge pull request #9968 from kwoyke/JAVA-2401
JAVA-2401: Remove redundant repository config
2020-09-03 10:26:39 +03:00
Sampada
6728a54110 BAEL-4441: Custom User Attributes with Keycloak and Spring (#9966) 2020-09-02 08:46:52 -07:00
Krzysztof Woyke
284949fb3f JAVA-2401: Remove redundant repository config 2020-09-02 15:23:35 +02:00
Loredana Crusoveanu
dcd98e6112 Merge pull request #9963 from kwoyke/JAVA-2398-2
JAVA-2398: Remove redundant config classes import
2020-09-02 13:22:20 +03:00
davidmartinezbarua
a03923d29a Merge pull request #9909 from umangbudhwar/BAEL-4095
BAEL-4095
2020-09-01 13:42:39 -03:00
Krzysztof Woyke
e453a16e95 JAVA-2398: Remove redundant config classes import 2020-09-01 17:19:24 +02:00
Umang Budhwar
caa5955b2e Added two space indent for the line continuation. 2020-09-01 19:46:56 +05:30
Sampada
a580028731 JAVA-84: Move articles out of spring-boot part 1 (#9950)
* JAVA-84: Moved 1 article to spring-boot-actuator

* JAVA-84: Moved 2 articles to spring-boot-mvc

* JAVA-84: README changes for spring-boot module

* JAVA-84: Moved classes to com.baeldung pkg to correct compilation issue
2020-08-31 20:41:47 +05:30
Dhawal Kapil
719b713782 Merge pull request #9947 from Maiklins/Java-1462-Reduce-logging-api-gateway-spring-boot-springdoc-spring-zuul-rate-limiting-hibernate-ogm-jpa-hibernate-cascade-type
Reduce logging - Modules api-gateway, spring-boot-springdoc, spring-z…
2020-08-31 20:36:37 +05:30
Dhawal Kapil
882a5ae3ad Merge pull request #9946 from Maiklins/Java-1462-reduce-logging-modules-core-java-io-2-spring-ejb-beans-spring-boot-security-spring-data-jpa-3
Java-1461 Reduce logging - core-java-io-2, spring-ejb-beans, spring-boot-security
2020-08-31 20:35:06 +05:30
mikr
27bae40aab Reduce logging - Modules api-gateway, spring-boot-springdoc, spring-zuul-rate-limiting, hibernate-ogm, jpa-hibernate-cascade-type 2020-08-30 16:54:15 +02:00
mikr
863ccb116d Java-1462 Reduce logging - Modules core-java-io-2, spring-ejb-beans, spring-boot-security 2020-08-30 14:35:18 +02:00
Dhawal Kapil
cf12777734 Merge pull request #9935 from sampada07/JAVA-84
JAVA-84: Move articles out of spring-boot part 1
2020-08-30 12:14:13 +05:30
Dhawal Kapil
4725c9eccf Merge pull request #9925 from sampada07/JAVA-33
JAVA-33: move all spring-... modules to Boot 2
2020-08-30 12:06:33 +05:30
Umang Budhwar
3eca6ecd30 Merge pull request #6 from eugenp/master
Updating local repo
2020-08-30 11:58:31 +05:30
Umang Budhwar
2592d276c2 Splitted apiInfo to multiple lines. 2020-08-29 13:05:31 +05:30
sampadawagde
f04d73e8fd JAVA-84: Moved 1 article to spring-boot-testing 2020-08-28 17:57:38 +05:30
sampadawagde
e1a1af012e JAVA-84: Moved 3 articles to spring-boot-libraries 2020-08-28 17:56:09 +05:30
sampadawagde
854ba76efd JAVA-84: Moved 1 article to spring-boot-di 2020-08-28 17:54:52 +05:30
Loredana Crusoveanu
f0c050d1b1 Merge pull request #9924 from kwoyke/JAVA-2398
JAVA-2398: Fix Spring Boot 2 integration with Swagger 3.0.0
2020-08-27 15:18:01 +03:00
Jonathan Cook
93acc4db77 Merge pull request #9888 from azhwani/BAEL-4244
BAEL-4244: What is purpose of @ConditionalOnProperty annotation?
2020-08-27 08:42:37 +02:00
sampadawagde
3635612a86 JAVA-33: Moved spring-boot-camel to parent-boot-2 2020-08-26 17:04:08 +05:30
sampadawagde
61260f77e8 JAVA-33: Added comments in pom.xml with reason to not upgrade to boot-2 2020-08-26 17:02:39 +05:30
Krzysztof Woyke
8d65a80beb JAVA-2398: Fix Spring Boot 2 integration with Swagger 3.0.0 2020-08-26 12:27:50 +02:00
Eric Martin
f997b8ac07 Merge pull request #9873 from maryarm/BAEL-4107
BAEL-4107: Spring MVC Async vs Spring WebFlux
2020-08-23 10:57:22 -05:00
Umang Budhwar
77b3a732d0 Added code for BAEL-4095 2020-08-23 17:36:23 +05:30
Ricardo Caldas
581f084095 BAEL-4106 (#9887)
* BAEL-4106
application.yml vs application.properties for Spring Boot

* Update README.md
2020-08-22 09:45:22 +01:00
Jonathan Cook
050a65ea91 Merge pull request #9868 from mona-mohamadinia/BAEL-4528
BAEL-4528: Custom Health Indicators in Spring Boot
2020-08-21 16:40:55 +02:00
johnA1331
aac78470a9 Create README.md 2020-08-20 18:41:40 +08:00
johnA1331
42f438a9ad Create README.md 2020-08-20 17:32:59 +08:00
Mona Mohamadinia
f417930e75 Added Tests 2020-08-19 13:13:46 +04:30
kwoyke
657d017a7c BAEL-4430: Update the email regexp pattern (#9893) 2020-08-18 16:12:35 +02:00
davidmartinezbarua
50e253d5e8 Merge pull request #9891 from Trixi-Turny/BAEL-4321-yaml-to-pojo
BAEL-4321 yaml config to map in pojo demo
2020-08-18 10:43:51 -03:00
Trixi Turny
b1b7fbd3c0 BAEL-4321 yaml config to map in pojo demo 2020-08-18 09:32:12 +01:00
Mona Mohamadinia
47fbe86a2f Fixed the Broken Test 2020-08-18 00:55:42 +04:30
davidmartinezbarua
d5c4935229 Revert "BAEL-4321 demo app for yaml to pojo" 2020-08-17 11:52:28 -03:00
azhwani
0c1f097441 first commit 2020-08-17 15:12:50 +01:00
davidmartinezbarua
1bf97e0d79 Merge pull request #9843 from Trixi-Turny/BAEL-4321-define-a-map-in-yaml-for-pojo
BAEL-4321 demo app for yaml to pojo
2020-08-17 10:35:56 -03:00
Amit Pandey
255c2f99eb used standard parent pom (#9885) 2020-08-17 18:21:42 +05:30
Trixi Turny
175ca0955a BAEL-4321 add new module to pom 2020-08-17 12:41:09 +01:00
Amit Pandey
dbb5eb5d10 added modules in parent (#9842)
* added modules in parent

* commented failed modules in pom
2020-08-17 10:33:20 +05:30
Trixi Turny
b234d267cd BAEL-4321 fix leftover data package names 2020-08-15 15:39:01 +01:00
Trixi Turny
1cac6b46d2 BAEL-4321 fix package name in imports and convert tabs to spaces 2020-08-15 15:34:56 +01:00
Trixi Turny
be3eed0232 BAEL-4321 fix indentation 2020-08-15 15:04:10 +01:00
Trixi Turny
3691367a01 BAEL-4321 use properties module and delete ReadMe 2020-08-15 15:01:37 +01:00
maryarm
c8b8a81da6 BAEL-4107: Spring MVC Async vs Spring WebFlux 2020-08-15 14:20:40 +02:00
Mona Mohamadinia
b14016ac81 Added a HttpCodeStatusMapper impl. 2020-08-14 03:26:35 +04:30
Mona Mohamadinia
e091df452a Custom Health Indicators in Spring Boot 2020-08-14 03:02:52 +04:30