-
Notifications
You must be signed in to change notification settings - Fork 674
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
[WIP] Jetty12 + EE10 #2876
Draft
iamsanjay
wants to merge
69
commits into
apache:main
Choose a base branch
from
iamsanjay:jetty12_ee8
base: main
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.
+7,847
−4,230
Draft
[WIP] Jetty12 + EE10 #2876
Changes from 1 commit
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
d1c5e55
Remove the hadoop-auth module from source
epugh af5a296
Remove build tooling integrations
epugh 9b533ed
Remove from login screen.
epugh 480f8f7
First path of removing related docs
epugh b5e6cff
Missed this core file
epugh 72f4457
Light edits to get ref guide build to pass
epugh a86505e
Remove hadoop version
epugh b46987f
Precommit told me to regenerate versions.lock after removing hadoop-auth
epugh b7e33ca
Post 'checkUnusedConstraints' step
epugh e6ca759
Post updateLicenses step
epugh 4bf733b
Remove no longer required libraries.
epugh 9569b95
Respond to feedback
epugh fb3a0e0
One last eradication
epugh 83a5d05
Proper way to change htaccess.
epugh 760b0c9
Respond to warning from build
epugh 029dc5b
Restore some permissions that are used by the HDFS module
epugh a2cba05
Back out change, we have another JIRA to cover this work.
epugh 90316c3
Format fix
epugh 59e28b0
Merge remote-tracking branch 'upstream/main' into SOLR-17540
epugh d8fd76d
update from main
epugh 0ce563e
Merge remote-tracking branch 'apache/main' into fork/epugh/SOLR-17540
malliaridis 1b8894e
Update locks and sync commons-text version downgrade
malliaridis 70754d8
Remove unused dependencies from catalogs
malliaridis 4409b27
Jetty12 + EE8 \u1F680
iamsanjay 336f0d3
Merge remote-tracking branch 'upstream/main' into SOLR-17540
epugh 0189004
Merge remote-tracking branch 'upstream/main' into SOLR-17540
epugh d8b3d00
Strip out kerberous support in Auth tool.
epugh 90853fc
Update Jetty deps for s3mock
iamsanjay a718562
Merge branch 'main' into jetty12_ee8
iamsanjay 9f8f9c5
Strip kerberos out of the hdfs module
epugh fd24abc
Remove Kerberos specific functions from HttpSolrClient
epugh 30f4bd6
Doc cleanups
epugh 5e1bc75
add missing licenses
iamsanjay dbc0a08
adding permissions to solr test policy
iamsanjay 930d17f
Strip out Kerberos
epugh a3a8acc
useShortName was only implemented in Kerberos, so remove it.
epugh 3ed7ddf
No longer support Kerberos for Solr on HDFS
epugh b42274e
Track that Kerberos has been removed
epugh 7de517b
Align changes to both files to reflect each other.
epugh 66d5d1d
Revert "No longer support Kerberos for Solr on HDFS"
epugh 716ee09
restore removed docs that are still relevant
epugh 5425d73
Restore permissions needed by hdfs and crossdc
epugh a1e67bc
Fix TestHttpServletRequestGetter
iamsanjay d3594a4
tidy
iamsanjay 7bd7259
jetty xml changes
iamsanjay 31e58a1
versions.lock updated
iamsanjay dfe667f
Merge remote-tracking branch 'upstream/main' into SOLR-17540
epugh a20d775
Simplify method signature
epugh 69d5831
Update major-changes-in-solr-10.adoc
epugh 6ca7d16
Track changes
epugh e3f30c6
Set DefaultSessionIdManager on Server
iamsanjay 1413157
Merge branch 'main' into jetty12_ee8
iamsanjay 9634c1c
removed extra logging annotation
iamsanjay fa2c41e
workaround for removing headers
iamsanjay 8ba85f5
Backout changes to HDFS and kerberos security.
epugh 52adc6f
Update usage to reflect Kerberos being gone.
epugh d4a905d
Attempt to clarify why we mention Kerberos and Hadoop Auth in comments
epugh ea09711
Remove dead logic. Tested locally using basic auth.
epugh bc20356
Highlight why we mention Kerberos....
epugh f0cfc42
merge
iamsanjay 60308aa
adding versions.lock
iamsanjay 35acabe
versions.lock
iamsanjay 894b52f
ee10 switch
iamsanjay 72c9cf9
Fix a metric test
iamsanjay be9b7fb
Merge main
iamsanjay 62e1249
Fix JettyWebappTest
iamsanjay 8fb561f
Merge main
iamsanjay c3c2f1c
Merge remove hadoop-auth changes
iamsanjay f7d900b
Upgrade to EE10
iamsanjay File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good for now IMO.
Longer term I'd love to see this code go away in favor of having the v2 API stuff get handled by its own servlet, but we're pretty far from that being workable for now. It is a little hacky in the interim though 😦