-
Notifications
You must be signed in to change notification settings - Fork 12
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
Implement Jakarta Servlet 5 for Jetty 11 #106
Open
tfmorris
wants to merge
8
commits into
OpenRefine:openrefine
Choose a base branch
from
tfmorris:jetty11
base: openrefine
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+256
−242
Commits on Feb 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25d55b1 - Browse repository at this point
Copy the full SHA 25d55b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cd40db - Browse repository at this point
Copy the full SHA 1cd40dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82f7e74 - Browse repository at this point
Copy the full SHA 82f7e74View commit details -
Update vulnerable dependencies - breaking API change!
The type org.apache.commons.collections.ExtendedProperties appears in the interface and has been replaced by the type org.apache.commons.configuration2.PropertiesConfiguration - Apache commons-collections 3.2.2 -> commons-collections4 4.4 and commons-configuration2 2.9.0 - Apache commons-lang 2.6 -> commons-lang3 3.9
Configuration menu - View commit details
-
Copy full SHA for 84caf02 - Browse repository at this point
Copy the full SHA 84caf02View commit details -
- replace deprecated Locale constructor with Locale.Builder - avoid using URLs when URIs will do to avoid potentially slow DNS lookups - make better use of type checking - make better use of try-with-resources - narrow exceptions caught - simplify loops
Configuration menu - View commit details
-
Copy full SHA for 9140809 - Browse repository at this point
Copy the full SHA 9140809View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a19ba1 - Browse repository at this point
Copy the full SHA 3a19ba1View commit details -
Update to Jakarta servlet-api 5.
- Major bump of Butterfly version to 2.0.0. to reflect new package names
Configuration menu - View commit details
-
Copy full SHA for c5de111 - Browse repository at this point
Copy the full SHA c5de111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04a82db - Browse repository at this point
Copy the full SHA 04a82dbView commit details
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.