Commit Graph

704 Commits

Author SHA1 Message Date
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
Krzysiek
9b494ef513 JAVA-8363: Fix FooLiveTest - separate mime from etag code 2021-11-25 13:25:40 +01:00
Krzysiek
fab1638eeb JAVA-8363: Move etag code to spring-boot-mvc-3 2021-11-25 13:10:58 +01:00
kwoyke
964d1fd161 Merge branch 'master' into JAVA-3592 2021-11-25 09:03:54 +01:00
Krzysiek
2cb6b27831 JAVA-8664: Cleanup 2021-11-24 09:51:22 +01:00
Krzysiek
af150e0301 JAVA-8664: Change ports numbers and cleanup the code 2021-11-24 09:47:43 +01:00
kwoyke
2c3a18da18 Merge pull request #11468 from chaos2418/JAVA-8405
JAVA-8405: reducing logging for tutorials-build-job
2021-11-23 13:43:19 +01:00
kwoyke
c9b9593d4b Merge pull request #11477 from freelansam/JAVA-3592
JAVA-3592: Upgrade h2 dependency in the main pom.xml
2021-11-22 09:22:17 +01:00
sampadawagde
8c30cbb5e3 removed explicit h2.version as parent now is at the required 1.4.200 2021-11-21 17:58:26 +05:30
sampadawagde
629d093fd4 JAVA-3592: Upgrade h2 dependency in the main pom.xml 2021-11-19 23:17:22 +05:30
Loredana Crusoveanu
a0dbe854b7 Merge pull request #11470 from kwoyke/JAVA-8436
JAVA-8436: Manage AssertJ dependency in the main pom.xml
2021-11-19 16:56:22 +02:00
chaos2418
a62c0f3c8b JAVA-8405: reducing logging for tutorials-build-job 2021-11-19 13:39:00 +05:30
johnA1331
44d10f5e94 Update README.md 2021-11-19 13:37:18 +08:00
Krzysiek
795d78f45e JAVA-8436: Remove AssertJ depenendency from the child modules - part 2 2021-11-18 12:23:39 +01:00
johnA1331
33a08820dd Update README.md 2021-11-18 01:05:19 +08:00
kwoyke
d4ec2aff86 Merge pull request #11460 from Maiklins/JAVA-8393-Split_or_move_spring-security-core_module
JAVA-8393 Split or move spring-security-core module
2021-11-17 09:33:47 +01:00
kwoyke
235737ae86 Merge pull request #11459 from Maiklins/JAVA-8374-Split_or_move_spring-boot-libraries_module
JAVA-8374 Split or move spring-boot-libraries module
2021-11-17 09:30:54 +01:00
mikr
671517c5ed JAVA-8393 Split or move spring-security-core module 2021-11-17 09:20:17 +01:00
mikr
8a7d540c8d JAVA-8374 Split or move spring-boot-libraries module 2021-11-17 08:39:05 +01:00
kwoyke
18464bf799 Merge pull request #11457 from Maiklins/JAVA-8376-Split_or_move_spring-boot-properties-2-module
JAVA-8376 Split or move spring-boot-properties-2 module
2021-11-16 21:26:08 +01:00
mikr
a8f340a5b7 JAVA-8376 Split or move spring-boot-properties-2 module 2021-11-16 20:45:27 +01:00
kwoyke
9204e4ddc7 Merge pull request #11454 from Maiklins/JAVA-8293-Split_or_move_spring-boot_module
JAVA-8293 Split or move spring boot module
2021-11-16 09:25:38 +01:00
mikr
4da6f38cbd JAVA-8293 Split or move Spring Boot module (fix review comments) 2021-11-15 21:37:22 +01:00
mikr
26d1bf5d58 JAVA-8293 Split or move spring boot module 2021-11-14 22:51:58 +01: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
nishitgoyal17
b13dae5445 BAEL-4243:Once per request filter (#11239)
* executing junit via command line

* incorporating review comments

* incorporating review comments

* OncePerReqFilter

* Delete FirstUnitTest.java

* Delete SecondUnitTest.java

* Delete pom.xml

* Reverting

* Update pom.xml

* OncePerReqFilter

* Update MyFilter.java

* OncePerReqFilter

* OncePerReqFilter

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fixing extra changes

* OncePerReqFilter

* Reverting

* Update MyOncePerRequestFilter.java

* Update HelloController.java

* fromatting changes

* fromatting changes

* formatting

* Apply suggestions from code review

Co-authored-by: KevinGilmore <kpg102@gmail.com>

* OncePerRequest changes

* OncePerRequest changes

* OncePerRequest changes

* OncePerRequest changes

* OncePerRequest changes

Co-authored-by: KevinGilmore <kpg102@gmail.com>
2021-11-13 22:07:03 +05:30
kwoyke
c732e28fcb Merge pull request #11434 from freelansam/JAVA-8204
JAVA-8204: Fix formatting of POMs
2021-11-13 10:55:30 +01:00
johnA1331
9983aa26c3 Update README.md 2021-11-10 19:31:26 +08:00
freelansam
2dd519f647 Merge branch 'master' into JAVA-8204 2021-11-09 18:20:05 +05:30
Krzysiek
4ff571ad18 JAVA-8202: Move spring-boot-react to the heavy profile 2021-11-09 12:36:38 +01:00
sampadawagde
2982c91e7d JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
Haroon Khan
1729ed6500 [BAEL-5110] Actuator endpoint for startup tracking (#11351) 2021-11-08 09:01:53 +00:00
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