Skip to content
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

Closed
wants to merge 472 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 24, 2024

  1. Integrate jsch 0.2.18

    arjantijms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5ba6466 View commit details
    Browse the repository at this point in the history
  2. Integrate Nimbus 9.40

    arjantijms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8756d14 View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse-ee4j#25004 from arjantijms/jsch_218

    Integrate jsch 0.2.18
    arjantijms authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2b4562b View commit details
    Browse the repository at this point in the history
  4. Merge pull request eclipse-ee4j#25005 from arjantijms/nimbus_940

    Integrate Nimbus 9.40
    arjantijms authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    651b35d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge pull request eclipse-ee4j#24993 from OndroMih/ondromih-admin-co…

    …mmand-logger
    
    New feature: Admin command logger
    arjantijms authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fa637c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Integrate JLine 3.26.2

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    d2c0320 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Integrate Helidon MicroProfile Config 3.2.8

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    7a03472 View commit details
    Browse the repository at this point in the history
  2. Integrate JUnit 5.10.3

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    f9dd60d View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse-ee4j#25014 from avpinchuk/junit_5_10_3

    Integrate JUnit 5.10.3
    arjantijms authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    8390ff7 View commit details
    Browse the repository at this point in the history
  4. Integrate EasyMock 5.3.0

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    c9998f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Add standalone Jakarta JSON Processing Pluggability TCK

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c2ad27a View commit details
    Browse the repository at this point in the history
  2. Integrate Parsson 1.1.7

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2f87562 View commit details
    Browse the repository at this point in the history
  3. Updated HK2 and HK2 inhabitants generator plugin

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6639f60 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge pull request eclipse-ee4j#25017 from avpinchuk/parsson_1_1_7

    Integrate Parsson 1.1.7
    arjantijms authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e7ea19e View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse-ee4j#25016 from avpinchuk/jsonp-pluggabili…

    …ty-tck
    
    Add standalone Jakarta JSON Processing Pluggability TCK
    arjantijms authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    26ff085 View commit details
    Browse the repository at this point in the history
  3. Remove Jersey-MOXy integration module

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    593e581 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Use the standard HK2 topic service

    Remove the temporary service and use the HK2 topic service instead
    OndroMih committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ff40c03 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Replaced method call incompatible with Java 11

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5be07ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse-ee4j#25022 from dmatej/jdk17incompat

    Replaced method call incompatible with Java 11
    dmatej authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1d3efd3 View commit details
    Browse the repository at this point in the history
  3. Integrate EclipseLink-ASM 9.7.0

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d582433 View commit details
    Browse the repository at this point in the history
  4. Merge pull request eclipse-ee4j#25025 from avpinchuk/eclipselink_asm_…

    …9_7_0
    
    Integrate EclipseLink-ASM 9.7.0
    dmatej authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    123c605 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. 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.
    OndroMih committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5a4c716 View commit details
    Browse the repository at this point in the history
  2. Use the standard HK2 topic service - add missing dependency

    Add missing dependency to GF Embedded All and Web
    OndroMih committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fcfd6f3 View commit details
    Browse the repository at this point in the history
  3. Update EE4J/parent to 1.0.9

    pzygielo committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4a2cef3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request eclipse-ee4j#25020 from OndroMih/ondromih-hk2-events

    Use the standard HK2 topic service
    dmatej authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a121197 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    f0766c8 View commit details
    Browse the repository at this point in the history
  2. Test based on reproducer in issue eclipse-ee4j#23266 (passing)

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    7cd7b9a View commit details
    Browse the repository at this point in the history
  3. Integrate Woodstox 7.0.0

    arjantijms authored and dmatej committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    4e0e8bf View commit details
    Browse the repository at this point in the history
  4. Try Metro 4.0.4

    arjantijms authored and dmatej committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    6c83f93 View commit details
    Browse the repository at this point in the history
  5. Integrate EclipseLink 4.0.3

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    d650759 View commit details
    Browse the repository at this point in the history
  6. Mixing env and system properties is confusing, especially with magic …

    …regexp
    
    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    13c42f3 View commit details
    Browse the repository at this point in the history
  7. JtaDataSourceResourceRefTest does proper cleanup now - jdbc backup an…

    …d reconfig
    
    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    96b9527 View commit details
    Browse the repository at this point in the history
  8. WriteableView: Added missing space in exception message

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    4b5564f View commit details
    Browse the repository at this point in the history
  9. Merge pull request eclipse-ee4j#25030 from avpinchuk/eclipselink_4_0_3

    Integrate EclipseLink 4.0.3
    dmatej authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    bf64966 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Merge pull request eclipse-ee4j#25031 from dmatej/test-cleanup

    JtaDataSourceResourceRefTest cleanup + fixed exception message
    dmatej authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    f422752 View commit details
    Browse the repository at this point in the history
  2. Fixes Jakarta Servlet API version

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    d3729d9 View commit details
    Browse the repository at this point in the history
  3. Fixes spec version

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    c07d814 View commit details
    Browse the repository at this point in the history
  4. Merge pull request eclipse-ee4j#25032 from avpinchuk/fix-servlet-api-…

    …version
    
    Fixes Jakarta Servlet API version
    arjantijms authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    b92076d View commit details
    Browse the repository at this point in the history
  5. Synchronize expectations for spec versions

    Co-authored-by: Alexander Pinčuk <[email protected]>
    pzygielo and avpinchuk committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    f32ffb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge pull request eclipse-ee4j#25003 from arjantijms/woodstox_700

    Integrate Woodstox 7.0.0
    arjantijms authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a3faa17 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    b176b61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e66b107 View commit details
    Browse the repository at this point in the history
  3. 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...)
    OndroMih committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9da971b View commit details
    Browse the repository at this point in the history
  4. 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.
    OndroMih committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    bcb734c View commit details
    Browse the repository at this point in the history
  5. 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.
    OndroMih committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    807a4da View commit details
    Browse the repository at this point in the history
  6. Optimize log record source autodetection

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    01f692e View commit details
    Browse the repository at this point in the history
  7. 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.)
    OndroMih committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    94ae8aa View commit details
    Browse the repository at this point in the history
  8. 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.
    OndroMih committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3bb8de0 View commit details
    Browse the repository at this point in the history
  9. On-demand source autodetection initialization

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    49552bf View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    131e661 View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse-ee4j#25038 from avpinchuk/log-record

    Optimize GJULE log record source autodetection
    arjantijms authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    139a98b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2746e91 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    256d027 View commit details
    Browse the repository at this point in the history
  2. Improve log message source detection

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    d87effb View commit details
    Browse the repository at this point in the history
  3. GH eclipse-ee4j#25039 Facelets in Console: Clean up

    Removed unnecessary Serializable
    OndroMih committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    97767d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. 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]>
    dmatej committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    bf43d67 View commit details
    Browse the repository at this point in the history
  2. 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]>
    dmatej committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2892f5e View commit details
    Browse the repository at this point in the history
  3. 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]>
    dmatej committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2b0edab View commit details
    Browse the repository at this point in the history
  4. Fixed Maven XSD location - http changed to https

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c334b73 View commit details
    Browse the repository at this point in the history
  5. 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]>
    dmatej committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    15ac491 View commit details
    Browse the repository at this point in the history
  6. Fixed Maven XSD location broken in recent commit - xsdd changed to xsd

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a7dffc9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request eclipse-ee4j#25044 from OndroMih/ondromih-gh24918-…

    …proxy-scheme
    
    Enhancement: Respect scheme from the serverName listener property in redirect URLs
    arjantijms authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3736639 View commit details
    Browse the repository at this point in the history
  8. Merge pull request eclipse-ee4j#25042 from dmatej/cyclonedx7

    Better cyclonedx handling + release process + small improvements
    dmatej authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fe3e5d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    6c39d09 View commit details
    Browse the repository at this point in the history
  2. 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.
    OndroMih committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3354419 View commit details
    Browse the repository at this point in the history
  3. 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
    OndroMih committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fb4df7a View commit details
    Browse the repository at this point in the history
  4. GH24992 Admin Logger: Fix failing tests

    Initialize HK2 topic service in tests
    OndroMih committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c086b55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc5613f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    204f5e6 View commit details
    Browse the repository at this point in the history
  7. Update various maven plug-in versions

    Signed-off-by: Arjan Tijms <[email protected]>
    arjantijms committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9572c74 View commit details
    Browse the repository at this point in the history
  8. Merge pull request eclipse-ee4j#25053 from arjantijms/master_update_m…

    …aven_versions
    
    Update various maven plug-in versions
    dmatej authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4c2a18a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Merge pull request eclipse-ee4j#25037 from OndroMih/ondromih-command-…

    …logger-central-point
    
    Admin Logger: Invoke event from a single central point
    arjantijms authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b0c9e93 View commit details
    Browse the repository at this point in the history
  2. 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)
    arjantijms authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2205e74 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. 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]>
    dmatej committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    cc73da7 View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    pzygielo committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b8b7c4b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Merge pull request eclipse-ee4j#25055 from dmatej/hk2

    Fixed NPE and upgraded to latest visitor version
    dmatej authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    23d08e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. 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]>
    dmatej committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    2923b0a View commit details
    Browse the repository at this point in the history
  2. 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]>
    dmatej committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    562fc19 View commit details
    Browse the repository at this point in the history
  3. Automatic changes of boolean conversions done by Eclipse IDE

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    17e6d31 View commit details
    Browse the repository at this point in the history
  4. 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]>
    dmatej committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    ab4b65a View commit details
    Browse the repository at this point in the history
  5. 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]>
    dmatej committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    69bb53a View commit details
    Browse the repository at this point in the history
  6. MasterPassword now has public getMasterPassword method

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    c9b079d View commit details
    Browse the repository at this point in the history
  7. Trivial changes

    - 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]>
    dmatej committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    9039700 View commit details
    Browse the repository at this point in the history
  8. SecuritySupport and SecuritySupportImpl merged to one

    - Now it is injectable
    - Simplified initialization of related classes
    
    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    ab2220e View commit details
    Browse the repository at this point in the history
  9. DynamicReloader: Fixed NPE seen in logs

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    f748869 View commit details
    Browse the repository at this point in the history
  10. Added cause to thrown exception in JSSE14SocketFactory

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    6bc075c View commit details
    Browse the repository at this point in the history
  11. SecureRMIServerSocketFactory: habitat renamed to locator

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    bcbaa55 View commit details
    Browse the repository at this point in the history
  12. 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]>
    dmatej committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    19baee9 View commit details
    Browse the repository at this point in the history
  13. Revisited POM dependencies

    - 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]>
    dmatej committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    c497152 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Removed declaration of InterruptedException which is not thrown here

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    add92b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse-ee4j#25056 from dmatej/tls

    Refactoring in security (TLS)
    dmatej authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1dc7069 View commit details
    Browse the repository at this point in the history
  3. 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]>
    dmatej committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e81e858 View commit details
    Browse the repository at this point in the history
  4. JSSE14SocketFactory merged to JSSESocketFactory

    - Shortened the inheritance to GlassfishServerSocketFactory
    
    
    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d3568c8 View commit details
    Browse the repository at this point in the history
  5. JSSE14Factory renamed to JSSEFactory and the interface deleted

    - We don't have any other implementation
    
    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    be443d6 View commit details
    Browse the repository at this point in the history
  6. Removed unused methods from SSLImplementation and children

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a996078 View commit details
    Browse the repository at this point in the history
  7. 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]>
    dmatej committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    501f1ec View commit details
    Browse the repository at this point in the history
  8. 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]>
    dmatej committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    abe6f06 View commit details
    Browse the repository at this point in the history
  9. The init() method can return the SSLContext directly

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e62d695 View commit details
    Browse the repository at this point in the history
  10. 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]>
    dmatej committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    bb163ef View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. JSSEFactory.getSocketFactory renamed to getSSLContextFactory

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d079fe0 View commit details
    Browse the repository at this point in the history
  2. Deleted unused GlassfishSSLSupport

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2ea4a33 View commit details
    Browse the repository at this point in the history
  3. Deleted unused JSSESupport

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cb5932f View commit details
    Browse the repository at this point in the history
  4. Deleted JSSEFactory

    - Redundant piece in the hierarchy of calls
    
    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5bab919 View commit details
    Browse the repository at this point in the history
  5. Improved array/list processing in grizzly-config

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f50460b View commit details
    Browse the repository at this point in the history
  6. GenericGrizzlyListener - replaced deprecated CompressionLevel enum

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    74d80ff View commit details
    Browse the repository at this point in the history
  7. The habitat renamed to locator in grizzly-config module

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    98ac1b5 View commit details
    Browse the repository at this point in the history
  8. The serverSF renamed to sslContextFactory

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    793afb0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request eclipse-ee4j#25058 from dmatej/tls

    Refactoring in grizzly-config: removed dead code
    dmatej authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b6a2ca9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. 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.
    OndroMih committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    546f175 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    ca47227 View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse-ee4j#25062 from pzygielo/bcs

    Bump checkstyle from 10.12.4 to 10.17.0
    dmatej authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    67aa954 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Prepare release 7.0.16

    glassfish-bot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a048a74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b427e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Remove unused property

    pzygielo committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c1f10c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Webpage update for 7.0.16

    arjantijms committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d638fff View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse-ee4j#25066 from eclipse-ee4j/7.0.16-BRANCH

    Merge 7.0.16 branch into main
    arjantijms authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    fd58ec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cdc6d5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request eclipse-ee4j#25067 from arjantijms/webpage_update_…

    …for_7016
    
    Webpage update for 7.0.16
    arjantijms authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    df6a75c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Validate the structure in all submodules (especially version ids)

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    cf73d8c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Integrate yasson 3.0.4

    senivam authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c627c54 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Merge pull request eclipse-ee4j#25074 from eclipse-ee4j/senivam-patch-1

    Integrate yasson 3.0.4
    hs536 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    27557a2 View commit details
    Browse the repository at this point in the history
  2. 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.
    OndroMih committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    04a5e44 View commit details
    Browse the repository at this point in the history
  3. Fixes remote JNDI lookup

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7c7f568 View commit details
    Browse the repository at this point in the history
  4. List operation enumerates subcontexts bound to the current context

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    65a7d23 View commit details
    Browse the repository at this point in the history
  5. Fix styling of the command logger button in Admin Console in Chrome

    Before this, Chrome displayed scroll arrows next to the button.
    OndroMih committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9aa7ffe View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Merge pull request eclipse-ee4j#25076 from avpinchuk/remote-jndi-lookup

    Fixes remote JNDI lookup
    dmatej authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f147fb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Added rules for organizing imports

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    7058a37 View commit details
    Browse the repository at this point in the history
  2. Imports: hk2 modules cleanup

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    0352efb View commit details
    Browse the repository at this point in the history
  3. Imports: common packages (both appserver and nucleus)

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a8c78aa View commit details
    Browse the repository at this point in the history
  4. Imports: security packages

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    5b678a8 View commit details
    Browse the repository at this point in the history
  5. Imports: grizzly config

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    e8be709 View commit details
    Browse the repository at this point in the history
  6. Imports: core packages

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a0e460b View commit details
    Browse the repository at this point in the history
  7. Imports: admin modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    b4bcf88 View commit details
    Browse the repository at this point in the history
  8. Imports: Removed extra separation in security module

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    88e90b8 View commit details
    Browse the repository at this point in the history
  9. Imports: cluster modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    820b8df View commit details
    Browse the repository at this point in the history
  10. Imports: deployment modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    fb856d6 View commit details
    Browse the repository at this point in the history
  11. Imports: flashlight modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    e2e2071 View commit details
    Browse the repository at this point in the history
  12. Imports: EJB modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    c949179 View commit details
    Browse the repository at this point in the history
  13. Imports: transaction modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    de3d1f3 View commit details
    Browse the repository at this point in the history
  14. Imports: resource modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    c44b903 View commit details
    Browse the repository at this point in the history
  15. Imports: connector modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    2130b39 View commit details
    Browse the repository at this point in the history
  16. Imports: persistence modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    91276be View commit details
    Browse the repository at this point in the history
  17. Imports: ORB modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    aa90fc2 View commit details
    Browse the repository at this point in the history
  18. Imports: web modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    f8d1e18 View commit details
    Browse the repository at this point in the history
  19. Imports: appclient modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    d94226a View commit details
    Browse the repository at this point in the history
  20. Imports: jts module

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    ccf16b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Imports: jdbc modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    8ada3ca View commit details
    Browse the repository at this point in the history
  2. Imports: loadbalancer modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    6e119e2 View commit details
    Browse the repository at this point in the history
  3. Imports: jms modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    03fdc92 View commit details
    Browse the repository at this point in the history
  4. Imports: concurrency modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    3ffc72a View commit details
    Browse the repository at this point in the history
  5. Imports: batch modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    f8c0e2e View commit details
    Browse the repository at this point in the history
  6. Imports: admin gui modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    c8a05bd View commit details
    Browse the repository at this point in the history
  7. Imports: additional removals and ordering

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    4209676 View commit details
    Browse the repository at this point in the history
  8. Imports: webservices modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    5c5046c View commit details
    Browse the repository at this point in the history
  9. Imports: microprofile modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    595292e View commit details
    Browse the repository at this point in the history
  10. Imports: ant-tasks

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    188e1a1 View commit details
    Browse the repository at this point in the history
  11. Imports: distributions

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    9a51218 View commit details
    Browse the repository at this point in the history
  12. Imports - test modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    0daf5e9 View commit details
    Browse the repository at this point in the history
  13. Checkstyle - added io group

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    53c2780 View commit details
    Browse the repository at this point in the history
  14. Imports: embedded modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    9fa9ace View commit details
    Browse the repository at this point in the history
  15. Imports: grizzly modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    e1a790d View commit details
    Browse the repository at this point in the history
  16. Imports: osgi modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    b5f05aa View commit details
    Browse the repository at this point in the history
  17. Imports: ha, shoal modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    4cb928f View commit details
    Browse the repository at this point in the history
  18. Imports: diagnostics module

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    8d621f2 View commit details
    Browse the repository at this point in the history
  19. Imports: remaining fixes

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    10f0fa8 View commit details
    Browse the repository at this point in the history
  20. Imports - more tests

    - note: where Eclipse could not resolve imports, the result is just partional
    
    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    27bf35b View commit details
    Browse the repository at this point in the history
  21. 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
    dmatej authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    73f0dbf View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    95aa9c8 View commit details
    Browse the repository at this point in the history
  2. Fixes eclipse-ee4j#25085 - Use HTTPS in Oracle links of the documenta…

    …tion
    
    Signed-off-by: Thiago Henrique Hüpner <[email protected]>
    Thihup committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d757818 View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse-ee4j#25083 from dmatej/imports

    Enabled checkstyle rules for imports
    dmatej authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    cb81dc4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request eclipse-ee4j#25084 from OndroMih/ondromih-website-…

    …updates
    
    Website update: Docker and IDE docs, contacts
    dmatej authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a2374c5 View commit details
    Browse the repository at this point in the history
  5. SQLTraceListener: More info in the trace record

    Fixed poolName.
    Added applicationName, moduleName, sqlQuery.
    OndroMih committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7dfd3f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    370e474 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cad09da View commit details
    Browse the repository at this point in the history
  8. SQLTraceListener: Test

    OndroMih committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    26f91fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e907680 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6cda551 View commit details
    Browse the repository at this point in the history
  11. 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.
    OndroMih committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    026a6a3 View commit details
    Browse the repository at this point in the history
  12. SQLTraceListener: Add caller method to toString()

    And call it from the test.
    OndroMih committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    cf2fa28 View commit details
    Browse the repository at this point in the history
  13. GlassFish API - add to the Application Development guide

    Add a section about GlassFish API.
    Automatically generate numbers for main chapters.
    OndroMih committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    409a999 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Merge pull request eclipse-ee4j#25087 from Thihup/issue/25085

    Fixes eclipse-ee4j#25085 - Use HTTPS in Oracle links of the documentation
    dmatej authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5ffd822 View commit details
    Browse the repository at this point in the history
  2. Replaced parsing of java.version system property with usage of Runtim…

    …e.version
    
    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c114043 View commit details
    Browse the repository at this point in the history
  3. Added (experimental) support for JDK 22 and JDK 23

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    219a6a7 View commit details
    Browse the repository at this point in the history
  4. Deleted JDK class

    - 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]>
    dmatej committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6edaba3 View commit details
    Browse the repository at this point in the history
  5. Added note about higher Java versions

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7a63d04 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Fixed error message about insufficient JDK version

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    fdbe943 View commit details
    Browse the repository at this point in the history
  2. 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]>
    dmatej committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    575ad80 View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse-ee4j#25092 from dmatej/jdk23

    Experimental support of JDK23 and 22 for GlassFish 7
    dmatej authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    09f1a22 View commit details
    Browse the repository at this point in the history
  4. Merge pull request eclipse-ee4j#25093 from dmatej/docker

    Removed abandoned docker image build
    dmatej authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    34afe83 View commit details
    Browse the repository at this point in the history
  5. Upgraded command-security-maven-plugin to 1.0.18

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    67e538a View commit details
    Browse the repository at this point in the history
  6. Merge pull request eclipse-ee4j#25094 from dmatej/security-plugin

    Upgraded command-security-maven-plugin to 1.0.18
    arjantijms authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a40b092 View commit details
    Browse the repository at this point in the history
  7. Merge pull request eclipse-ee4j#25090 from OndroMih/ondromih-doc-glas…

    …sfish-api
    
    Document GlassFish API in the Application Development guide
    arjantijms authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    466d827 View commit details
    Browse the repository at this point in the history
  8. Switching from deprecated soruce+target to release (compiler maven pl…

    …ugin)
    
    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    77ada65 View commit details
    Browse the repository at this point in the history
  9. 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]>
    dmatej committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c9891c2 View commit details
    Browse the repository at this point in the history
  10. 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]>
    dmatej committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    67beb28 View commit details
    Browse the repository at this point in the history
  11. Microprofile moved to standard modules

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2412c38 View commit details
    Browse the repository at this point in the history
  12. 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]>
    dmatej committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0a2b7e9 View commit details
    Browse the repository at this point in the history
  13. Merge pull request eclipse-ee4j#25096 from dmatej/compiler-release

    Using release instead of source+target, removing ldapbp module
    dmatej authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b35cd64 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. 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/
    arjantijms committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c5de73c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    804aaeb View commit details
    Browse the repository at this point in the history
  3. Change test to junit5

    arjantijms committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d62588b View commit details
    Browse the repository at this point in the history
  4. Just remove ancients tests

    arjantijms committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    caea68a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    212540a View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse-ee4j#25102 from arjantijms/jdk23_test_proc…

    …ess_annotations
    
    Apply proc:none/proc:only for test compile too.
    arjantijms authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    2800455 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    731c5cf View commit details
    Browse the repository at this point in the history
  4. Merge pull request eclipse-ee4j#25103 from arjantijms/jdk23_testcompi…

    …le_procfull
    
    Replace none/only testcompile with full in a profile for JDK 23
    arjantijms authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    910eccc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge pull request eclipse-ee4j#25079 from OndroMih/ondromih-faster-a…

    …utodeploy
    
    Faster autodeploy at startup - do not wait before first autodeployment scan
    dmatej authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f39ca94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ebd319 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Merge pull request eclipse-ee4j#25088 from OndroMih/ondromih-fix-sql-…

    …tracing
    
    Improvements and fixes in the SQL trace listener functionality
    hs536 authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0c8a14d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Tests for WebSocket in a default web module (eclipse-ee4j#24712)

    Signed-off-by: David Matějček <[email protected]>
    OndroMih authored and dmatej committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    183dc86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a4dab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03c40fa View commit details
    Browse the repository at this point in the history
  4. 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
    dmatej authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ca895e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Removed ServiceLocator from hk2 config generator tests

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0e31688 View commit details
    Browse the repository at this point in the history
  2. Spotbugs - known null value

    - 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]>
    dmatej committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    99d2e21 View commit details
    Browse the repository at this point in the history
  3. FindBugs is dead - removed from the project.

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    97a89c4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request eclipse-ee4j#25115 from dmatej/tests-spotted-bugs

    Spotted bugs in tests
    dmatej authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0b8e7d1 View commit details
    Browse the repository at this point in the history
  5. GJULE - fixed dependency on system default charset

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    413376e View commit details
    Browse the repository at this point in the history
  6. SharedSecureRandomImpl renamed to SharedSecureRandom and its clone de…

    …leted
    
    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    fc74195 View commit details
    Browse the repository at this point in the history
  7. 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]>
    dmatej committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    8d25a63 View commit details
    Browse the repository at this point in the history
  8. Added log to SharedSecureRandom

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    085fa4c View commit details
    Browse the repository at this point in the history
  9. SecurityUtils deleted - unused class

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    c22e587 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Reusing SecureRandom in NetUtils

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3ba712c View commit details
    Browse the repository at this point in the history
  2. 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]>
    dmatej committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    755872d View commit details
    Browse the repository at this point in the history
  3. Removed NetUtils.isSecure - dead code, always returned false

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    064c5d5 View commit details
    Browse the repository at this point in the history
  4. Removing garbage from NetUtils

    - Unused and commented out code, formatting
    
    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    abd390e View commit details
    Browse the repository at this point in the history
  5. Quick code cleanup in RealmAdapter

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d310917 View commit details
    Browse the repository at this point in the history
  6. Removed unused getFreePort methods

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8bd0ff9 View commit details
    Browse the repository at this point in the history
  7. NetUtils.isEqual renamed to isSameHost

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7e0ee60 View commit details
    Browse the repository at this point in the history
  8. 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]>
    dmatej committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9feecec View commit details
    Browse the repository at this point in the history
  9. 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]>
    dmatej committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    66d95bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f433d53 View commit details
    Browse the repository at this point in the history
  11. imports added

    luiseufrasio authored and dmatej committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3111942 View commit details
    Browse the repository at this point in the history
  12. Deleted GFBase64* implementations from pre-JDK8 times

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    252e1b0 View commit details
    Browse the repository at this point in the history
  13. 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
    dmatej authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6ca35ee View commit details
    Browse the repository at this point in the history
  14. Check exit code of the 'svcs' command

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    47579ba View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Merge pull request eclipse-ee4j#25119 from dmatej/common-util-vs-spot…

    …bugs
    
    The common-util: Fixed dependencies on default charset
    dmatej authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1e81265 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Fixed EJB business interface annotation processing

    Signed-off-by: Alexander Pinčuk <[email protected]>
    avpinchuk committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1d6de66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse-ee4j#25122 from avpinchuk/ejb-annotation-p…

    …rocessing
    
    Fixed EJB business interface annotation processing
    arjantijms authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6b44772 View commit details
    Browse the repository at this point in the history
  3. Prepare release 7.0.17

    glassfish-bot committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    02ce925 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27cd5d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    2d9ff32 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    832cf83 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. 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.
    escay committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b1d3069 View commit details
    Browse the repository at this point in the history
  2. 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.
    escay committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6ec3390 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb41ac5 View commit details
    Browse the repository at this point in the history
  4. 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.
    escay committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    027b7d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f000acd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9d1f62 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    e902173 View commit details
    Browse the repository at this point in the history