Commit Graph

750 Commits

Author SHA1 Message Date
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
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
johnA1331 0673bc708b Update README.md 2021-12-04 19:44:36 +08:00
Krzysiek 205ad52ea2 JAVA-8764: Fix test/main directories structure 2021-12-02 12:27:52 +01:00
Krzysiek f913e0c006 JAVA-8358: Move Spring Boot Exit Codes code 2021-12-01 10:48:53 +01:00
Teica 719c4e4e0b 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 f09327b2d9 Merge pull request #11518 from freelansam/JAVA-8620
JAVA-8620: Fix references to parents
2021-11-26 17:53:31 +01:00
sampadawagde d0df1f9e23 JAVA-8620: Fix references to parents 2021-11-26 19:28:29 +05:30
Krzysiek 49f90c3a55 JAVA-8699: Use @KeycloakConfiguration annotation 2021-11-26 10:56:49 +01:00
Loredana Crusoveanu be86acb87f 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 e3ba14139e JAVA-8363: Update README.md files 2021-11-25 13:26:46 +01:00