* JAVA-20163 Migration hibernate-annotations
* JAVA-20163 Migrate hibernate-queries
* JAVA-20163 Migrating hibernate-mapping
* JAVA-20163 rename reserved keywords, update inheritance example
* JAVA-20163 Migrate hibernate-ogm module to the jdk 8 because hibernate-ogm doesn't support jakarta API
* JAVA-20163 Migrate hibernate-enterprise module
* JAVA-20163 Add update to HibernateExceptionUnitTest#whenQueryExecutedWithUnmappedEntity_thenMappingException
* JAVA-20163 Set explicit version for hibernate 6.1.7.Final in the hibernate-queries module
* JAVA-20163 Fix failed test with port that already exists (giving another port 8088)
* JAVA-20163 Fix other location after changing the port
* JAVA-20163 Remove duplicate Unit Test
---------
Co-authored-by: n <noreplay@yahoo.com>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
* JAVA-18167 Upgrade persistence-modules to JDK 11 (activejdbc and core-java-persistence)
* JAVA-16167 Update pom.xml to include just the updated modules
* JAVA-18167 Added vaadin because it looks that I removed
* JAVA-18167 Migration deltaspike
* JAVA-18167 Migration hbase module
* JAVA-18167 Migration hibernate-mapping-2
* JAVA-18167 Migration hibernate-exceptions
* JAVA-18167 Migration hibernate-jpa module
* JAVA-18167 Migration hibernate-jpa change the name of User entity
* JAVA-18167 Overwriting the version of slf4j and logback for hibernate-jpa
* JAVA-18167 Migrate deltaspike back to jdk8
* JAVA-18167 Remove some modules that was added elsewhere
* Revert "JAVA-18167 Migration deltaspike"
This reverts commit 874b4ba2
* JAVA-18167 Comment failed module (it will be migrated later)
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
* BAEL-5986 - Getting Started with Blaze Persistence
* Optimize imports
* Fix test class name
* Switch to JUnit5
* Removed dependencies and Controller classes
* Update pom.xml
* Update Configuration class
* JAVA-10130: Add apache-pot-2 module to the main pom.xml
* JAVA-10130: Add missing core-java-* modules to the main pom.xml
* JAVA-10130: Add maven-generate-war to the maven-modules pom.xml
* JAVA-10130: Add hibernate-mapping-2 to the persistence-modules pom.xml
* JAVA-10130: Add spring-data-jpa-enterprise-2 to the persistence-modules pom.xml
* JAVA-10130: Add spring-5-autowiring-beans module to the main pom.xml
* JAVA-10130: Add spring-cloud-docker module to the spring-cloud pom.xml
* JAVA-10130: Enable spring-cloud-openfeign module
* JAVA-10130: Add spring-data-rest-2 module to the main pom.xml
* JAVA-10130: Add wildfly-mdb module to the wildfly pom.xml
* JAVA-10130: Add aws-app-sync to the integration-lite-first profile
* JAVA-10130: Add core-java-string-algorithms-3
* JAVA-10130: Add graphql/graphql-dgs
* JAVA-10130: Add spring-di-3 and spring-threads
* JAVA-10130: Add spring-5-webflux-2 and cleanup the main pom.xml
* JAVA-10130: Add language-interop and libraries-rpc
* JAVA-10130: Disable spring-cloud-openfeign module
* JAVA-10478: Add docker module to the main pom.xml
* JAVA-10478: Move docker module to jdk9+ profile
* JAVA-10478: Remove spring-5-autowiring-beans from the main pom.xml
* 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>
* BAEL-5009 Spring Data with ArangoDB
* BAEL-5009 Spring Data with ArangoDB
* BAEL-5009 Spring Data with ArangoDB
* BAEL-5009 Spring Data with ArangoDB
* BAEL-5009 Spring Data with ArangoDB
* BAEL-5009 Spring Data with ArangoDB
Co-authored-by: majewsk6 <krzysztof.majewski.km1@contractors.roche.com>
* Example implementation of Hexagonal Architecture pattern
* Example Cassandra Springboot application demonstrating the usage of @DataCassandraTest annotation
* Example Cassandra Springboot application demonstrating the usage of @DataCassandraTest annotation
* temporarily ignoring the unit test
* removed ddd-hexagonal-arch module
* changed the test to LiveTest
added readme
* refactored test names
* changes per review comments
* upgraded Cassandra java core driver versino
Co-authored-by: Suresh Raghavan <contactnrsuresh@gmail.com>
* 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>
* Added code for checking if a class is abstract or not.
* Renamed test name as per review comments.
* Added code to get database URL from Connection object.
* Refactored code to break lines.