-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…peline from java 17 to 21 (#271) * feat: upgrade to Spring Boot 3.3.1, Java from 17 to 21, get rid of Lombok, improve Java code * feat: nor arg ends up like --help arg * chore: from java 17 to 21 * chore: from java 17 to 21 * chore: delete unused dependencies spring-framework-bom 5.3.22 & spring-cloud-dependencies 2021.0.4 * docs: Update doc after migrating to Java 21 and Spring Boot 3.3.1 * docs: delete graalvm section and update readme * refactor: delete wildcard imports * fix: scan core package to get beans * fix: correct API tests by preventing bean methods to be proxied * docs: update CLI docs with feature related to #240 and querySelector option * fix: API & Desktop spring boot autoconf * docs: update API example * feat: add jsgenerator-desktop banner * docs: Add jsgenerator-desktop documentation * docs: update jsgenerator-cli example's command with the current version * refactoring: delete double columns before jsgenerator-cli launch command * docs: update API documentation with curl * docs: delete colon before jsgenerator-cli launch command * docs: update API documentation with curl * ci: Prevent Maven github action to run when changing Markdown files * fix: Correct Swagger dependency not working with Spring Boot 3 --------- Co-authored-by: Fanon Jupkwo <jupsfan@gmail.com>
- Loading branch information
1 parent
5518929
commit 11857a0
Showing
50 changed files
with
908 additions
and
723 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
> Screenshot of the current desktop version: | ||
> | ||
> ![Screenshot of the current desktop version](illustrations/screenshot_current_desktop_version.png) |
Oops, something went wrong.