* [JAVA-18156] Moved logging-modules to jdk9-and-above profile
* [JAVA-18200] Moved spring-katharsis module to jdk9-and-above profile
---------
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
* Upgrade spring-mobile module to JDK 11 and move it to jdk9-and-above profile
* Add maven-war-plugin to spring-mobile module
---------
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
* [JAVA-18173] Moved vavr-modules to jdk9-and-above profile + fixed test message
* [JAVA-18139] Moved java-websocket module to jdk9-and-above profile
* [JAVA-18130] Moved azure module to jdk9-and-above profile
* [JAVA-18161] Moved netflix-modules to jdk9-and-above profile
* [JAVA-18178] Moved spf4j module to jdk9-and-above profile
* [JAVA-18159] Moved messaging-modules to jdk9-and-above profile
* [JAVA-18147] Moved kubernetes-modules to jdk9-and-above profile
* [JAVA-18191] Moved spring-di module to jdk9-and-above profile
* [JAVA-18192] Moved spring-di-2 module to jdk9-and-above profile
* [JAVA-18199] Moved spring-jinq module to jdk9-and-above profile
---------
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
* first commit for Spring Data Redis TTL
* BAEL-4779: Removed incorrect module
* removed mvn wrapper
* Reduced wait time to check expiration
* J17 -> J11
* spring boot redis added to JDK 9 and above profile
* pulled latest from master
* restored from master
* resolved from master
* Update pom.xml
* Update pom.xml
* using Collections api available in J15
* updated Integration test class name
---------
Co-authored-by: s9m33r <no-reply>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
* [JAVA-18198] Moved spring-jersey module to jdk9-and-above profile
* [JAVA-18141] Moved jersey module to jdk9-and-above profile
* [JAVA-18140] Moved jaxb module to jdk9-and-above profile
---------
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
* [JAVA-18183] Moved spring-batch module to jdk9-and-above-profile
* [JAVA-18183] Moved spring-boot-rest module to jdk9-and-above-profile
* [JAVA-18183] Moved spring-drools module to jdk9-and-above-profile
* [JAVA-18183] Moved spring-exceptions module to jdk9-and-above-profile
* [JAVA-18183] Moved spring-jenkins-pipeline module to jdk9-and-above-profile
* [JAVA-18183] Moved spring-core module to jdk9-and-above-profile
* [JAVA-18183] Moved spring-core-4 module to jdk9-and-above-profile
* [JAVA-18183] Moved spring-integration module to jdk9-and-above-profile
* [JAVA-18183] Upgraded spring-drools dependencies
---------
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
* [JAVA-18166] Moved performance-tests module to jdk9-and-above-profile
* [JAVA-18172] Moved security-modules module to jdk9-and-above-profile
* [JAVA-18154] Moved libraries-server-2 module to jdk9-and-above-profile
* [JAVA-18172] Upgraded maven-war-plugin version
* [JAVA-18172] Upgraded maven-war-plugin version at parent module
* [JAVA-18164] Moved orika module to jdk9-and-above profile
* [JAVA-18164] Testing argLine configuration
* [JAVA-18177] Moved server modules to jdk9-and-above profile
* [JAVA-18177] Upgraded maven-war-plugin version
* [JAVA-18146] Moved json-modules to jdk9-and-above profile
* [JAVA-18151] Moved libraries-data module to jdk9-and-above profile
* [JAVA-18176] Moved saas-modules to jdk9-and-above profile
* [JAVA-18165] Moved patterns-modules to jdk9-and-above profile
* [JAVA-18146] Fixed tests at gson module
* [JAVA-18165] Upgraded maven-war-plugin version
* [JAVA-16377] Moved apache-cxf-module to jdk9-and-above profile + comment out cxf spring
* [JAVA-18151] Testing maven compiler plugin
* [JAVA-18151] Ignored 2 test cases
* [JAVA-18151] import javassist dependency manually
* [JAVA-16377] Upgraded spring version + uncomment cxf-spring module
* JAVA-13870 Move spring-caching,spring-caching-2 to spring-boot-modules (conti-1)
* JAVA-13870 Making spring boot as the parent for spring-caching and spring caching-2
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
* [JAVA-16376] Moved quarkus-modules to jdk9-and-above profile
* [JAVA-18171] Moved reactive-systems module to jdk9-and-above profile
* [JAVA-18170] Moved rxjava-modules to jdk9-and-above profile
* [JAVA-18165] Moved patterns-modules to jdk9-and-above profile
* [JAVA-18168] Upgraded quarkus version
* [JAVA-16394] Moved groovy modules to jdk9-and-above profile
* [JAVA-18165] Reverted changes for pattern-modules
* [JAVA-16394] Upgraded dependencies to latest versions
* [JAVA-18134] Upgraded guava-modules to java 11 and moved to jdk9-and-above profile
* [JAVA-16394] Fixed groovy-eclipse-batch dependency version
---------
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
* [JAVA-16376] Moved spring-reactive-modules to jdk9-and-above profile
* [JAVA-16376] Upgraded geotools dependencies and moved module to jdk9-and-above profile
* [JAVA-16376] Replaced vividsolutions artifact with locationtech
* [JAVA-16376] Moved data-structures to jdk9-and-above profile
* [JAVA-16376] Moved deeplearning4j module to jdk9-and-above profile
---------
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
* BAEL-6097: Create project
* BAEL-6097: Implement sample code and tests with custom test slices
* BAEL-6097: Fix application-test.yml
* BAEL-6097: Rename tests to match BDD naming strategy, add test for Mapper Integration Test
* [JAVA-15035] Created module httpclient4 and moved related code
* [JAVA-15035] Upgraded httpclient-simple to spring-boot-e
* [JAVA-15035] Moved modules to to right profiles
* [JAVA-15026] Upgraded headers code to apache 5.2 + moved code related to 4.5 to httpclient4 module
* [JAVA-14911] Final clean up for http-client module
---------
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
* [JAVA-5730] convert list of objects to list of strings
* [JAVA-5730] added new unit tests with null and non-null lists. modified pom.xml with java version to 16
* [JAVA-5730] simplified User class and formatted the codebase
* [JAVA-5730] added module in jdk-9 and above profile
* [JAVA-5730] removed arraylist module from other profiles of core-java pom
* [JAVA-5730] java util opened for reflection surefire plugin
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
* BAEL-5867: Create project and create first usage main method
* BAEL-5867: Use Observation API in Boot
* BAEL-5867: Refactoring and testing
* BAEL-5867: Add tracing
* BAEL-5867: Remove notes and add project as a module to the aggregator
* BAEL-5867: Fix pmd rules violation
- Moved jgroups, rabbitmq, spring-amqp, spring-apache-camel, spring-jms to messaging-modules
- Moved twilio, twitter4j, strip to saas-modules
- Renamed existing saas to jira-rest-integration
* Update Spring Boot, Spring Native and Native Maven Plugin versions
* BAEL-5951: Spring Boot 3 Sample for Native Image builds incl. Runtime Hints
* BAEL-5951: Configure POMs and add Swagger UI runtime hints
* BAEL-5951: Remove Swagger UI runtime hints
* BAEL-5951: Remove Spring Boot3 parent POM from profiles because of JDK17 dependency during build (building the parent POM is even not necessary)
* BAEL-5951: Add tests
* BAEL-5951: Fix tests (PMD naming conventions)
* BAEL-3446 a simple market data streaming app for the article.
* BAEL-3446 add unit tests for the article code.
* BAEL-3446 increase version, activate module in the parent pom, update readme.
* BAEL-3446 improve the code semantically.
* BAEL-3446 remove unnecessary files
* BAEL-3446 fix continuation indentation as 2
* BAEL-3446 put new module in the correct profile
Co-authored-by: Yavuz Tas <ytas@vwd.com>