-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Rename process to handle #9385
Merged
Merged
Rename process to handle #9385
Conversation
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
Contributor
gregw
commented
Feb 16, 2023
- Request.Processor to Request.Handler
- Handler.process to Handler.handle
+ Request.Processor to Request.Handler + Handler.process to Handler.handle
gregw
requested review from
sbordet and
lorban
and removed request for
sbordet
February 16, 2023 09:00
More renamings from *process to *handler for variables, methods, test methods, comments, etc. Signed-off-by: Simone Bordet <[email protected]>
lorban
requested changes
Feb 16, 2023
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.
You missed a few renames.
We now have Handler
and Request.Handler
which adds a bit of confusion, but despite that I like this better.
...-ee10/jetty-ee10-webapp/src/main/java/org/eclipse/jetty/ee10/webapp/WebXmlConfiguration.java
Show resolved
Hide resolved
...e10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ServletRequestState.java
Outdated
Show resolved
Hide resolved
jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ServletChannel.java
Outdated
Show resolved
Hide resolved
jetty-core/jetty-server/src/test/java/org/eclipse/jetty/server/handler/DelayedHandlerTest.java
Outdated
Show resolved
Hide resolved
jetty-core/jetty-server/src/test/java/org/eclipse/jetty/server/HttpChannelTest.java
Outdated
Show resolved
Hide resolved
jetty-core/jetty-rewrite/src/main/java/org/eclipse/jetty/rewrite/handler/Rule.java
Show resolved
Hide resolved
jetty-core/jetty-rewrite/src/main/java/org/eclipse/jetty/rewrite/handler/Rule.java
Show resolved
Hide resolved
jetty-core/jetty-rewrite/src/main/java/org/eclipse/jetty/rewrite/handler/RegexRule.java
Show resolved
Hide resolved
jetty-core/jetty-rewrite/src/main/java/org/eclipse/jetty/rewrite/handler/PatternRule.java
Show resolved
Hide resolved
jetty-core/jetty-rewrite/src/main/java/org/eclipse/jetty/rewrite/handler/HeaderRule.java
Show resolved
Hide resolved
sbordet
approved these changes
Feb 16, 2023
…), almost never used, wrongly named because it's a list and should be plural, `__defaultLocale` field. Signed-off-by: Simone Bordet <[email protected]>
Signed-off-by: Simone Bordet <[email protected]>
sbordet
approved these changes
Feb 16, 2023
lorban
approved these changes
Feb 16, 2023
gregpoulos
pushed a commit
to gregpoulos/jetty.project
that referenced
this pull request
Feb 16, 2023
… into jetty-12.0.x-old-docs-remove-logging-sections * 'jetty-12.0.x' of https://github.com/eclipse/jetty.project: Rename process to handle (jetty#9385) Bump maven-deploy-plugin from 3.0.0 to 3.1.0 Bump asciidoctorj-diagram from 2.2.3 to 2.2.4 Bump jakarta.servlet.jsp-api from 3.0.0 to 3.1.1 Bump maven-invoker-plugin from 3.4.0 to 3.5.0 Bump maven.surefire.plugin.version from 3.0.0-M8 to 3.0.0-M9 Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 Bump tycho-p2-repository-plugin from 3.0.1 to 3.0.2 Bump maven.version from 3.8.7 to 3.9.0 Remove jetty-ant (jetty#9382) Added inceptionDates.csv Issue jetty#9336 - remember ContentSources to fail from ChunksPart
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.