-
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
Merge jetty-11.0.x
into jetty-12.0.x
- July 14
#10108
Merge jetty-11.0.x
into jetty-12.0.x
- July 14
#10108
Conversation
…y-10.0.x`) (#10098) * Now that the migration of `https://eclipse.org/jetty/` to `https://eclipse.dev/jetty/` has occurred, it is time to review the URI use in our project + Updated URLs in poms + Added more URIs to XmlConfiguration + Updated URLs in module files + Updated URLs in documentation + Updated URLs in HTML + Correcting bad double-scheme URLs (eg: `http://https://www.eclipse...`) + Updating text in *.mod files + Removing `/current/` from path `/jetty/documentation/current/` + Fixing mailing list URL --------- Signed-off-by: Joakim Erdfelt <[email protected]>
jetty-core/jetty-util/src/main/config/modules/console-capture.mod
Outdated
Show resolved
Hide resolved
jetty-core/jetty-xml/src/test/java/org/eclipse/jetty/xml/XmlConfigurationTest.java
Outdated
Show resolved
Hide resolved
<a class="menu" href="https://github.com/eclipse/jetty.project/tree/jetty-12.0.x/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp">Source</a> | ||
<a class="menu" href="https://www.eclipse.org/jetty/">Jetty Project Home</a> | ||
<a class="menu" href="https://www.eclipse.org/jetty/documentation/current/">Documentation</a> | ||
<a class="menu" href="https://github.com/eclipse/jetty.project/tree/jetty-12.0.x/demos/demo-jsp-webapp">Source</a> |
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.
Is this change correct? It lost ee10
references.
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.
Still missing the ee10 reference.
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.
More changes needed
jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jaas-webapp/src/main/webapp/login.html
Outdated
Show resolved
Hide resolved
jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/src/main/webapp/auth.html
Outdated
Show resolved
Hide resolved
jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/src/main/webapp/remote.html
Outdated
Show resolved
Hide resolved
jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jetty-webapp/src/main/webapp/rewrite/info.html
Outdated
Show resolved
Hide resolved
jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jaas-webapp/src/main/webapp/login.html
Outdated
Show resolved
Hide resolved
jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/src/main/webapp/auth.html
Outdated
Show resolved
Hide resolved
jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/src/main/webapp/remote.html
Outdated
Show resolved
Hide resolved
jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-jetty-webapp/src/main/webapp/rewrite/info.html
Outdated
Show resolved
Hide resolved
jetty-ee9/jetty-ee9-demos/jetty-ee9-demo-template/src/main/resources/index.html
Outdated
Show resolved
Hide resolved
jetty-core/jetty-xml/src/main/java/org/eclipse/jetty/xml/XmlParser.java
Outdated
Show resolved
Hide resolved
...e9/jetty-ee9-jspc-maven-plugin/src/main/java/org/eclipse/jetty/ee9/jspc/plugin/JspcMojo.java
Outdated
Show resolved
Hide resolved
<a class="menu" href="https://github.com/eclipse/jetty.project/tree/jetty-12.0.x/jetty-ee10/jetty-ee10-demos/jetty-ee10-demo-jsp-webapp">Source</a> | ||
<a class="menu" href="https://www.eclipse.org/jetty/">Jetty Project Home</a> | ||
<a class="menu" href="https://www.eclipse.org/jetty/documentation/current/">Documentation</a> | ||
<a class="menu" href="https://github.com/eclipse/jetty.project/tree/jetty-12.0.x/demos/demo-jsp-webapp">Source</a> |
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.
Still missing the ee10 reference.
This is a merge from
jetty-11.0.x
intojetty-12.0.x
.This merge has to be a PR as now branch
jetty-12.0.x
is protected from direct push.