Commit Graph

39 Commits

Author SHA1 Message Date
h_sharifi
509a3e8142 #BAEL-2862: add request wrapper & filter 2023-01-02 14:13:48 +03:30
h_sharifi
0009f9aedb #BAEL-2862: remove unused class 2023-01-02 14:13:11 +03:30
h_sharifi
9255f7ddf1 #BAEL-2862: remove extra space 2023-01-02 14:12:57 +03:30
h_sharifi
c0f32e1f78 #BAEL-2862: remove Spring related class 2023-01-02 14:12:36 +03:30
h_sharifi
383bfefe05 #BAEL-2862: update test case 2023-01-02 14:12:00 +03:30
h_sharifi
f140e5278a #BAEL-2862: remove interceptor 2023-01-02 14:11:40 +03:30
h_sharifi
4736e0ec99 #BAEL-2862: add log level for CommonsRequestLoggingFilter 2023-01-02 14:10:57 +03:30
h_sharifi
a057d6b225 #BAEL-2862: remove SecurityAutoConfiguration class and extra annotation 2023-01-02 13:33:43 +03:30
Haroon Khan
c779eb6331 [JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 (#12647) 2022-08-25 21:30:13 +05:30
Krzysiek
1d0a4c95c8 JAVA-9486: Use guava.version defined in the parent pom 2022-01-18 09:42:21 +01:00
Krzysiek
52beafad90 JAVA-8794: Update spring-cloud-starter version 2021-12-16 10:49:19 +01:00
johnA1331
dfe747fe6f Update README.md 2021-12-04 19:44:36 +08:00
johnA1331
44d10f5e94 Update README.md 2021-11-19 13:37:18 +08:00
kwoyke
d63c6193ac Merge pull request #11450 from Maiklins/JAVA-8286-Split_or_move_spring-boot-runtime_module
JAVA-8286 Split or move spring boot runtime module
2021-11-14 17:54:52 +01:00
mikr
9798b29143 JAVA-8286 Split or move spring boot runtime module 2021-11-14 11:08:17 +01:00
sampadawagde
2982c91e7d JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
sampadawagde
8b2eec9da5 JAVA-5935: Analyse bean overriding fix in modules - Part 3 2021-07-10 18:54:09 +05:30
johnA1331
0cf775e091 Update README.md 2021-06-17 01:06:35 +08:00
Bhabani Prasad Patel
ea0b6de35e Code commit for moving out package to specific name as per article 2021-06-14 08:34:16 +05:30
Bhabani Prasad Patel
d1620c189b changed code indent by space instead of tab 2021-05-27 11:42:38 +05:30
Bhabani Prasad Patel
0cd71c8fcc code commit for BAEL-4869 2021-05-27 02:12:22 +05:30
sampadawagde
54cd71f12d JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 3) 2021-05-13 22:47:40 +05:30
Krzysztof Woyke
42e8c3cea4 JAVA-5190: Create a new spring-boot-disable-logging module 2021-04-21 13:47:55 +02:00
Krzysztof Woyke
39828a0e43 JAVA-5190: Fix spring-boot-runtime config and tests 2021-04-19 22:24:05 +02:00
Loredana Crusoveanu
c634cb9a61 Update README.md 2020-12-29 12:13:03 +02:00
Krzysztof Majewski
18de111150 BAEL-4745 Update "How to Configure Spring Boot Tomcat" article 2020-12-29 10:38:58 +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
amit.pandey
c03b88763e used properties defined in parent pom 2020-07-12 00:06:27 +05:30
François Dupire
7916487562 [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
485b4e3e99 Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
amit.pandey
0ba57c24b9 update source code to sync with article 2020-04-18 21:00:01 +05:30
amit.pandey
9332b64fd8 update source code to sync with article 2020-04-18 20:57:13 +05:30
johnA1331
3fa0b897b8 Delete README.md 2020-03-23 18:37:23 +08:00
johnA1331
dead0a6775 Delete README.md 2020-03-23 18:29:09 +08:00
Krzysiek
ca6c816818 JAVA-86: Remove spring-boot-change-port 2020-03-21 16:06:29 +01:00
johnA1331
15b5ca6fa4 Delete README.md 2020-03-07 11:03:19 +08:00
kwoyke
3e4a3affa2 BAEL-3724: Add cross origin requests processing config (#8770) 2020-02-29 21:33:10 +01:00
mikr
3d8b4ee43d BAEL-20869 Move remaining spring boot modules (update several pom files) 2020-02-04 09:24:55 +01:00
mikr
56a9403564 BAEL-20869 Move remaining spring boot modules 2020-02-02 20:44:54 +01:00