-
-
Notifications
You must be signed in to change notification settings - Fork 554
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
Move to Jakarta based application servers #1075 #3388
Merged
Merged
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
tmortagne
force-pushed
the
feature-deploy-jakarta
branch
6 times, most recently
from
September 10, 2024 08:25
d2d8231
to
64432de
Compare
tmortagne
force-pushed
the
feature-deploy-jakarta
branch
3 times, most recently
from
September 18, 2024 13:45
135a78f
to
28406e7
Compare
tmortagne
force-pushed
the
feature-deploy-jakarta
branch
2 times, most recently
from
October 4, 2024 12:23
4e423f7
to
6c0dbe3
Compare
tmortagne
force-pushed
the
feature-deploy-jakarta
branch
6 times, most recently
from
October 23, 2024 10:25
6da9ea4
to
4e805bc
Compare
tmortagne
force-pushed
the
feature-deploy-jakarta
branch
7 times, most recently
from
November 3, 2024 09:02
e0d1bf8
to
aaec79e
Compare
tmortagne
force-pushed
the
feature-deploy-jakarta
branch
from
November 4, 2024 17:11
aaec79e
to
7b5ae05
Compare
tmortagne
force-pushed
the
feature-deploy-jakarta
branch
from
November 19, 2024 16:50
7b5ae05
to
903f1f8
Compare
tmortagne
force-pushed
the
feature-deploy-jakarta
branch
4 times, most recently
from
November 25, 2024 11:17
260bdf9
to
69fe14a
Compare
tmortagne
force-pushed
the
feature-deploy-jakarta
branch
from
December 6, 2024 17:57
924e3c6
to
685e0f1
Compare
tmortagne
force-pushed
the
feature-deploy-jakarta
branch
5 times, most recently
from
December 31, 2024 16:24
aac2435
to
74439c5
Compare
tmortagne
force-pushed
the
feature-deploy-jakarta
branch
from
January 2, 2025 10:53
74439c5
to
f4f08d6
Compare
michitux
reviewed
Jan 8, 2025
...wiki-platform-model-validation-default/src/main/resources/ApplicationResources_de.properties
Outdated
Show resolved
Hide resolved
michitux
reviewed
Jan 8, 2025
...xwiki-platform-oldcore/src/main/java/org/xwiki/store/TemporaryAttachmentSessionsManager.java
Outdated
Show resolved
Hide resolved
michitux
reviewed
Jan 8, 2025
.../java/org/xwiki/store/filesystem/internal/DefaultTemporaryAttachmentSessionsManagerTest.java
Outdated
Show resolved
Hide resolved
michitux
reviewed
Jan 8, 2025
...platform-url-default/src/test/java/org/xwiki/url/internal/DefaultURLSecurityManagerTest.java
Outdated
Show resolved
Hide resolved
michitux
reviewed
Jan 8, 2025
...ebjars-api/src/test/java/org/xwiki/webjars/internal/WebJarsResourceReferenceHandlerTest.java
Outdated
Show resolved
Hide resolved
...latform-websocket/src/main/java/org/xwiki/websocket/internal/XWikiWebSocketResponseStub.java
Show resolved
Hide resolved
tmortagne
force-pushed
the
feature-deploy-jakarta
branch
2 times, most recently
from
January 8, 2025 15:51
4136acf
to
8393b52
Compare
tmortagne
force-pushed
the
feature-deploy-jakarta
branch
from
January 8, 2025 16:56
8393b52
to
00aea86
Compare
* move to a jakarta based Jetty 12 * also modify how the custom jetty package is built to understand better what are the customizations and make upgrades a lot easier * by default, try our best to switch on anything needed to support any character in the URLs XCOMMONS-2994: Upgrade to Websocket 2.1.1 XCOMMONS-2108: Upgrade to Bean Validation 3.0.2 XCOMMONS-2109: Upgrade to Hibernate Validator 8.0.1 XCOMMONS-2475: Use Expressly instead of Apache EL XWIKI-13963: Stop relying on the application server by default to resolve relative redirect URLs XWIKI-22586: Check all redirect URLs XWIKI-21137: Impossible to install XWiki Debian tomcat packages on Debian 12+ and Ubuntu 24.04+
tmortagne
force-pushed
the
feature-deploy-jakarta
branch
from
January 9, 2025 07:33
00aea86
to
32108c1
Compare
tmortagne
added a commit
that referenced
this pull request
Jan 10, 2025
XCOMMONS-2994: Upgrade to Websocket 2.1.1 XCOMMONS-2108: Upgrade to Bean Validation 3.0.2 XCOMMONS-2109: Upgrade to Hibernate Validator 8.0.1 XCOMMONS-2475: Use Expressly instead of Apache EL XWIKI-13963: Stop relying on the application server by default to resolve relative redirect URLs XWIKI-22586: Check all redirect URLs XWIKI-21137: Impossible to install XWiki Debian tomcat packages on Debian 12+ and Ubuntu 24.04+ * replace since place holders
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.
The platform side of what is already described in xwiki/xwiki-commons#1075.
Executed Tests
The point is mostly to have all the already existing test work. Every single UI test is impacted by this change for example.
Expected merging strategy