* [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>
* moving SpringBootPersistenceApplication class to its own package
* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.
* moving SpringBootPersistenceApplication class to its own package
* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.
* Spring Data MongoDB - Configure Connection
Ready for revision.
* fixed tests to reflect article changes
* BAEL-5657
* reverting BAEL-5657
* reverting BAEL-5657
* done
* reverting bael-5366
* revert bael-5366
* revert bael-3366
* including section 3
3. Using commons-io and org.json
* replacing tabs with spaces
* [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>
* fix(build): remove jaxb2-maven-plugin plugin
XCJ fails due to unresolved/conflicting dependencies. The project runs fine without jaxb2-maven-plugin plugin, given maven-jaxb2-plugin is already there.
* fix(build): correct gen files imports
maven-jaxb2-plugin generates in com.baeldung.springsoap.client.gen, not com.baeldung.springsoap.gen
* chore: add postman collection
* revert: set back jaxb2-maven-plugin
Didn't run project with Java 1.8, that's why I was facing build errors
reverts cb3aed358c & 56f2b1fd93