Commit Graph

666 Commits

Author SHA1 Message Date
Loredana Crusoveanu
af10e5a4f6 Merge pull request #11412 from kwoyke/JAVA-8269
JAVA-8269: Temporarily disable spring-boot-keycloak
2021-11-04 17:03:50 +02:00
Krzysiek
f0c9cab501 JAVA-8269: Temporarily disable spring-boot-keycloak 2021-11-04 12:37:59 +01:00
Loredana Crusoveanu
2e37fa0862 Merge pull request #11411 from johnA1331/master
BAEL-43297 - add links to github-baeldung articles
2021-11-04 13:01:34 +02:00
Krzysiek
a4fb5d6155 JAVA-8269: Do not use project.basedir in the xjc config 2021-11-04 10:20:28 +01:00
johnA1331
bdb988be28 Update README.md 2021-11-04 00:50:18 +08:00
Loredana Crusoveanu
059c860f76 Merge pull request #11390 from chaos2418/JAVA-1664
JAVA-1664: upgrading parent-boot-2 junit and surefire configurations
2021-11-03 11:47:32 +02:00
davidmartinezbarua
ca8beade45 Merge pull request #11369 from navuluri/bael-4965
BAEL-4965: Securing SOAP Services Using Keycloak
2021-11-02 18:34:57 -03:00
chaos2418
da4027424e JAVA-1664: upgrading parent-boot-2 junit and surefire configurations 2021-11-02 14:51:24 +05:30
Dhawal Kapil
5f9befd0c4 Java 3590 (#11367) (#11380)
* Java 3590 (#11367)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

Co-authored-by: chaos2418 <>

* Java 3590 - fixing integration tests in restx and spring-5-webflux (#11382)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

* fixing integration tests in restx and spring-5-webflux

Co-authored-by: chaos2418 <>

Co-authored-by: chaos2418 <92030908+chaos2418@users.noreply.github.com>
2021-10-29 09:37:04 +05:30
Bhaskara Navuluri
4fbfd53dca removed debug info 2021-10-25 15:26:06 +05:30
Bhaskara Navuluri
641a3e408a Added code for BAEL-4965: Securing SOAP services using Keycloa 2021-10-25 15:16:58 +05:30
johnA1331
51e4bca291 Update README.md 2021-10-21 22:02:15 +08:00
lucaCambi77
9e83c4503b feat: env variable prefixes spring boot app (#11323) 2021-10-13 09:21:35 -07:00
kwoyke
f7c2ff7700 Merge pull request #11306 from Maiklins/JAVA-5587-Verify_the_spring-boot-react_build_warnings
JAVA-5587 Verify Spring Boot React errors and build time
2021-10-11 08:59:39 +02:00
mikr
b5efa114d9 JAVA-5587 Verify Spring Boot React errors and build time 2021-10-09 17:29:14 +02:00
kwoyke
53f00dfefd BAEL-5117: Use spring.web.resources.static-locations property (#11286) 2021-10-07 20:56:52 +02:00
johnA1331
aa6a5e790b Update README.md 2021-09-24 12:54:57 +08:00
freelansam
23fec3d8a7 JAVA-7178: Fix formatting of POMs (#11236)
* JAVA-7178: Fix formatting of POMs

* JAVA-7178: fix failing build
2021-09-20 00:04:26 +05:30
kwoyke
c7003b08df JAVA-7177: Upgrade to Spring Boot 2.5.4 (#11218)
* JAVA-7177: Upgrade to Spring Boot 2.5.4

* JAVA-7177: Remove overriden Spring Boot version

* JAVA-7177: Leave spring-5-security-oauth on Spring Boot 2.5.2
2021-09-16 22:37:12 +05:30
Roger
65002c6edf BAEL-4914 Code for EnableGlobalMethodSecurity vs EnableWebSecurity (#11053)
* BAEL-4914 Code for EnableGlobalMethodSecurity vs EnableWebSecurity

* BAEL-4914 Add newline after @Autowired in Test
2021-08-15 19:46:43 +01:00
freelansam
ecb36ce718 JAVA-6403: Fix references to parents (#11102)
* JAVA-6403: Fix references to parents

* JAVA-6403: removed relativePath
2021-08-15 20:11:09 +05:30
sampadawagde
455cb01bb3 JAVA-5892: Upgrade spring-boot-keycloak to the latest Spring Boot
version
2021-08-07 12:43:58 +05:30
freelansam
69a1db0eb0 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
Ravi Avhad
1b3675ffc1 Moving method addUserAccount out of conditional block which checks for contraint violations 2021-07-24 14:25:40 +05:30
Ravi Avhad
33e49353a0 syncing with master 2021-07-24 14:21:40 +05:30
raviavhad
e82a09acef Update UserAccountService.java
Reverting changes
2021-07-24 14:15:50 +05:30
raviavhad
9018538097 Update UserAccountService.java
Moving the call to addUserAccount method out of condition to check if violations exist.
2021-07-24 13:45:21 +05:30
Ravi Avhad
966a8e0c2f moving spring service layer validation code 2021-07-24 13:19:51 +05:30
johnA1331
b4d205ba7b Update README.md 2021-07-22 01:19:36 +08:00
Greg
3e2ee4bfd8 Merge pull request #10983 from hmdrzsharifi/BAEL-4843
Bael 4843-Writing Log Data to Syslog Using Log4j
2021-07-15 10:42:25 -04:00
kwoyke
370b12d421 Merge pull request #11019 from freelansam/JAVA-5934
JAVA-5935: Analyse bean overriding fix in modules - Part 3
2021-07-12 09:25:34 +02:00
sampadawagde
8b2eec9da5 JAVA-5935: Analyse bean overriding fix in modules - Part 3 2021-07-10 18:54:09 +05:30
johnA1331
6b31eaabf4 Update README.md 2021-07-07 23:19:11 +08:00
johnA1331
ea0aecd346 Update README.md 2021-07-07 23:17:34 +08:00
kwoyke
1ca6376f14 JAVA-6222: Fix issues in the spring-boot-cassandre (#10988)
* JAVA-6222: Use parent-boot-2 in spring-boot-cassandre

* JAVA-6222: Fix PMD violation

* JAVA-6222: Cleanup pom.xml

* JAVA-6222: Fix app and package names

* JAVA-6222: Rename unit test to live test

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-07-02 21:18:53 +05:30
Greg
66374a653a Merge pull request #10932 from hmdrzsharifi/BAEL-4956
Bael 4956: Swagger @Api description is deprecated
2021-07-01 16:08:05 -04:00
sharifi
befd75d100 bael-4843: add main spring boot class and logger 2021-07-01 14:08:53 +04:30
sharifi
b4dc944160 bael-4843: add syslog appender to log4j conf 2021-07-01 14:08:12 +04:30
sampadawagde
d5127eee61 JAVA-5934: Analyse bean overriding fix in modules - Part 2 2021-06-26 18:29:13 +05:30
sampadawagde
4e87669fc1 JAVA-5934: Analyse bean overriding fix in modules - Part 2 2021-06-26 18:28:07 +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
sharifi
4f6a8da35f BAEL-4956: add source code for describng REST API in openapi 2021-06-19 13:29:50 +04:30
sharifi
7ecc4dd430 BAEL-4956: add source code for describing REST API in swagger 2021-06-19 13:29:35 +04:30
johnA1331
0cf775e091 Update README.md 2021-06-17 01:06:35 +08:00
kwoyke
3d8b810526 Merge pull request #10913 from freelansam/JAVA-5622
JAVA-5622: Fix failing integration test
2021-06-15 22:24:46 +02:00
sampadawagde
e9ee3dcc7b JAVA-5622: Fix failing integration test 2021-06-15 20:25:02 +05:30
Jonathan Cook
7cad45cc8d Merge pull request #10904 from BhabaniPatel/master
Code commit for moving out package to specific name as per article
2021-06-15 13:39:44 +02:00
Ronald Dehuysser
0e623239a5 Update to JobRunr 3.1 2021-06-14 17:36:26 +02: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
kwoyke
ea0af629e4 JAVA-5408: Use common postgresql.version property (#10879)
* JAVA-5408: Use common postgresql.version property

* JAVA-5408: Cleanup spring-boot-react

* JAVA-5408: Use commons-cli.version property in libraries-data

* JAVA-5408: spring-security-modules cleanup

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-11 20:25:37 +05:30