-
Notifications
You must be signed in to change notification settings - Fork 144
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
Issue 24900 part 1: document and refactor, part 2: add first step in PoolManagerImpl unit test #24901
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ba6466 - Browse repository at this point
Copy the full SHA 5ba6466View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8756d14 - Browse repository at this point
Copy the full SHA 8756d14View commit details -
Merge pull request eclipse-ee4j#25004 from arjantijms/jsch_218
Integrate jsch 0.2.18
Configuration menu - View commit details
-
Copy full SHA for 2b4562b - Browse repository at this point
Copy the full SHA 2b4562bView commit details -
Merge pull request eclipse-ee4j#25005 from arjantijms/nimbus_940
Integrate Nimbus 9.40
Configuration menu - View commit details
-
Copy full SHA for 651b35d - Browse repository at this point
Copy the full SHA 651b35dView commit details
Commits on Jun 25, 2024
-
Merge pull request eclipse-ee4j#24993 from OndroMih/ondromih-admin-co…
…mmand-logger New feature: Admin command logger
Configuration menu - View commit details
-
Copy full SHA for fa637c6 - Browse repository at this point
Copy the full SHA fa637c6View commit details
Commits on Jun 29, 2024
-
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2c0320 - Browse repository at this point
Copy the full SHA d2c0320View commit details
Commits on Jun 30, 2024
-
Integrate Helidon MicroProfile Config 3.2.8
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a03472 - Browse repository at this point
Copy the full SHA 7a03472View commit details -
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9dd60d - Browse repository at this point
Copy the full SHA f9dd60dView commit details -
Merge pull request eclipse-ee4j#25014 from avpinchuk/junit_5_10_3
Integrate JUnit 5.10.3
Configuration menu - View commit details
-
Copy full SHA for 8390ff7 - Browse repository at this point
Copy the full SHA 8390ff7View commit details -
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9998f3 - Browse repository at this point
Copy the full SHA c9998f3View commit details
Commits on Jul 1, 2024
-
Add standalone Jakarta JSON Processing Pluggability TCK
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2ad27a - Browse repository at this point
Copy the full SHA c2ad27aView commit details -
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f87562 - Browse repository at this point
Copy the full SHA 2f87562View commit details -
Updated HK2 and HK2 inhabitants generator plugin
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6639f60 - Browse repository at this point
Copy the full SHA 6639f60View commit details
Commits on Jul 2, 2024
-
Merge pull request eclipse-ee4j#25017 from avpinchuk/parsson_1_1_7
Integrate Parsson 1.1.7
Configuration menu - View commit details
-
Copy full SHA for e7ea19e - Browse repository at this point
Copy the full SHA e7ea19eView commit details -
Merge pull request eclipse-ee4j#25016 from avpinchuk/jsonp-pluggabili…
…ty-tck Add standalone Jakarta JSON Processing Pluggability TCK
Configuration menu - View commit details
-
Copy full SHA for 26ff085 - Browse repository at this point
Copy the full SHA 26ff085View commit details -
Remove Jersey-MOXy integration module
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 593e581 - Browse repository at this point
Copy the full SHA 593e581View commit details
Commits on Jul 3, 2024
-
Use the standard HK2 topic service
Remove the temporary service and use the HK2 topic service instead
Configuration menu - View commit details
-
Copy full SHA for ff40c03 - Browse repository at this point
Copy the full SHA ff40c03View commit details
Commits on Jul 4, 2024
-
Replaced method call incompatible with Java 11
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5be07ab - Browse repository at this point
Copy the full SHA 5be07abView commit details -
Merge pull request eclipse-ee4j#25022 from dmatej/jdk17incompat
Replaced method call incompatible with Java 11
Configuration menu - View commit details
-
Copy full SHA for 1d3efd3 - Browse repository at this point
Copy the full SHA 1d3efd3View commit details -
Integrate EclipseLink-ASM 9.7.0
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d582433 - Browse repository at this point
Copy the full SHA d582433View commit details -
Merge pull request eclipse-ee4j#25025 from avpinchuk/eclipselink_asm_…
…9_7_0 Integrate EclipseLink-ASM 9.7.0
Configuration menu - View commit details
-
Copy full SHA for 123c605 - Browse repository at this point
Copy the full SHA 123c605View commit details
Commits on Jul 5, 2024
-
Fix the startserv script if server is already running
Also report the error immediately, don't run the command again Adds tests for the startserv script. For that, improves the process manager to allow waiting until a text it output instead of waiting for the process to complete.
Configuration menu - View commit details
-
Copy full SHA for 5a4c716 - Browse repository at this point
Copy the full SHA 5a4c716View commit details -
Use the standard HK2 topic service - add missing dependency
Add missing dependency to GF Embedded All and Web
Configuration menu - View commit details
-
Copy full SHA for fcfd6f3 - Browse repository at this point
Copy the full SHA fcfd6f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2cef3 - Browse repository at this point
Copy the full SHA 4a2cef3View commit details -
Merge pull request eclipse-ee4j#25020 from OndroMih/ondromih-hk2-events
Use the standard HK2 topic service
Configuration menu - View commit details
-
Copy full SHA for a121197 - Browse repository at this point
Copy the full SHA a121197View commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0766c8 - Browse repository at this point
Copy the full SHA f0766c8View commit details -
Test based on reproducer in issue eclipse-ee4j#23266 (passing)
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cd7b9a - Browse repository at this point
Copy the full SHA 7cd7b9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e0e8bf - Browse repository at this point
Copy the full SHA 4e0e8bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c83f93 - Browse repository at this point
Copy the full SHA 6c83f93View commit details -
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d650759 - Browse repository at this point
Copy the full SHA d650759View commit details -
Mixing env and system properties is confusing, especially with magic …
…regexp Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13c42f3 - Browse repository at this point
Copy the full SHA 13c42f3View commit details -
JtaDataSourceResourceRefTest does proper cleanup now - jdbc backup an…
…d reconfig Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96b9527 - Browse repository at this point
Copy the full SHA 96b9527View commit details -
WriteableView: Added missing space in exception message
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b5564f - Browse repository at this point
Copy the full SHA 4b5564fView commit details -
Merge pull request eclipse-ee4j#25030 from avpinchuk/eclipselink_4_0_3
Integrate EclipseLink 4.0.3
Configuration menu - View commit details
-
Copy full SHA for bf64966 - Browse repository at this point
Copy the full SHA bf64966View commit details
Commits on Jul 7, 2024
-
Merge pull request eclipse-ee4j#25031 from dmatej/test-cleanup
JtaDataSourceResourceRefTest cleanup + fixed exception message
Configuration menu - View commit details
-
Copy full SHA for f422752 - Browse repository at this point
Copy the full SHA f422752View commit details -
Fixes Jakarta Servlet API version
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3729d9 - Browse repository at this point
Copy the full SHA d3729d9View commit details -
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c07d814 - Browse repository at this point
Copy the full SHA c07d814View commit details -
Merge pull request eclipse-ee4j#25032 from avpinchuk/fix-servlet-api-…
…version Fixes Jakarta Servlet API version
Configuration menu - View commit details
-
Copy full SHA for b92076d - Browse repository at this point
Copy the full SHA b92076dView commit details -
Synchronize expectations for spec versions
Co-authored-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f32ffb5 - Browse repository at this point
Copy the full SHA f32ffb5View commit details
Commits on Jul 8, 2024
-
Merge pull request eclipse-ee4j#25003 from arjantijms/woodstox_700
Integrate Woodstox 7.0.0
Configuration menu - View commit details
-
Copy full SHA for a3faa17 - Browse repository at this point
Copy the full SHA a3faa17View commit details
Commits on Jul 11, 2024
-
GH eclipse-ee4j#25039 A custom view handler that can delegate to defa…
…ult view handler
Configuration menu - View commit details
-
Copy full SHA for b176b61 - Browse repository at this point
Copy the full SHA b176b61View commit details -
Configuration menu - View commit details
-
Copy full SHA for e66b107 - Browse repository at this point
Copy the full SHA e66b107View commit details -
GH eclipse-ee4j#25039 Support plain JSF pages in Admin Console
URLs that start with /faces/* are handled by xhtml pages (e.g. /faces/header.xhtml handled by header.xhtml (in the webapp root). Can be injected to JSF templating pages via iframe. Example in upload.jsf (Application -> Deploy...)
Configuration menu - View commit details
-
Copy full SHA for 9da971b - Browse repository at this point
Copy the full SHA 9da971bView commit details -
GH eclipse-ee4j#25039 Facelets in Console: Resources in Console plugins
Adds a custom resource handler wrapper that loads facelets from a console plugin, from the META-INF/resources directory. Adds a Console plugin for command recorder, which provides a menu facelet wtih a toggle button. The MenuView bean is not found yet.
Configuration menu - View commit details
-
Copy full SHA for bcb734c - Browse repository at this point
Copy the full SHA bcb734cView commit details -
GH eclipse-ee4j#25039 Facelets in Console: Command recorder plugin
Button to toggle Command logger Simplified plugins via Faces - plain JARs in Admin WAR, which contain facelets and resources in META-INF/resources, and Java model as plain CDI beans in the JAR. Subject is retrieved from Jakarta Security - worth to move to a common module.
Configuration menu - View commit details
-
Copy full SHA for 807a4da - Browse repository at this point
Copy the full SHA 807a4daView commit details -
Optimize log record source autodetection
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01f692e - Browse repository at this point
Copy the full SHA 01f692eView commit details -
GH eclipse-ee4j#25039 Facelets in Console: Moved integration to the c…
…ommandrecorder plugin Moved all the code needed to integrate the Command Recorder console plugin into the plugin module. This means that Admin Console will work without issues if the module is not present. Since the Admin Recorder plugin is deployed in the AdminGUI application and not as an OSGi bundle in modules, I needed to update the ConsolePluginService: * it's now created by an HK2 locator specific to the deployed app, so that it finds console plugins also in the web app, not only in OSGi modules * it searches for all plugin configuration files in the classloader and remove duplicities (because the web app classloader also finds all files in OSGi bundles via the parent classloader) Also removed the demo facelets files.(header.xhtml, etc.)
Configuration menu - View commit details
-
Copy full SHA for 94ae8aa - Browse repository at this point
Copy the full SHA 94ae8aaView commit details -
GH eclipse-ee4j#25039 Facelets in Console: Clean up
Moved CDI producers into Admin Core, so that they can be reused by other modules and we avoid conflicts or implicit dependencies if multiple modules define the same producers or rely on beans produced by other modules.
Configuration menu - View commit details
-
Copy full SHA for 3bb8de0 - Browse repository at this point
Copy the full SHA 3bb8de0View commit details -
On-demand source autodetection initialization
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49552bf - Browse repository at this point
Copy the full SHA 49552bfView commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 131e661 - Browse repository at this point
Copy the full SHA 131e661View commit details -
Merge pull request eclipse-ee4j#25038 from avpinchuk/log-record
Optimize GJULE log record source autodetection
Configuration menu - View commit details
-
Copy full SHA for 139a98b - Browse repository at this point
Copy the full SHA 139a98bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2746e91 - Browse repository at this point
Copy the full SHA 2746e91View commit details
Commits on Jul 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 256d027 - Browse repository at this point
Copy the full SHA 256d027View commit details -
Improve log message source detection
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d87effb - Browse repository at this point
Copy the full SHA d87effbView commit details -
GH eclipse-ee4j#25039 Facelets in Console: Clean up
Removed unnecessary Serializable
Configuration menu - View commit details
-
Copy full SHA for 97767d5 - Browse repository at this point
Copy the full SHA 97767d5View commit details
Commits on Jul 15, 2024
-
We don't deploy aggregator, so we don't need the cyclonedx here
- The only child module qa doesn't have dependencies too Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf43d67 - Browse repository at this point
Copy the full SHA bf43d67View commit details -
Overriden the cyclonedx configuration from parent
- Now bound to the release process as we don't use these files in development Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2892f5e - Browse repository at this point
Copy the full SHA 2892f5eView commit details -
Renamed release-phase2 to oss-release to align with eclipse parent
- also there is no release-phase1 Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b0edab - Browse repository at this point
Copy the full SHA 2b0edabView commit details -
Fixed Maven XSD location - http changed to https
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c334b73 - Browse repository at this point
Copy the full SHA c334b73View commit details -
Added skipping javadoc errors to the oss-release profile
- Then we don't need to set it in CI and we can try it locally Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15ac491 - Browse repository at this point
Copy the full SHA 15ac491View commit details -
Fixed Maven XSD location broken in recent commit - xsdd changed to xsd
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7dffc9 - Browse repository at this point
Copy the full SHA a7dffc9View commit details -
Merge pull request eclipse-ee4j#25044 from OndroMih/ondromih-gh24918-…
…proxy-scheme Enhancement: Respect scheme from the serverName listener property in redirect URLs
Configuration menu - View commit details
-
Copy full SHA for 3736639 - Browse repository at this point
Copy the full SHA 3736639View commit details -
Merge pull request eclipse-ee4j#25042 from dmatej/cyclonedx7
Better cyclonedx handling + release process + small improvements
Configuration menu - View commit details
-
Copy full SHA for fe3e5d4 - Browse repository at this point
Copy the full SHA fe3e5d4View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c39d09 - Browse repository at this point
Copy the full SHA 6c39d09View commit details -
GH24992 Admin Logger: Remove source attribute from invocation event
The even is not triggered from a single place, so source would always be the same. Moved the getUserPrincipal method to the event object so that it can be reused in other handlers.
Configuration menu - View commit details
-
Copy full SHA for 3354419 - Browse repository at this point
Copy the full SHA 3354419View commit details -
GH24992 Admin Logger: Inject event service in the current context
Event service should be injected in the current context unless the context doesn't contain the global service locator (either as the current locator or one of its parents). Fix logged message in Admin Logger
Configuration menu - View commit details
-
Copy full SHA for fb4df7a - Browse repository at this point
Copy the full SHA fb4df7aView commit details -
GH24992 Admin Logger: Fix failing tests
Initialize HK2 topic service in tests
Configuration menu - View commit details
-
Copy full SHA for c086b55 - Browse repository at this point
Copy the full SHA c086b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc5613f - Browse repository at this point
Copy the full SHA dc5613fView commit details -
Merge pull request eclipse-ee4j#25027 from OndroMih/ondromih-fix-star…
…tserv-if-error
Configuration menu - View commit details
-
Copy full SHA for 204f5e6 - Browse repository at this point
Copy the full SHA 204f5e6View commit details -
Update various maven plug-in versions
Signed-off-by: Arjan Tijms <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9572c74 - Browse repository at this point
Copy the full SHA 9572c74View commit details -
Merge pull request eclipse-ee4j#25053 from arjantijms/master_update_m…
…aven_versions Update various maven plug-in versions
Configuration menu - View commit details
-
Copy full SHA for 4c2a18a - Browse repository at this point
Copy the full SHA 4c2a18aView commit details
Commits on Jul 17, 2024
-
Merge pull request eclipse-ee4j#25037 from OndroMih/ondromih-command-…
…logger-central-point Admin Logger: Invoke event from a single central point
Configuration menu - View commit details
-
Copy full SHA for b0c9e93 - Browse repository at this point
Copy the full SHA b0c9e93View commit details -
Merge pull request eclipse-ee4j#24898 from OndroMih/ondromih-new-admi…
…n-console Command recorder Admin Console plugin to configure admin command logging (with plain facelets, no JSF templating)
Configuration menu - View commit details
-
Copy full SHA for 2205e74 - Browse repository at this point
Copy the full SHA 2205e74View commit details
Commits on Jul 18, 2024
-
Fixed NPE and upgraded to latest visitor version
- side effect - when missing dependencies, compiler plugin now prints meaningful error messages Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc73da7 - Browse repository at this point
Copy the full SHA cc73da7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8b7c4b - Browse repository at this point
Copy the full SHA b8b7c4bView commit details
Commits on Jul 19, 2024
-
Merge pull request eclipse-ee4j#25055 from dmatej/hk2
Fixed NPE and upgraded to latest visitor version
Configuration menu - View commit details
-
Copy full SHA for 23d08e3 - Browse repository at this point
Copy the full SHA 23d08e3View commit details
Commits on Jul 20, 2024
-
java-web-start constant removed from DeploymentUtils
- It was referred just from two other constants which had to have the dependency on deployment-common - JWS will be removed soon OR replaced by the Open Web Start Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2923b0a - Browse repository at this point
Copy the full SHA 2923b0aView commit details -
The ProcessManagerTest.testDetectTextInStdOutIfProcessStops stabilized
- the sleep can be interrupted - reproduced randomly on local machine - shortened sleep time to 100 ms Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 562fc19 - Browse repository at this point
Copy the full SHA 562fc19View commit details -
Automatic changes of boolean conversions done by Eclipse IDE
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17e6d31 - Browse repository at this point
Copy the full SHA 17e6d31View commit details -
Quick code cleanup in grizzly-config's Utils class
- Added missing logs (when some class was not available, it did not even log it) - Removed e.printstacktrace when we already have logging or throw - Added missing exception cause Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab4b65a - Browse repository at this point
Copy the full SHA ab4b65aView commit details -
EmbeddedOSGiGlassFishImpl - fixed possible NPE
- When I broke some classes critical for startup, this was throwing NPE too Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69bb53a - Browse repository at this point
Copy the full SHA 69bb53aView commit details -
MasterPassword now has public getMasterPassword method
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9b079d - Browse repository at this point
Copy the full SHA c9b079dView commit details -
- import order, wildchar imports removed - final fields - redundant modifiers, fixed order - improved braces - improved generics - habitat renamed to locator - using foreach were possible - throwing exceptions with causes Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9039700 - Browse repository at this point
Copy the full SHA 9039700View commit details -
SecuritySupport and SecuritySupportImpl merged to one
- Now it is injectable - Simplified initialization of related classes Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab2220e - Browse repository at this point
Copy the full SHA ab2220eView commit details -
DynamicReloader: Fixed NPE seen in logs
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f748869 - Browse repository at this point
Copy the full SHA f748869View commit details -
Added cause to thrown exception in JSSE14SocketFactory
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6bc075c - Browse repository at this point
Copy the full SHA 6bc075cView commit details -
SecureRMIServerSocketFactory: habitat renamed to locator
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bcbaa55 - Browse repository at this point
Copy the full SHA bcbaa55View commit details -
Refactoring with positive side effects
- SSLImplementation is an interface and HK2 Contract, GlassfishSSLImpl implements it - SecurityRoleMapperFactoryGen moved to core-ee where is the only usage of it - SSLConfigurator - lookup removed; in all cases I have seen now works the locator variant, but I left the class loader variant here for now. - JSSEImplementation was used just in tests -> moved there as JSSEImplementation4Tests - SecureAdminConfigUpgrade - the comment was not true any more - GlassfishServerSocketFactory now always uses locator Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19baee9 - Browse repository at this point
Copy the full SHA 19baee9View commit details -
- Changes based on directly used packages in the module - I will do that with maven plugin later again. Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c497152 - Browse repository at this point
Copy the full SHA c497152View commit details
Commits on Jul 22, 2024
-
Removed declaration of InterruptedException which is not thrown here
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for add92b9 - Browse repository at this point
Copy the full SHA add92b9View commit details -
Merge pull request eclipse-ee4j#25056 from dmatej/tls
Refactoring in security (TLS)
Configuration menu - View commit details
-
Copy full SHA for 1dc7069 - Browse repository at this point
Copy the full SHA 1dc7069View commit details -
JSSE14Support was merged into JSSESupport
- we don't use JSSESupport instances and we don't support Java 1.2 for years. Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e81e858 - Browse repository at this point
Copy the full SHA e81e858View commit details -
JSSE14SocketFactory merged to JSSESocketFactory
- Shortened the inheritance to GlassfishServerSocketFactory Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3568c8 - Browse repository at this point
Copy the full SHA d3568c8View commit details -
JSSE14Factory renamed to JSSEFactory and the interface deleted
- We don't have any other implementation Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be443d6 - Browse repository at this point
Copy the full SHA be443d6View commit details -
Removed unused methods from SSLImplementation and children
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a996078 - Browse repository at this point
Copy the full SHA a996078View commit details -
Removed unused methods from ServerSocketFactory and children
- Deleted also javadoc bloc probably copy pasted from some obsoleted JDK Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 501f1ec - Browse repository at this point
Copy the full SHA 501f1ecView commit details -
ServerSocketFactory merged to JSSESocketFactory and deleted unused code
- Also done small improvements in the code ie the attributes map had always just string values. - The DefaultServerSocketFactory is a part of JDK, we don't use it. Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abe6f06 - Browse repository at this point
Copy the full SHA abe6f06View commit details -
The init() method can return the SSLContext directly
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e62d695 - Browse repository at this point
Copy the full SHA e62d695View commit details -
Renamed socket factories to sslcontext factories and init() method to…
… create() - Now it makes sense, the original impl moved to the SSLConfigurator mostly, and from some point GF required to create just the SSLContext Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb163ef - Browse repository at this point
Copy the full SHA bb163efView commit details
Commits on Jul 23, 2024
-
JSSEFactory.getSocketFactory renamed to getSSLContextFactory
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d079fe0 - Browse repository at this point
Copy the full SHA d079fe0View commit details -
Deleted unused GlassfishSSLSupport
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ea4a33 - Browse repository at this point
Copy the full SHA 2ea4a33View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb5932f - Browse repository at this point
Copy the full SHA cb5932fView commit details -
- Redundant piece in the hierarchy of calls Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bab919 - Browse repository at this point
Copy the full SHA 5bab919View commit details -
Improved array/list processing in grizzly-config
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f50460b - Browse repository at this point
Copy the full SHA f50460bView commit details -
GenericGrizzlyListener - replaced deprecated CompressionLevel enum
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74d80ff - Browse repository at this point
Copy the full SHA 74d80ffView commit details -
The habitat renamed to locator in grizzly-config module
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98ac1b5 - Browse repository at this point
Copy the full SHA 98ac1b5View commit details -
The serverSF renamed to sslContextFactory
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 793afb0 - Browse repository at this point
Copy the full SHA 793afb0View commit details -
Merge pull request eclipse-ee4j#25058 from dmatej/tls
Refactoring in grizzly-config: removed dead code
Configuration menu - View commit details
-
Copy full SHA for b6a2ca9 - Browse repository at this point
Copy the full SHA b6a2ca9View commit details
Commits on Jul 25, 2024
-
Fix InaccessibleObjectException from JPMS in ThreadLocal cleaner
Logged a warning and stacktrace if java.lang not open on JDK 17+. This is expected. Logs only a simple warning, with instructoins how to open the package. Also sets the context (appName) of the WebApp CL to the name of the app file as a fallback.
Configuration menu - View commit details
-
Copy full SHA for 546f175 - Browse repository at this point
Copy the full SHA 546f175View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca47227 - Browse repository at this point
Copy the full SHA ca47227View commit details -
Merge pull request eclipse-ee4j#25062 from pzygielo/bcs
Bump checkstyle from 10.12.4 to 10.17.0
Configuration menu - View commit details
-
Copy full SHA for 67aa954 - Browse repository at this point
Copy the full SHA 67aa954View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a048a74 - Browse repository at this point
Copy the full SHA a048a74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b427e6 - Browse repository at this point
Copy the full SHA 9b427e6View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1f10c9 - Browse repository at this point
Copy the full SHA c1f10c9View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d638fff - Browse repository at this point
Copy the full SHA d638fffView commit details -
Merge pull request eclipse-ee4j#25066 from eclipse-ee4j/7.0.16-BRANCH
Merge 7.0.16 branch into main
Configuration menu - View commit details
-
Copy full SHA for fd58ec3 - Browse repository at this point
Copy the full SHA fd58ec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cdc6d5 - Browse repository at this point
Copy the full SHA 1cdc6d5View commit details -
Merge pull request eclipse-ee4j#25067 from arjantijms/webpage_update_…
…for_7016 Webpage update for 7.0.16
Configuration menu - View commit details
-
Copy full SHA for df6a75c - Browse repository at this point
Copy the full SHA df6a75cView commit details
Commits on Aug 3, 2024
-
Validate the structure in all submodules (especially version ids)
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf73d8c - Browse repository at this point
Copy the full SHA cf73d8cView commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c627c54 - Browse repository at this point
Copy the full SHA c627c54View commit details
Commits on Aug 7, 2024
-
Merge pull request eclipse-ee4j#25074 from eclipse-ee4j/senivam-patch-1
Integrate yasson 3.0.4
Configuration menu - View commit details
-
Copy full SHA for 27557a2 - Browse repository at this point
Copy the full SHA 27557a2View commit details -
Do not wait before first autodeployment scan (eclipse-ee4j#25078)
Before, delay time was the same as the poll interval time. Now there's no delay. Autodeployment is started immediately and then in polling intervals.
Configuration menu - View commit details
-
Copy full SHA for 04a5e44 - Browse repository at this point
Copy the full SHA 04a5e44View commit details -
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c7f568 - Browse repository at this point
Copy the full SHA 7c7f568View commit details -
List operation enumerates subcontexts bound to the current context
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65a7d23 - Browse repository at this point
Copy the full SHA 65a7d23View commit details -
Fix styling of the command logger button in Admin Console in Chrome
Before this, Chrome displayed scroll arrows next to the button.
Configuration menu - View commit details
-
Copy full SHA for 9aa7ffe - Browse repository at this point
Copy the full SHA 9aa7ffeView commit details
Commits on Aug 8, 2024
-
Merge pull request eclipse-ee4j#25076 from avpinchuk/remote-jndi-lookup
Fixes remote JNDI lookup
Configuration menu - View commit details
-
Copy full SHA for f147fb9 - Browse repository at this point
Copy the full SHA f147fb9View commit details
Commits on Aug 10, 2024
-
Added rules for organizing imports
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7058a37 - Browse repository at this point
Copy the full SHA 7058a37View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0352efb - Browse repository at this point
Copy the full SHA 0352efbView commit details -
Imports: common packages (both appserver and nucleus)
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8c78aa - Browse repository at this point
Copy the full SHA a8c78aaView commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b678a8 - Browse repository at this point
Copy the full SHA 5b678a8View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8be709 - Browse repository at this point
Copy the full SHA e8be709View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0e460b - Browse repository at this point
Copy the full SHA a0e460bView commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4bcf88 - Browse repository at this point
Copy the full SHA b4bcf88View commit details -
Imports: Removed extra separation in security module
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88e90b8 - Browse repository at this point
Copy the full SHA 88e90b8View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 820b8df - Browse repository at this point
Copy the full SHA 820b8dfView commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb856d6 - Browse repository at this point
Copy the full SHA fb856d6View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2e2071 - Browse repository at this point
Copy the full SHA e2e2071View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c949179 - Browse repository at this point
Copy the full SHA c949179View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de3d1f3 - Browse repository at this point
Copy the full SHA de3d1f3View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c44b903 - Browse repository at this point
Copy the full SHA c44b903View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2130b39 - Browse repository at this point
Copy the full SHA 2130b39View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91276be - Browse repository at this point
Copy the full SHA 91276beView commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa90fc2 - Browse repository at this point
Copy the full SHA aa90fc2View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8d1e18 - Browse repository at this point
Copy the full SHA f8d1e18View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d94226a - Browse repository at this point
Copy the full SHA d94226aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccf16b4 - Browse repository at this point
Copy the full SHA ccf16b4View commit details
Commits on Aug 11, 2024
-
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ada3ca - Browse repository at this point
Copy the full SHA 8ada3caView commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e119e2 - Browse repository at this point
Copy the full SHA 6e119e2View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03fdc92 - Browse repository at this point
Copy the full SHA 03fdc92View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ffc72a - Browse repository at this point
Copy the full SHA 3ffc72aView commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8c0e2e - Browse repository at this point
Copy the full SHA f8c0e2eView commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8a05bd - Browse repository at this point
Copy the full SHA c8a05bdView commit details -
Imports: additional removals and ordering
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4209676 - Browse repository at this point
Copy the full SHA 4209676View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c5046c - Browse repository at this point
Copy the full SHA 5c5046cView commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 595292e - Browse repository at this point
Copy the full SHA 595292eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 188e1a1 - Browse repository at this point
Copy the full SHA 188e1a1View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a51218 - Browse repository at this point
Copy the full SHA 9a51218View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0daf5e9 - Browse repository at this point
Copy the full SHA 0daf5e9View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53c2780 - Browse repository at this point
Copy the full SHA 53c2780View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9fa9ace - Browse repository at this point
Copy the full SHA 9fa9aceView commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1a790d - Browse repository at this point
Copy the full SHA e1a790dView commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5f05aa - Browse repository at this point
Copy the full SHA b5f05aaView commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cb928f - Browse repository at this point
Copy the full SHA 4cb928fView commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d621f2 - Browse repository at this point
Copy the full SHA 8d621f2View commit details -
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10f0fa8 - Browse repository at this point
Copy the full SHA 10f0fa8View commit details -
- note: where Eclipse could not resolve imports, the result is just partional Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27bf35b - Browse repository at this point
Copy the full SHA 27bf35bView commit details -
Merge pull request eclipse-ee4j#25080 from OndroMih/ondromih-fix-logg…
…ing-commands-button-chrome Fix styling of the command logger button in Admin Console in Chrome
Configuration menu - View commit details
-
Copy full SHA for 73f0dbf - Browse repository at this point
Copy the full SHA 73f0dbfView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95aa9c8 - Browse repository at this point
Copy the full SHA 95aa9c8View commit details -
Fixes eclipse-ee4j#25085 - Use HTTPS in Oracle links of the documenta…
…tion Signed-off-by: Thiago Henrique Hüpner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d757818 - Browse repository at this point
Copy the full SHA d757818View commit details -
Merge pull request eclipse-ee4j#25083 from dmatej/imports
Enabled checkstyle rules for imports
Configuration menu - View commit details
-
Copy full SHA for cb81dc4 - Browse repository at this point
Copy the full SHA cb81dc4View commit details -
Merge pull request eclipse-ee4j#25084 from OndroMih/ondromih-website-…
…updates Website update: Docker and IDE docs, contacts
Configuration menu - View commit details
-
Copy full SHA for a2374c5 - Browse repository at this point
Copy the full SHA a2374c5View commit details -
SQLTraceListener: More info in the trace record
Fixed poolName. Added applicationName, moduleName, sqlQuery.
Configuration menu - View commit details
-
Copy full SHA for 7dfd3f8 - Browse repository at this point
Copy the full SHA 7dfd3f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 370e474 - Browse repository at this point
Copy the full SHA 370e474View commit details -
Configuration menu - View commit details
-
Copy full SHA for cad09da - Browse repository at this point
Copy the full SHA cad09daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f91fd - Browse repository at this point
Copy the full SHA 26f91fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e907680 - Browse repository at this point
Copy the full SHA e907680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cda551 - Browse repository at this point
Copy the full SHA 6cda551View commit details -
SQLTraceListener: Redesign the method SQLTraceRecord.getCallingApplic…
…ationMethod - use StackWalker - eagerly find application method and set it to SQLTraceRecord (only if there are some listeners) This should be efficient enough and leads to a simpler design.
Configuration menu - View commit details
-
Copy full SHA for 026a6a3 - Browse repository at this point
Copy the full SHA 026a6a3View commit details -
SQLTraceListener: Add caller method to toString()
And call it from the test.
Configuration menu - View commit details
-
Copy full SHA for cf2fa28 - Browse repository at this point
Copy the full SHA cf2fa28View commit details -
GlassFish API - add to the Application Development guide
Add a section about GlassFish API. Automatically generate numbers for main chapters.
Configuration menu - View commit details
-
Copy full SHA for 409a999 - Browse repository at this point
Copy the full SHA 409a999View commit details
Commits on Aug 13, 2024
-
Merge pull request eclipse-ee4j#25087 from Thihup/issue/25085
Fixes eclipse-ee4j#25085 - Use HTTPS in Oracle links of the documentation
Configuration menu - View commit details
-
Copy full SHA for 5ffd822 - Browse repository at this point
Copy the full SHA 5ffd822View commit details -
Replaced parsing of java.version system property with usage of Runtim…
…e.version Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c114043 - Browse repository at this point
Copy the full SHA c114043View commit details -
Added (experimental) support for JDK 22 and JDK 23
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 219a6a7 - Browse repository at this point
Copy the full SHA 219a6a7View commit details -
- was obsoleted and did not work well with JDK23 - since JDK10 it is possible to get version id directly from Runtime. Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6edaba3 - Browse repository at this point
Copy the full SHA 6edaba3View commit details -
Added note about higher Java versions
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a63d04 - Browse repository at this point
Copy the full SHA 7a63d04View commit details
Commits on Aug 14, 2024
-
Fixed error message about insufficient JDK version
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdbe943 - Browse repository at this point
Copy the full SHA fdbe943View commit details -
Removed abandoned docker image build
- We have a standalone git repository for the official docker image. Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 575ad80 - Browse repository at this point
Copy the full SHA 575ad80View commit details -
Merge pull request eclipse-ee4j#25092 from dmatej/jdk23
Experimental support of JDK23 and 22 for GlassFish 7
Configuration menu - View commit details
-
Copy full SHA for 09f1a22 - Browse repository at this point
Copy the full SHA 09f1a22View commit details -
Merge pull request eclipse-ee4j#25093 from dmatej/docker
Removed abandoned docker image build
Configuration menu - View commit details
-
Copy full SHA for 34afe83 - Browse repository at this point
Copy the full SHA 34afe83View commit details -
Upgraded command-security-maven-plugin to 1.0.18
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67e538a - Browse repository at this point
Copy the full SHA 67e538aView commit details -
Merge pull request eclipse-ee4j#25094 from dmatej/security-plugin
Upgraded command-security-maven-plugin to 1.0.18
Configuration menu - View commit details
-
Copy full SHA for a40b092 - Browse repository at this point
Copy the full SHA a40b092View commit details -
Merge pull request eclipse-ee4j#25090 from OndroMih/ondromih-doc-glas…
…sfish-api Document GlassFish API in the Application Development guide
Configuration menu - View commit details
-
Copy full SHA for 466d827 - Browse repository at this point
Copy the full SHA 466d827View commit details -
Switching from deprecated soruce+target to release (compiler maven pl…
…ugin) Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77ada65 - Browse repository at this point
Copy the full SHA 77ada65View commit details -
The microprofile-config module requires JDK 17
- The rest of GF uses just Java 11 as required java version Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9891c2 - Browse repository at this point
Copy the full SHA c9891c2View commit details -
Removed ldapbp module - it was not used, it was buggy
- I just fixed its build in 2022, but it was never even tested. - The --add-export instruction is in collision with the <release> element set for compiler. Obviously it would cause problems in the future. Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67beb28 - Browse repository at this point
Copy the full SHA 67beb28View commit details -
Microprofile moved to standard modules
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2412c38 - Browse repository at this point
Copy the full SHA 2412c38View commit details -
GlassFish can build on JDK17+ and is executable on JDK11+
- on JDK11 is missing the Microprofile support Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a2b7e9 - Browse repository at this point
Copy the full SHA 0a2b7e9View commit details -
Merge pull request eclipse-ee4j#25096 from dmatej/compiler-release
Using release instead of source+target, removing ldapbp module
Configuration menu - View commit details
-
Copy full SHA for b35cd64 - Browse repository at this point
Copy the full SHA b35cd64View commit details
Commits on Aug 16, 2024
-
Apply proc:none/proc:only for test compile too.
This is to prepare for the default changing in JDK 23. See https://inside.java/2024/06/18/quality-heads-up/
Configuration menu - View commit details
-
Copy full SHA for c5de73c - Browse repository at this point
Copy the full SHA c5de73cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 804aaeb - Browse repository at this point
Copy the full SHA 804aaebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d62588b - Browse repository at this point
Copy the full SHA d62588bView commit details -
Configuration menu - View commit details
-
Copy full SHA for caea68a - Browse repository at this point
Copy the full SHA caea68aView commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 212540a - Browse repository at this point
Copy the full SHA 212540aView commit details -
Merge pull request eclipse-ee4j#25102 from arjantijms/jdk23_test_proc…
…ess_annotations Apply proc:none/proc:only for test compile too.
Configuration menu - View commit details
-
Copy full SHA for 2800455 - Browse repository at this point
Copy the full SHA 2800455View commit details -
Configuration menu - View commit details
-
Copy full SHA for 731c5cf - Browse repository at this point
Copy the full SHA 731c5cfView commit details -
Merge pull request eclipse-ee4j#25103 from arjantijms/jdk23_testcompi…
…le_procfull Replace none/only testcompile with full in a profile for JDK 23
Configuration menu - View commit details
-
Copy full SHA for 910eccc - Browse repository at this point
Copy the full SHA 910ecccView commit details
Commits on Aug 19, 2024
-
Merge pull request eclipse-ee4j#25079 from OndroMih/ondromih-faster-a…
…utodeploy Faster autodeploy at startup - do not wait before first autodeployment scan
Configuration menu - View commit details
-
Copy full SHA for f39ca94 - Browse repository at this point
Copy the full SHA f39ca94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ebd319 - Browse repository at this point
Copy the full SHA 3ebd319View commit details
Commits on Aug 21, 2024
-
Merge pull request eclipse-ee4j#25088 from OndroMih/ondromih-fix-sql-…
…tracing Improvements and fixes in the SQL trace listener functionality
Configuration menu - View commit details
-
Copy full SHA for 0c8a14d - Browse repository at this point
Copy the full SHA 0c8a14dView commit details
Commits on Aug 23, 2024
-
Tests for WebSocket in a default web module (eclipse-ee4j#24712)
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 183dc86 - Browse repository at this point
Copy the full SHA 183dc86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79a4dab - Browse repository at this point
Copy the full SHA 79a4dabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03c40fa - Browse repository at this point
Copy the full SHA 03c40faView commit details -
Merge pull request eclipse-ee4j#25107 from OndroMih/ondromih-gh24712-…
…webSocket-default-web-module Fix for a ClassCastException when a filter over a WebSocket endpoint wraps the request
Configuration menu - View commit details
-
Copy full SHA for ca895e3 - Browse repository at this point
Copy the full SHA ca895e3View commit details
Commits on Aug 25, 2024
-
Removed ServiceLocator from hk2 config generator tests
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e31688 - Browse repository at this point
Copy the full SHA 0e31688View commit details -
- It is right, it is a public field and it is changed from the outside, maybe even by multiple threads; not true in the unit test, but ... Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99d2e21 - Browse repository at this point
Copy the full SHA 99d2e21View commit details -
FindBugs is dead - removed from the project.
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97a89c4 - Browse repository at this point
Copy the full SHA 97a89c4View commit details -
Merge pull request eclipse-ee4j#25115 from dmatej/tests-spotted-bugs
Spotted bugs in tests
Configuration menu - View commit details
-
Copy full SHA for 0b8e7d1 - Browse repository at this point
Copy the full SHA 0b8e7d1View commit details -
GJULE - fixed dependency on system default charset
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 413376e - Browse repository at this point
Copy the full SHA 413376eView commit details -
SharedSecureRandomImpl renamed to SharedSecureRandom and its clone de…
…leted Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc74195 - Browse repository at this point
Copy the full SHA fc74195View commit details -
Removed getter from SharedSecureRandom - always provided constant obj…
…ect. - SpotBugs security extension did not like it. - It wasn't a problem except readability. The get() was redundant. Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d25a63 - Browse repository at this point
Copy the full SHA 8d25a63View commit details -
Added log to SharedSecureRandom
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 085fa4c - Browse repository at this point
Copy the full SHA 085fa4cView commit details -
SecurityUtils deleted - unused class
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c22e587 - Browse repository at this point
Copy the full SHA c22e587View commit details
Commits on Aug 27, 2024
-
Reusing SecureRandom in NetUtils
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ba712c - Browse repository at this point
Copy the full SHA 3ba712cView commit details -
Unresolvable local host warning moved to CLICommand.checkSanity
- It doesn't have reason the log it in the original method in unexpected situations (I wanted just to check if the port is free) - However it is an important warning. - Idea: CLI commands should report detected basic issues which might cause problems with CLI command execution. Server instances should do that on startup too. Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 755872d - Browse repository at this point
Copy the full SHA 755872dView commit details -
Removed NetUtils.isSecure - dead code, always returned false
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 064c5d5 - Browse repository at this point
Copy the full SHA 064c5d5View commit details -
Removing garbage from NetUtils
- Unused and commented out code, formatting Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abd390e - Browse repository at this point
Copy the full SHA abd390eView commit details -
Quick code cleanup in RealmAdapter
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d310917 - Browse repository at this point
Copy the full SHA d310917View commit details -
Removed unused getFreePort methods
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8bd0ff9 - Browse repository at this point
Copy the full SHA 8bd0ff9View commit details -
NetUtils.isEqual renamed to isSameHost
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e0ee60 - Browse repository at this point
Copy the full SHA 7e0ee60View commit details -
Deeper code cleanup in NetUtils
- getFreePort now throws ISE on error - originally returned zero - the only usage is in DomainPortValidator, however now it can be used on other places too. - Order of methods for better orientation - first methods using other methods in the same class - first ports, then hosts - Removed unused methods Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9feecec - Browse repository at this point
Copy the full SHA 9feececView commit details -
The common-util: Fixed dependencies on default charset
- The asenv.conf file must be UTF-8 by default - it is provided by us. - Property files are Latin1 aka ISO-8859-1 by default. - ProcessStreamDrainerWorker still uses default charset but was formatted. - XmlParserHelper was not used so I deleted it - FileUtils - Explicit usage of GC allowed here - Fixed dependencies on system default charset - added parameter - However line endings are still taken from system; it is ok for all actual usages (PEM file allows CRLF, CR, LF, pid file doesn't have line ending) and I added that to javadoc. - PayloadImpl now converts string to utf8 byte array, not system default charset - ServerDirs - local paswordfile is UTF-8 encoded, not system default charset - SSHUtil - PEM files use Latin1 and all types of line endings are allowed. - AsadminInput - still use system defaut charset. Controversial. - FileRealmHelper - Using UTF-8 Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66d95bc - Browse repository at this point
Copy the full SHA 66d95bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f433d53 - Browse repository at this point
Copy the full SHA f433d53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3111942 - Browse repository at this point
Copy the full SHA 3111942View commit details -
Deleted GFBase64* implementations from pre-JDK8 times
Signed-off-by: David Matějček <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 252e1b0 - Browse repository at this point
Copy the full SHA 252e1b0View commit details -
Merge pull request eclipse-ee4j#25106 from luiseufrasio/luiseufrasio-C…
…VE-2024-7312-link-redirection-via-host-parameter setting local Name and Port for /managment/* URI
Configuration menu - View commit details
-
Copy full SHA for 6ca35ee - Browse repository at this point
Copy the full SHA 6ca35eeView commit details -
Check exit code of the 'svcs' command
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47579ba - Browse repository at this point
Copy the full SHA 47579baView commit details
Commits on Aug 28, 2024
-
Merge pull request eclipse-ee4j#25119 from dmatej/common-util-vs-spot…
…bugs The common-util: Fixed dependencies on default charset
Configuration menu - View commit details
-
Copy full SHA for 1e81265 - Browse repository at this point
Copy the full SHA 1e81265View commit details
Commits on Aug 29, 2024
-
Fixed EJB business interface annotation processing
Signed-off-by: Alexander Pinčuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d6de66 - Browse repository at this point
Copy the full SHA 1d6de66View commit details -
Merge pull request eclipse-ee4j#25122 from avpinchuk/ejb-annotation-p…
…rocessing Fixed EJB business interface annotation processing
Configuration menu - View commit details
-
Copy full SHA for 6b44772 - Browse repository at this point
Copy the full SHA 6b44772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ce925 - Browse repository at this point
Copy the full SHA 02ce925View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27cd5d0 - Browse repository at this point
Copy the full SHA 27cd5d0View commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d9ff32 - Browse repository at this point
Copy the full SHA 2d9ff32View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 832cf83 - Browse repository at this point
Copy the full SHA 832cf83View commit details
Commits on Sep 5, 2024
-
Part 1 for issue eclipse-ee4j#24900 Document and rename some Resource…
…Handle fields. Document and rename some ConnectionPool fields. Remove some unused methods and constructor parameters. Functional / possible incompatibility changes in DataStructureFactory and in ResourceHandle due to constructor changes.
Configuration menu - View commit details
-
Copy full SHA for b1d3069 - Browse repository at this point
Copy the full SHA b1d3069View commit details -
Part 2 for issue eclipse-ee4j#24900 Start with a new PoolManagertImpl…
… unit test to understand enlisted versus busy states of Resource handles and the wiring inside a transaction to keep track of all used resources.
Configuration menu - View commit details
-
Copy full SHA for 6ec3390 - Browse repository at this point
Copy the full SHA 6ec3390View commit details -
Part 3 for issue eclipse-ee4j#24900 More documentation and more unit …
…test coverage.
Configuration menu - View commit details
-
Copy full SHA for bb41ac5 - Browse repository at this point
Copy the full SHA bb41ac5View commit details -
Part 4 for issue eclipse-ee4j#24900 Add more detailed logging to impr…
…ove log file analysis. And fix a few merge errors after rebasing.
Configuration menu - View commit details
-
Copy full SHA for 027b7d2 - Browse repository at this point
Copy the full SHA 027b7d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f000acd - Browse repository at this point
Copy the full SHA f000acdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d1f62 - Browse repository at this point
Copy the full SHA d9d1f62View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e902173 - Browse repository at this point
Copy the full SHA e902173View commit details