-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Merge of master branch to branch 8.0 #24979
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
Create a new module for the hello project with jakarta following the same structure of the old hello project Add the module to the project
Change hello.war file download source
Display debug port
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee> # Conflicts: # appserver/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/GlassfishNamingManagerImpl.java
…alid - caused IllegalArgumentException in Application.toString - toString must not throw exceptions, it is unusable for logging otherwise Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- It was not thrown, invocation.getComponentId() is just a getter - NamingException doesn't need to be wrapped by another. Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Fixed IllegalArgumentException + refactoring
- server.log buffer increased to 1 milion records - with very detailed logging and many requests I noticed a deadlock when the server.log file was rolling because of its size. Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Updated logging.properties
…ld-sample-module Hello.war app for the Quick start guide
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
…an-war-metainf
In case it remained running from a previously killed test Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
…ver-on-failed-start-in-tests Stop server on failed start in tests
Integrate Nimbus 9.39.1
Integrate Woodstox 6.6.2
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- The invocation info might be required for weld extensions like Concurro which uses it in GF8. Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- In recent merge I moved wrong curly brace when resolving conflicts Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- Tested on GF8 where it is required for use of classifiers in Concurrency TCK Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- Split processing events - long method with parts with clear borders. - Logging enabling/disabling CDI - ModuleInfo.toString usable in logs Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Move master to 7.0.16-SNAPSHOT
- Because event() reacts on three kinds of events it appeared three times Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Backport of improvements in deployment from GF8 concurrency branch
…_200605 # Conflicts: # appserver/itest-tools/src/main/java/org/glassfish/main/itest/tools/GlassFishTestEnvironment.java # appserver/pom.xml # appserver/tests/appserv-tests/lib/pom.xml # nucleus/parent/pom.xml
# Conflicts: # appserver/web/weld-integration/src/main/java/org/glassfish/weld/ACLSingletonProvider.java # nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/composite/CompositeUtil.java
arjantijms
approved these changes
Jun 6, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# 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.
No description provided.