Greg
4eb3a1a46f
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
6c6f179230
bael-4197: add application-context.xml in resource directory
2022-01-08 12:49:30 +03:30
sharifi
784c0e11bd
bael-4197: indent with spaces instead of tab
2022-01-08 12:48:48 +03:30
johnA1331
4bf3682ac1
Create README.md
2022-01-05 20:46:29 +08:00
Ralf Ueberfuhr
e6e21061d9
BAEL-5251: Spring Boot with Swagger UI and Keycloak-Integration ( #11632 )
2022-01-04 19:58:21 -06:00
sharifi
3c9831f323
bael-4197: add @ContextConfiguration for loading application context
2022-01-02 13:09:06 +03:30
chaos2418
8236c8b3c1
JAVA-8695: GitHub Issue: Order in FilterRegistrationBean is ignored
2021-12-30 10:34:14 +05:30
kwoyke
387a1aeb80
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
df63ff7344
JAVA-3591: updating mockito version in parent-boot-2
2021-12-23 14:58:50 +05:30
johnA1331
2953bf8cad
Update README.md
2021-12-23 02:15:32 +08:00
johnA1331
ef4569f00d
Update README.md
2021-12-23 01:32:39 +08:00
johnA1331
41224c4643
Update README.md
2021-12-23 01:08:59 +08:00
kwoyke
8fa2bc4baa
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
0cf64901b5
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
8a40a0a012
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
10f32d31bb
Merge pull request #11564 from mladensavic94/master
...
Speed up Spring Boot Startup Time
2021-12-18 10:14:47 -03:00
chaos2418
35ee789731
JAVA-3591: updating mockito-core to 4.1.0
2021-12-18 13:40:53 +05:30
sampadawagde
94f0fff0a9
JAVA-8359: Split or move spring-boot-artifacts module
2021-12-17 19:23:10 +05:30
Krzysiek
7dd83abdb0
Merge remote-tracking branch 'upstream/master' into JAVA-8794
2021-12-16 12:21:43 +01:00
Krzysiek
52beafad90
JAVA-8794: Update spring-cloud-starter version
2021-12-16 10:49:19 +01:00
kwoyke
2d4b1cbff5
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
212d886ce4
JAVA-8794: Fix circular dependency issue in spring-boot-libraries-2
2021-12-15 20:08:11 +01:00
sampadawagde
e6c28d0a23
JAVA-8373: Split or move spring-boot-bootstrap module
2021-12-15 22:35:42 +05:30
Loredana Crusoveanu
247648ff45
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
73fa3fd21e
[JAVA-8377] Code clean up
2021-12-15 10:50:22 +00:00
Haroon Khan
f940b84ddd
[JAVA-8377] Split spring-boot-testing module
2021-12-14 23:22:25 +00:00
Amy DeGregorio
d038cf4cb7
BAEL-4811 ( #11552 )
...
* BAEL-4811
* BAEL-4811 Add unit tests
2021-12-14 10:15:43 -08:00
Krzysiek
0999d02d7f
JAVA-8794: Update Spring Cloud dependencies
2021-12-13 15:23:22 +01:00
Krzysiek
b56467759e
JAVA-8794: Set spring.mvc.pathmatch.matching-strategy property
2021-12-13 13:58:01 +01:00
Krzysiek
fb479d0bc9
JAVA-8794: Upgrade spring-boot-environment cloud dependencies
2021-12-13 13:46:45 +01:00
Krzysiek
6a5473b86b
JAVA-8794: Make spring-boot-springdoc 2.6 compatible
2021-12-13 13:12:11 +01:00
LUCA
46420b3a8d
fix: use env to get properties
2021-12-13 10:38:28 +01:00
sampadawagde
1f14487108
JAVA-8366: Split or move spring-boot-annotations module
2021-12-12 17:21:57 +05:30
Loredana Crusoveanu
c974daf78f
Merge branch 'master' into JAVA-7244-Review_log_statements_for_projects
2021-12-09 10:22:41 +02:00
Mladen Savic
55e3fab640
Merge branch 'eugenp:master' into master
2021-12-07 16:14:17 +01:00
Mladen Savic
856a067b45
Speed up Spring Boot Startup Time
2021-12-07 16:12:55 +01:00
sharifi
58b12fcfc8
bael-4197: fix bug
2021-12-05 14:28:10 +03:30
sharifi
a2318c466c
bael-4197: add test class
2021-12-05 13:58:51 +03:30
sharifi
134d83f39d
bael-4197: add test context
2021-12-05 13:58:28 +03:30
sharifi
7e83b6b04d
bael-4197: add main source
2021-12-05 13:58:13 +03:30
sharifi
9b4cee697d
bael-4197: add application-context
2021-12-05 13:57:38 +03:30
johnA1331
dfe747fe6f
Update README.md
2021-12-04 19:44:36 +08:00
Krzysiek
3f6392bc39
JAVA-8764: Fix test/main directories structure
2021-12-02 12:27:52 +01:00
Krzysiek
a66d9b5fd2
JAVA-8358: Move Spring Boot Exit Codes code
2021-12-01 10:48:53 +01:00
Teica
3041ad3724
Feature bael 5253 ( #11526 )
...
* BAEL-5032 Swagger to PDF
* BAEL-5032 added lombok as dependency
* BAEL-5253 moving the tests to other module
* renaming the test class
* Update pom.xml
* Update pom.xml
* Update pom.xml
* Delete pom.xml
* Create pom.xml
Co-authored-by: Matea Pejčinović <matea.pejcinovic@intellexi.hr >
2021-11-29 16:26:16 -08:00
kwoyke
9f1f4cbc07
Merge pull request #11518 from freelansam/JAVA-8620
...
JAVA-8620: Fix references to parents
2021-11-26 17:53:31 +01:00
sampadawagde
2b043a7f1f
JAVA-8620: Fix references to parents
2021-11-26 19:28:29 +05:30
Krzysiek
ebc6f49564
JAVA-8699: Use @KeycloakConfiguration annotation
2021-11-26 10:56:49 +01:00
Loredana Crusoveanu
56f87cb2eb
Merge pull request #11510 from kwoyke/JAVA-8363
...
JAVA-8363: Split or move spring-boot-mvc-2 module
2021-11-25 19:11:38 +02:00
Krzysiek
e518eb72a8
JAVA-8363: Update README.md files
2021-11-25 13:26:46 +01:00