Krzysiek
|
5242966787
|
JAVA-9486: Use guava.version defined in the parent pom
|
2022-01-18 09:42:21 +01:00 |
Krzysiek
|
8c08be0403
|
JAVA-9123: POM properties cleanup
|
2022-01-17 14:03:32 +01:00 |
chaos2418
|
c55e569096
|
JAVA-8356: split or move spring-boot-properties
|
2022-01-14 13:34:42 +05:30 |
kwoyke
|
4000ebcf65
|
Merge pull request #11659 from chaos2418/JAVA-8981
JAVA:8981: verify spring.mvc.pathmatch.matching-strategy property usage
|
2022-01-13 11:01:21 +01:00 |
Loredana Crusoveanu
|
f351643119
|
Merge pull request #11686 from johnA1331/master
BAEL-47035 - add links to github-baeldung articles
|
2022-01-13 11:02:43 +02:00 |
kwoyke
|
4eb04dc0bc
|
Merge pull request #11670 from freelansam/JAVA-9022
JAVA-9022: Fix formatting of POMs
|
2022-01-13 09:50:07 +01:00 |
johnA1331
|
cfc2e7bec9
|
Update README.md
|
2022-01-13 15:24:21 +08:00 |
sampadawagde
|
65f643262d
|
JAVA-9022: Fix formatting of POMs
|
2022-01-10 22:05:47 +05:30 |
Greg
|
7ec3819d9c
|
Merge pull request #11549 from hmdrzsharifi/BAEL-4197
Bael 4197: Failed to Load Applicationcontext for Junit Test of Spring Controller
|
2022-01-08 13:56:12 -05:00 |
sharifi
|
45c495f327
|
bael-4197: add application-context.xml in resource directory
|
2022-01-08 12:49:30 +03:30 |
sharifi
|
9e7329ce5e
|
bael-4197: indent with spaces instead of tab
|
2022-01-08 12:48:48 +03:30 |
chaos2418
|
0bc3f44656
|
JAVA:8981: verify spring.mvc.pathmatch.matching-strategy property usage
|
2022-01-08 13:12:01 +05:30 |
johnA1331
|
95f5f30421
|
Create README.md
|
2022-01-05 20:46:29 +08:00 |
Ralf Ueberfuhr
|
6bcc01f60a
|
BAEL-5251: Spring Boot with Swagger UI and Keycloak-Integration (#11632)
|
2022-01-04 19:58:21 -06:00 |
sharifi
|
fd8b39247c
|
bael-4197: add @ContextConfiguration for loading application context
|
2022-01-02 13:09:06 +03:30 |
chaos2418
|
c5250929f5
|
JAVA-8695: GitHub Issue: Order in FilterRegistrationBean is ignored
|
2021-12-30 10:34:14 +05:30 |
kwoyke
|
58eb7f641a
|
Merge pull request #11609 from chaos2418/JAVA-3591
JAVA-3591: updating mockito version in parent-boot-2
|
2021-12-23 12:59:14 +01:00 |
chaos2418
|
1227c38388
|
JAVA-3591: updating mockito version in parent-boot-2
|
2021-12-23 14:58:50 +05:30 |
johnA1331
|
29e26c08c1
|
Update README.md
|
2021-12-23 02:15:32 +08:00 |
johnA1331
|
2d1b4d2e47
|
Update README.md
|
2021-12-23 01:32:39 +08:00 |
johnA1331
|
d33aa1f036
|
Update README.md
|
2021-12-23 01:08:59 +08:00 |
kwoyke
|
514e80aae7
|
Merge pull request #11585 from chaos2418/JAVA-3591
JAVA-3591: updating mockito-core to 4.1.0
|
2021-12-20 09:38:12 +01:00 |
Amy DeGregorio
|
08433b1631
|
BAEL-4811 (#11597)
* BAEL-4811
* BAEL-4811 Add unit tests
* JAVA-8794: Upgrade Spring Boot to 2.6.1 in the parent-boot-2
* JAVA-8794: Upgrade spring-mybatis dependencies
* JAVA-8794: Make spring-boot-springdoc 2.6 compatible
* JAVA-8794: Add spring.mongodb.embedded.version property
* JAVA-8794: Upgrade spring-boot-environment cloud dependencies
* JAVA-8794: Set spring.mvc.pathmatch.matching-strategy property
* JAVA-8794: Update Spring Cloud dependencies
* JAVA-8794: allow-circular-references in spring-cloud-ribbon-client
* JAVA-8794: Replace deprecated ConfigFileApplicationContextInitializer
* JAVA-8794: Fix spring-resttemplate pom
* JAVA-8794: Use spring.mongodb.embedded.version=3.5.5
* JAVA-8794: Use spring.mongodb.embedded.version=3.5.5
* JAVA-8794: Fix circural dependencies in spring-security-web-boot-2
* JAVA-8794: Fix circural dependencies in spring-security-core
* JAVA-8794: Fix quart schema initialization
* JAVA-8794: Set spring.mvc.pathmatch.matching-strategy=ant-path-matcher
* JAVA-8794: Leave spring-kafka on Spring Boot 2.5.4
* JAVA-8794: Set spring.mongodb.embedded.version=3.5.5 in spring-jenkins-pipeline
* JAVA-8794: Update Spring Cloud version
* JAVA-8794: Update spring-cloud-zuul dependencies
* JAVA-8794: Update Spring Cloud version in spring-cloud-bus
* JAVA-8794: Set spring.mongodb.embedded.version=3.5.5 in spring-boot-persistence-mongodb
* JAVA-8794: Fix spring-data-jpa-query-2 dependencies
* JAVA-8794: Fix circular dependency issue in spring-security-web-thymeleaf
* JAVA-8794: Fix circular dependency issue in spring-session-redis
* JAVA-8794: Fix circular dependency issue in spring-boot-libraries-2
* JAVA-8794: Update spring-cloud-starter version
* JAVA-8794: Leave spring-zuul-rate-limiting on 2.4.7
* JAVA-8794: Ignore EnversFooBarAuditIntegrationTest
* BAEL-4811 Fix formatting
* BAEL-4811 Fix formatting
Co-authored-by: Krzysiek <krzysztofwoyke@gmail.com>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
|
2021-12-19 11:53:05 -08:00 |
Loredana Crusoveanu
|
77dcb8853f
|
Merge pull request #11592 from eugenp/JAVA-8794
JAVA-8794: Upgrade to Spring Boot 2.6.1
|
2021-12-19 11:57:17 +02:00 |
davidmartinezbarua
|
6b6f1fcf1a
|
Merge pull request #11564 from mladensavic94/master
Speed up Spring Boot Startup Time
|
2021-12-18 10:14:47 -03:00 |
chaos2418
|
000dcdf966
|
JAVA-3591: updating mockito-core to 4.1.0
|
2021-12-18 13:40:53 +05:30 |
sampadawagde
|
89004f02de
|
JAVA-8359: Split or move spring-boot-artifacts module
|
2021-12-17 19:23:10 +05:30 |
Krzysiek
|
c7aef4d95f
|
Merge remote-tracking branch 'upstream/master' into JAVA-8794
|
2021-12-16 12:21:43 +01:00 |
Krzysiek
|
106603023d
|
JAVA-8794: Update spring-cloud-starter version
|
2021-12-16 10:49:19 +01:00 |
kwoyke
|
f54e5b2cf2
|
Merge pull request #11583 from freelansam/JAVA-8373
JAVA-8373: Split or move spring-boot-bootstrap module
|
2021-12-16 09:47:12 +01:00 |
Krzysiek
|
077898aaa5
|
JAVA-8794: Fix circular dependency issue in spring-boot-libraries-2
|
2021-12-15 20:08:11 +01:00 |
sampadawagde
|
8e175b72e2
|
JAVA-8373: Split or move spring-boot-bootstrap module
|
2021-12-15 22:35:42 +05:30 |
Loredana Crusoveanu
|
8f4672e162
|
Merge pull request #11576 from lucaCambi77/BAEL-5109_fix
fix: [ BAEL-5109 ] Environment Variable Prefixes in Spring Boot 2.5
|
2021-12-15 17:19:38 +02:00 |
Haroon Khan
|
9f382cd21c
|
[JAVA-8377] Code clean up
|
2021-12-15 10:50:22 +00:00 |
Haroon Khan
|
1a59d99991
|
[JAVA-8377] Split spring-boot-testing module
|
2021-12-14 23:22:25 +00:00 |
Amy DeGregorio
|
1bf2293e0b
|
BAEL-4811 (#11552)
* BAEL-4811
* BAEL-4811 Add unit tests
|
2021-12-14 10:15:43 -08:00 |
Krzysiek
|
61b0f3f919
|
JAVA-8794: Update Spring Cloud dependencies
|
2021-12-13 15:23:22 +01:00 |
Krzysiek
|
bec3866129
|
JAVA-8794: Set spring.mvc.pathmatch.matching-strategy property
|
2021-12-13 13:58:01 +01:00 |
Krzysiek
|
be93fa066f
|
JAVA-8794: Upgrade spring-boot-environment cloud dependencies
|
2021-12-13 13:46:45 +01:00 |
Krzysiek
|
a4fe28eef5
|
JAVA-8794: Make spring-boot-springdoc 2.6 compatible
|
2021-12-13 13:12:11 +01:00 |
LUCA
|
727b34ea22
|
fix: use env to get properties
|
2021-12-13 10:38:28 +01:00 |
sampadawagde
|
46007cd515
|
JAVA-8366: Split or move spring-boot-annotations module
|
2021-12-12 17:21:57 +05:30 |
Loredana Crusoveanu
|
4054e8f860
|
Merge branch 'master' into JAVA-7244-Review_log_statements_for_projects
|
2021-12-09 10:22:41 +02:00 |
Mladen Savic
|
e8abe028d3
|
Merge branch 'eugenp:master' into master
|
2021-12-07 16:14:17 +01:00 |
Mladen Savic
|
247c2961a2
|
Speed up Spring Boot Startup Time
|
2021-12-07 16:12:55 +01:00 |
sharifi
|
7f17253b07
|
bael-4197: fix bug
|
2021-12-05 14:28:10 +03:30 |
sharifi
|
58b01b624a
|
bael-4197: add test class
|
2021-12-05 13:58:51 +03:30 |
sharifi
|
232bd3080b
|
bael-4197: add test context
|
2021-12-05 13:58:28 +03:30 |
sharifi
|
63843c008c
|
bael-4197: add main source
|
2021-12-05 13:58:13 +03:30 |
sharifi
|
8fd0ab58b9
|
bael-4197: add application-context
|
2021-12-05 13:57:38 +03:30 |