* Drop support for Spring Boot 2.x
* Bump dependencies in sdk-springboot module from Spring Boot 2.x to 3.2.6
* Update examples module to use new Spring Boot support with Java 17 baseline
* Fix wrong sdkman and mavne wrapper setup that failed the local setup
* Update GHA workflow to stop testing for Spring Boot versions < 3.2.x
Fixes gh-1039
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
* Update pom.xml
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
---------
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Artur Souza <asouza.pro@gmail.com>
* Fixing java docs issues.
* Configuring site plugin, maven site:deploy goal will put all generated site inside the "docs" directory in the root of the local repo, changes will need to be manually pushed.
* Adding site to be deployed in github pages.
* Including link for javadocs in parent landing page, ignoring examples module.
* Updating documentation site to default o javadocs
* Configuring site plugin to only generate javadocs
* Deleting javadocs for modules
* Adding to GIT Ignore list directories for the javadocs for each module.