Commit Graph

38 Commits

Author SHA1 Message Date
mikr
26d1bf5d58 JAVA-8293 Split or move spring boot module 2021-11-14 22:51:58 +01:00
freelansam
2dd519f647 Merge branch 'master' into JAVA-8204 2021-11-09 18:20:05 +05:30
sampadawagde
2982c91e7d JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
chaos2418
da4027424e JAVA-1664: upgrading parent-boot-2 junit and surefire configurations 2021-11-02 14:51:24 +05:30
kwoyke
c77e9264d5 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
e48ab0310e JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 1) 2021-05-13 22:45:35 +05:30
Gerardo Roza
ab62e8398d added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests for spring-boot module 2021-01-19 15:44:33 -03:00
Loredana Crusoveanu
4ab5f5031a remove files left after move 2020-12-26 10:22:35 +02:00
kwoyke
a6503a1f29 BAEL-3689: Add missing code examples (#10282) 2020-11-27 11:22:00 +01:00
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
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
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
Krzysiek
aa4f50ca09 JAVA-17: Move Running Setup Data on Startup in Spring into spring-boot-data 2020-07-31 22:02:44 +02:00
Loredana Crusoveanu
485b4e3e99 Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
johnA1331
03b13597c2 Create README.md 2020-05-05 17:03:15 +08:00
Josh Cummings
5fdd330368 Merge pull request #8971 from patkorek/BAEL-3920
[BAEL-3920] Postman Collection to test GraphQL endpoints
2020-04-15 10:02:52 -06:00
mikr
6e21afabdb JAVA-117 Standardize spring-boot-modules 2020-04-04 21:47:45 +02:00
mikr
cc11987f59 JAVA-117 Standardize spring-boot-modules/spring-boot 2020-04-04 20:24:48 +02:00
patkorek
7dca56f614 changed tabs to spaces 2020-03-31 07:36:44 +02:00
Josh Cummings
e1feb0eabc Merge pull request #8972 from kwoyke/JAVA-1098
JAVA-1098: Add code for the Spring Boot Exit Codes
2020-03-28 00:46:46 -06:00
Krzysztof Woyke
401f8484cb JAVA-1098: Add code for the Spring Boot Exit Codes 2020-03-26 15:12:26 +01:00
patkorek
610c1465e1 Postman Collection to test GraphQL endpoints 2020-03-26 12:02:03 +01:00
johnA1331
176c350549 Update README.MD 2020-03-24 14:53:24 +08:00
Krzysiek
37e768cc24 JAVA-86: Remove spring-boot-exit-codes 2020-03-21 16:27:30 +01:00
Krzysiek
459e389206 JAVA-86: Remove spring-boot-add-filter 2020-03-21 16:23:58 +01:00
Krzysiek
abda9597b9 JAVA-86: Remove spring-boot-custom-error-page 2020-03-21 16:19:54 +01:00
Krzysiek
955c1e46bb JAVA-86: Remove spring-boot-failure-analyzer 2020-03-21 16:13:59 +01:00
Krzysiek
5dc371c557 JAVA-86: Remove spring-boot-custom-banners 2020-03-21 16:10:02 +01:00
Greg Martin
63ab9f7de7 Moved the code samples for BeanDefinitionOverrideException to a new module. 2020-03-07 14:54:23 -05:00
kwoyke
33de009062 JAVA-853: Move remaining spring-boot into spring-boot-modules (#8778)
* JAVA-853: Move remaining spring-boot into spring-boot-modules

* JAVA-853: Update README

* JAVA-853: Fix relativePath attributes in spring-boot-parent/* modules
2020-02-28 12:39:07 +11:00
sampada
5ec954d7a6 BAEL-15988 : application.properties changes 2020-02-11 10:53:27 +05:30
sampada
e10bf38ad4 BAEL-15988 : Java file movement 2020-02-11 10:52:06 +05:30
sampada
403da2d4fb BAEL-15988 : all README files 2020-02-11 10:41:13 +05:30
sampada
4f01609f76 BAEL-15988 : pom files 2020-02-11 10:39:59 +05:30
Priyesh Mashelkar
7e70c18559 BAEL-3499 Moved code to spring-boot-properties (#8643) 2020-02-09 23:27:55 +01:00
mikr
56a9403564 BAEL-20869 Move remaining spring boot modules 2020-02-02 20:44:54 +01:00