-
Notifications
You must be signed in to change notification settings - Fork 113
fix: downgrade to javax and JDK11 #509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
federicorispo
wants to merge
88
commits into
graphql-java-kickstart:javax
from
federicorispo:fix/re-enable-jdk11-and-revert-javax
Closed
fix: downgrade to javax and JDK11 #509
federicorispo
wants to merge
88
commits into
graphql-java-kickstart:javax
from
federicorispo:fix/re-enable-jdk11-and-revert-javax
Conversation
This file contains hidden or 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
…tart/renovate/major-lib_slf4j_ver fix(deps): update lib_slf4j_ver to v2 (major)
…tart/renovate/groovy-monorepo fix(deps): update dependency org.codehaus.groovy:groovy-all to v3.0.13
…tart/renovate/lib_graphql_java_ver fix(deps): update dependency com.graphql-java:graphql-java to v19.2
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.6.1 to 2.13.4.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…tart/dependabot/maven/examples/osgi/apache-karaf-feature/com.fasterxml.jackson.core-jackson-databind-2.13.4.1 chore(deps): bump jackson-databind from 2.12.6.1 to 2.13.4.1 in /examples/osgi/apache-karaf-feature
…bump-graphql-java-dependency
- Reverted github workflows to build the project with JDK11 - Replaced jakarta imports with javax - Updated README with a description of the reason for this version.
…tart/renovate/all-minor-patch fix(deps): update dependency com.graphql-java:graphql-java to v20.1
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4.1 to 2.13.4.2. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…tart/dependabot/maven/examples/osgi/apache-karaf-feature/com.fasterxml.jackson.core-jackson-databind-2.13.4.2 chore(deps): bump jackson-databind from 2.13.4.1 to 2.13.4.2 in /examples/osgi/apache-karaf-feature
…tart/renovate/all-minor-patch chore(deps): update all non-major dependencies
…tart/renovate/all-minor-patch fix(deps): update dependency org.apache.groovy:groovy-all to v4.0.12
…tart/feature/516-websocket-origin fix(#516): add origin check to websockets
…tart/490-consider-making-servlet-apis-provided-by-server feat: limit scope of servlet-api libs
Maintaining different branches for each flavour (jakarta and javax) is too much work. I close this PR proposing a new solution with this new one: #522 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
master
!