Commit Graph

411 Commits

Author SHA1 Message Date
Loredana Crusoveanu 0d45985435 Merge pull request #11517 from kwoyke/JAVA-8709
JAVA-8709: Extract commons-collections4.version property to the main …
2021-11-29 12:10:15 +02:00
Mladen Savic 66f05f8855 Merge remote-tracking branch 'origin/master' into master 2021-11-27 11:13:19 +01:00
Mladen Savic 7c8ba28e63 Spring Webflux and @Cacheable Annotation - moved to new package 2021-11-27 11:13:01 +01:00
Mladen Savic fbb1e36049 Spring Webflux and @Cacheable Annotation - moved to new package 2021-11-27 11:10:33 +01:00
Krzysztof Majewski dcd9411cf3 BAEL-5076 Unix domain socket in Java 16 (#11493)
* BAEL-5076 Unix domain socket in Java 16

* BAEL-5076 Unix domain socket in Java 16

* BAEL-5076 Unix domain socket in Java 16

* BAEL-5076 Unix domain socket in Java 16

Co-authored-by: krzysztof <kmajewski@berg.technology>
2021-11-26 09:06:20 -08:00
kwoyke 19af11766b Merge pull request #11479 from chaos2418/JAVA-8435
JAVA-8435: reducing logging for tutorials-integration job
2021-11-26 13:28:47 +01:00
Krzysiek f9f37ac4e6 JAVA-8709: Extract commons-collections4.version property to the main pom.xml 2021-11-26 13:17:01 +01:00
kwoyke f5c35ffe97 Merge pull request #11506 from eugenp/JAVA-3592
JAVA-3592: Upgrade h2 dependency in the main pom.xml
2021-11-25 13:31:47 +01:00
davidmartinezbarua bcb7a16a63 Merge pull request #11354 from ueberfuhr/feature/quarkus-jandex
BAEL-5036: Create a Jandex index in Quarkus for classes in a external module
2021-11-25 09:17:33 -03:00
kwoyke c0a0247cf7 Merge branch 'master' into JAVA-3592 2021-11-25 09:03:54 +01:00
Ralf Ueberfuhr c8a546edc7 BAEL-5036: Deactivate JDK8 build for Quarkus 2.x project 2021-11-24 12:57:12 +01:00
Ralf Ueberfuhr 2881fe3907 BAEL-5036: Deactivate JDK8 build for Quarkus 2.x project 2021-11-24 12:56:12 +01:00
kwoyke 1871d1a89c Merge pull request #11468 from chaos2418/JAVA-8405
JAVA-8405: reducing logging for tutorials-build-job
2021-11-23 13:43:19 +01:00
davidmartinezbarua ffacd9b9ae Merge pull request #11413 from Trixi-Turny/BAEL-5209-assert-type-of-object
BAEL-5209 example with JUnit5, Hamcrest and AssertJ
2021-11-22 16:11:16 -03:00
chaos2418 686857c251 JAVA-8435: reducing logging for tutorials-integration job 2021-11-20 09:45:50 +05:30
sampadawagde 848fa01e47 JAVA-3592: Upgrade h2 dependency in the main pom.xml 2021-11-19 23:17:22 +05:30
Loredana Crusoveanu 3045e464ed BAEL-5112 delete moved code 2021-11-19 17:13:36 +02:00
chaos2418 58e6087b3d JAVA-8405: reducing logging for tutorials-build-job 2021-11-19 13:39:00 +05:30
Krzysiek 238622e14d JAVA-8436: Add AssertJ dependency to the main pom.xml 2021-11-18 10:30:45 +01:00
Krzysiek cae6bbc8fe JAVA-8436: Add assertj.version property to the main pom.xml 2021-11-17 13:48:38 +01:00
Willian Nalepa Oizumi 607bd2215a BAEL-5196 - Split a comma-separated string while ignoring commas in quotes (#11432)
* Creating the module 'core-java-string-operations-4' for new string related code samples. Implemented code samples for the article BAEL-5196

* including new module 'core-java-string-operations-4 in the parent project

* fixing spacing in the pom file

* fixing the maven configuration for our new project core-java-string-operations-4
2021-11-15 18:45:35 +05:30
Trixi Turny 151753d3ac BAEL-5209 add to modules sdk9 and above 2021-11-10 09:38:31 +00:00
Loredana Crusoveanu caa5ef9a6e Merge pull request #11435 from kwoyke/JAVA-8202
JAVA-8202: Move spring-boot-react to the heavy profile
2021-11-09 17:44:38 +02:00
Krzysiek afe1cfae09 JAVA-8202: Move spring-boot-react to the heavy profile 2021-11-09 12:36:38 +01:00
chaos2418 b0176d85cf JAVA-1672: removing surefire configurations from parents 2021-11-07 19:14:37 +05:30
chaos2418 073e3c1771 JAVA-1672: updating surefire version in main pom 2021-11-05 16:35:29 +05:30
davidmartinezbarua 789b7267be Merge pull request #11187 from mladensavic94/master
Connecting to a Specific Schema in JDBC
2021-10-31 10:20:46 -03:00
Dhawal Kapil 1ab0a19d25 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 2e9ed8df42eb96f7e0929167aabbc2ddd374a263.

* 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 2e9ed8df42eb96f7e0929167aabbc2ddd374a263.

* 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
anuragkumawat 5ee276f972 JAVA-7660 : Upgrade slf4j dependency in the main pom.xml (#11372)
* JAVA-7660 : Upgrade slf4j dependency in the main pom.xml

* Upgrading logback version also to resolve compilation issues

* Revering the logback updated version and using slf4j stable newest version
2021-10-27 12:25:33 +05:30
anuragkumawat 8fc2e30551 JAVA-7665 : Updating jackson dependency in main pom.xml 2021-10-25 13:33:28 +05:30
kwoyke b94cfdc270 JAVA-7661: Upgrade logback to 1.2.6 (#11325)
* JAVA-7661: Upgrade logback version to 1.2.6 in the main pom.xml

* JAVA-7661: Use logback.version property from the main pom.xml

* JAVA-7661: Fix maven-exec-plugin setup
2021-10-25 01:37:41 +05:30
kwoyke e944857c05 JAVA-7659: Upgrade byte-buddy to 1.11.20 (#11319) 2021-10-22 02:18:44 +05:30
kwoyke a591d1ff74 JAVA-7662: Upgrade jmh-core and jmh-generator dependencies to 1.33 (#11311) 2021-10-22 02:00:52 +05:30
Ralf Ueberfuhr c034fb74bc BAEL-5036: Add Quarkus Hello App that uses several external modules that contain CDI managed beans. Each module is indexed using a different kind of registration. 2021-10-20 14:14:40 +02:00
kwoyke 9c07f794f1 JAVA-7664: Upgrade Apache Commons Lang to 3.12.0 in the main pom.xml (#11297) 2021-10-10 23:29:02 +05:30
kwoyke a525a3c8e0 JAVA-7432: Which sub-modules aren't being built? (#11302)
* JAVA-7432: Enable persistence-modules/sirix module

* JAVA-7432: Add spring-boot-modules/spring-boot-cassandre to the integration profile

* JAVA-7432: Add quarkus-vs-springboot to the default profile
2021-10-10 23:01:07 +05:30
kwoyke 21646a0576 JAVA-7663: Upgrade Apache Commons IO to 2.11.0 in the main pom.xml (#11293) 2021-10-06 22:03:48 +05:30
Mladen Savic 8854bcc5b0 Parallel Test Execution for JUnit 5 2021-10-01 12:42:21 +02:00
Thiago dos Santos Hora 47249aa1ff [BAEL-4747] Add read me and utils scripts (#11242)
* [BAEL-4747] Create quarkus and spring boot projects

* [BAEL-4747] Add quarkus implementation and fixing native image plugins setup

* Fixing build config

* [BAEL-4747] Add read me and utils scripts
2021-09-23 11:07:26 +02:00
kwoyke 45a0c3d947 Merge pull request #11161 from Maiklins/JAVA-3587-Upgrade_jackson_dependency_in_the_main_pom
JAVA-3587 Update Jackson version in the main pom
2021-09-08 10:20:56 +02:00
Thiago dos Santos Hora 6d5fcbc7ee [BAEL-4955] Move code example (#11177) 2021-08-28 08:38:21 -07:00
Thiago dos Santos Hora cf533a0340 [BAEL-4955] The DTO pattern (#11166)
* [BAEL-4955] The DTO pattern

* Fix encrypt logic

* Add tests

* Add tests

* Move packages
2021-08-25 08:19:13 -07:00
mikr 6d979cf2e3 JAVA-3587 Update Jackson version in the main pom 2021-08-24 10:17:23 +02:00
kwoyke 99c9168630 Merge pull request #11125 from freelansam/JAVA-6390
Java 6390
2021-08-17 13:00:38 +02:00
sampadawagde 3e41f10f7f JAVA-6390: main pom changes to add new module 2021-08-15 17:32:08 +05:30
Haroon Khan 8900c1ebba [BAEL-5012] Intro to ksqlDB (#11113)
* [BAEL-5012] Intro to ksqlDB

* [BAEL-5012] Fix POM file and code cleanup

* [BAEL-5012] Code cleanup
2021-08-14 09:38:04 +02:00
kwoyke ec02aed456 JAVA-6253: Review the time of the build (#11067)
* JAVA-6253: Move image-processing to the heavy profile

* JAVA-6253: Do not start blade app automatically by a plugin

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-07-25 12:04:25 +05:30
kwoyke 1910561a54 JAVA-5986: Cleanup pom.xml files (#11010)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-07-09 08:43:41 +05:30
kwoyke dee85d33c1 BAEL-5015: Add Java 9 example for readAllBytes (#10999)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-07-06 16:54:57 +02:00
Anshul Bansal 2cf52853fa BAEL-4913 - Spring Native (#10942)
* BAEL-4913 - Spring Native

* BAEL-4913 - review commit
2021-06-28 09:42:50 -06:00