* 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