* [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>
* [JAVA-11503] Created new vertx-modules
* [JAVA-11503] Moved vertx(sub-module) to vertx-modules(parent)
* [JAVA-11503] Moved spring-vertx(sub-module) to vertx-modules(parent)
* [JAVA-11503] Moved vertx-and-java(sub-module) to vertx-modules(parent)
* [JAVA-11503] deleted modules that were moved
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
* [JAVA-13854] added parent module
* [JAVA-13854] moved apache-tapestry(submodule) to web-modules(parent)
* [JAVA-13854] moved bootique(submodule) to web-modules(parent)
* [JAVA-13854] moved dropwizard(submodule) to web-modules(parent)
* [JAVA-13854] moved blade(submodule) to web-modules(parent)
* [JAVA-13854] moved java-lite(submodule) to web-modules(parent)
* [JAVA-13854] moved jooby(submodule) to web-modules(parent)
* [JAVA-13854] moved linkrest(submodule) to web-modules(parent)
* [JAVA-13854] moved ninja(submodule) to web-modules(parent)
* [JAVA-13854] moved ratpack(submodule) to web-modules(parent)
* [JAVA-13854] moved resteasy(submodule) to web-modules(parent)
* [JAVA-13854] moved restx(submodule) to web-modules(parent)
* [JAVA-13854] moved spark-java(submodule) to web-modules(parent)
* [JAVA-13854] moved vraptor(submodule) to web-modules(parent)
* [JAVA-13854] delete modules that were moved
* [JAVA-13854]
* [JAVA-13854]
* [JAVA-13854] delete ninja submodule + moved raml(submodule) to web-modules(parent)
* [JAVA-13854] moved gwt(submodule) to web-modules(parent)
* [JAVA-13854] moved jakarta-ee(submodule) to web-modules(parent)
* [JAVA-13854] moved javax-servlets(submodule) to web-modules(parent)
* [JAVA-13854] moved javax-servlets-2(submodule) to web-modules(parent)
* [JAVA-13854] moved jee-7(submodule) to web-modules(parent)
* [JAVA-13854] moved play-framework(not a module) to web-modules
* [JAVA-13854] fix failing test
* [JAVA-13854] moved struts-2(submodule) to web-modules(parent)
* [JAVA-13854] moved wicket(submodule) to web-modules(parent)
* [JAVA-13854] deleted modules that were moved to web-modules
* JAVA-13854 Removed moved modules from the main pom.xml
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
* [JAVA-13945] Upgrade guava version to 31.1-jre
* [JAVA-13945] Use guava.version property in child modules
* [JAVA-13945] Use guava.version property in child modules
* [JAVA-13945] revert changes
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
* [JAVA-13943] Upgrade commons-cli version to 1.5
* [JAVA-13943] Upgrade commons-cli version to 1.5.0
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
* Update optaplanner example
Moved to 8.24.0.Final version
Removed deprecated drools calculation
Added constraints stream solver
Updated to solver config java api
* Update optaplanner/pom.xml
Co-authored-by: Jiří Locker <jiri.locker@gmail.com>
* PR feedback
* Move OptaPlanner module to jdk9-and-above
Moved to default-jdk9-and-above and integration-jdk9-and-above
Co-authored-by: Jiří Locker <jiri.locker@gmail.com>
* added multiple bean instantiation
* added module /spring-core-6 and formatting changes
* resolved formatting issues as suggested
* resolved formatting issues and changed package names
* formatting changes in XML files
* Reformatted XML files as per the instructions
* FIXED Example in Section 3 and some changes in Pom.xml
* changed xml config to Java config in solution 3
* Project updated to spring boot application
* Removed unwanted spring dependencies from pom.xml
* moved the project under new module spring-core-6
* added spring-core-6 module in parent's pom.xml
* resolved formatting issue in parent's pom.xml
* new module entry in parent's pom
* final commit
* Added spring-core-6 in parent's pom.xml
* fixed some merging issues.
* added spring-core-6 module entry under jdk9-and-above profile in main pom
* removed App.java from multibeaninstantiation directory
Created new mongo module, model, mongo client and unit test
Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
Co-authored-by: bipster <openbip@gmail.com>
* BAEL-5557 Split a stream into parts
* BAEL-5557 fix main pom.xml
* BAEL-5557 fix mvn profiles
* BAEL-5557 articles with equals and hashcode
* BAEL-5557 migrate assertions to assertj
* BAEL-5557 better assertions
* added parent module (akka-modules)
* moved akka-http(submodule) to akka-modules(parent)
* moved akka-streams(submodule) to akka-modules(parent)
* moved spring-akka(submodule) to akka-modules(parent)
* deleted submodules that we moved to akka-modules
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
* Added/created parent module (json-modules)
* moved json(submodule) to json-modules(parent)
* moved json-2(submodule) to json-modules(parent)
* moved json-path(submodule) to json-modules(parent)
* moved gson(submodule) to json-modules(parent)
* deleted sub-modules that we moved to json-modules
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
* Added/Created parent module
* moved spring-5-data-reactive (submodule) to spring-reactive-modules (parent)
* moved spring-5-reactive-2 (submodule) to spring-reactive-modules (parent)
* moved spring-5-reactive-3 (submodule) to spring-reactive-modules (parent)
* moved spring-5-reactive-client (submodule) to spring-reactive-modules (parent)
* moved spring-5-reactive-oauth (submodule) to spring-reactive-modules (parent)
* moved spring-5-reactive-security (submodule) to spring-reactive-modules (parent)
* moved spring-5-reactive (submodule) to spring-reactive-modules (parent)
* moved spring-reactive (submodule) to spring-reactive-modules (parent)
* deleted modules that were moved across
* renamed spring-reactive-modules to spring-5-reactive-modules
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
* moved spring-cloud-bus (submodule) to spring-cloud-modules (parent)
* moved spring-cloud-cli (submodule) to spring-cloud-modules (parent)
* moved spring-cloud-data-flow (submodule) to spring-cloud-modules (parent)
* moved spring-sleuth (submodule) to spring-cloud-modules (parent)
* Deleted submodules that we moved to spring-cloud-modules
* deleted old modules from parent pom
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
* BAEL-4292:Play sound in java
* BAEL-4292:Play sound in java
* BAEL-4292: Play sound in java
* BAEL-4292:Play sound in java
* BAEL-4292:Play sound in java
* BAEL-4292:Play sound in java
* fix for spaces
Co-authored-by: Sachin kumar <sachin.n.kumar@oracle.com>
* BAEL-5481: Create new module
* BAEL-5481: Sync and async example
* BAEL-5481: Concurrent example
* BAEL-5481: Concurrent example
* BAEL-5481: JSON body example
* BAEL-5481: Form data example
* BAEL-5481: File upload example
* BAEL-5481: PR comments + Jenkins
* BAEL-5481: Update aftifact ID
* BAEL-5481: Spaces
* JAVA-11533 Move core-java related modules to core-java-modules
* JAVA-11533 Remove moved modules from old parent pom
* JAVA-11533 Updated Readme and pom of parent module
* JAVA-11533 Revert changes made to Readme of parent module
* JAVA-11533 Moved articles to respective submouldes
* 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
* BAEL-5350:
1. Added example usage of creating entries with Java itself
2. Added example usage of creating entries with Apache commons collecttions & Guava
3. Custom entry class and its usages
* BAEL-5350:
1. Created unit tests
* BAEL-5350:
1. simplifed assertion for java 9 entry creation
* BAEL-5350:
1. moved into core-java-collections-maps-4 module
2. updated custom entry class and its unit test
* BAEL-2080 - Check if a user is logged-in with Servlets and JSP
* new module: javax-servlets-2
* adding javax-servlets-2 to the parent pom.
* adding module javax-servlets-2 to all profiles
* BAEL-4706 - Spring Boot with Spring Batch
* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed
* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson
* BAEL-4756 - Mockito MockSettings
* BAEL-4756 - Mockito MockSettings - fix spelling
* BAEL-2674 - Upgrade the Okhttp article
* BAEL-4204 - Adding Interceptors in OkHTTP
* BAEL-4836 - Mocking Static Methods with Mockito
* BAEL-4205 - A Guide to Events in OkHTTP
* BAEL-5408 - Update Camel version in spring-boot-camel module
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>