Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eclipse-ee4j/jersey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.36
Choose a base ref
...
head repository: eclipse-ee4j/jersey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.37
Choose a head ref
  • 19 commits
  • 426 files changed
  • 9 contributors

Commits on Jun 13, 2022

  1. 2.37-SNAPSHOT

    jersey-bot committed Jun 13, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    antfu Anthony Fu
    Copy the full SHA
    10f8fe8 View commit details

Commits on Jun 14, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d9ccb7a View commit details

Commits on Jun 15, 2022

  1. fix for user-guide markup

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Jun 15, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    antfu Anthony Fu
    Copy the full SHA
    e114d5e View commit details

Commits on Jul 1, 2022

  1. Support ClientProperties.PROXY_URI & al in HttpUrlConnector (#5091)

    * Support for proxy in HttpUrlConnector
    
    Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
    jbescos authored Jul 1, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    antfu Anthony Fu
    Copy the full SHA
    a83d288 View commit details

Commits on Jul 21, 2022

  1. Move Proxy parsing logic from connectors to a common class

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol committed Jul 21, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    antfu Anthony Fu
    Copy the full SHA
    aac1cac View commit details
  2. Support GSON media (#5090)

    * Support GSON media
    
    Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
    jbescos authored Jul 21, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    antfu Anthony Fu
    Copy the full SHA
    82e89ac View commit details

Commits on Aug 1, 2022

  1. Support CompletionStage<Response>

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol committed Aug 1, 2022
    Copy the full SHA
    8cf7cab View commit details
  2. Make sure the parent 'responseFuture' CompletableFuture is completed.

    This ensures that the jettyRequest.abort() operation is actually performed.
    
    Current situation prevent this code to be ever called as only the chained CompletableFuture is completed.
    daijithegeek authored and jansupol committed Aug 1, 2022
    Copy the full SHA
    1e6c692 View commit details

Commits on Aug 2, 2022

  1. Copy the full SHA
    da45922 View commit details

Commits on Aug 16, 2022

  1. Eclipse Dash license check profile

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Aug 16, 2022
    Copy the full SHA
    39856aa View commit details
  2. FISH-5723 Fixes WebappClassloader memory-leak issue by removing JAXRS…

    …Resources classes from cache on shutdown event (#5102)
    
    * FISH-5723 Fixes WebappClassloader memory-leak issue by removing JAXRS Resources classes from cache on shutdown event
    
    Signed-off-by: Gaurav Gupta <gaurav.gupta@payara.fish>
    jGauravGupta authored and senivam committed Aug 16, 2022
    Copy the full SHA
    c74c814 View commit details

Commits on Aug 18, 2022

  1. Mark jaxrs-ri bundle as multi-release

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol authored and senivam committed Aug 18, 2022
    Copy the full SHA
    b3419d1 View commit details

Commits on Aug 19, 2022

  1. Support JDK19

    Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
    jbescos authored Aug 19, 2022
    Copy the full SHA
    c81fc8f View commit details

Commits on Aug 26, 2022

  1. Fix OSGi headers for CDI & MP Jersey modules to be compatible with EE8 (

    #5122)
    
    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol authored Aug 26, 2022
    Copy the full SHA
    f0754eb View commit details

Commits on Sep 2, 2022

  1. Additional OSGi headers

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol committed Sep 2, 2022
    Copy the full SHA
    16eaaff View commit details
  2. Change JettyConnector 'readTimeout' behavior to match socket read tim… (

    #5114)
    
    * Change JettyConnector 'readTimeout' behavior to match socket read timeout definition - e.g., ApacheConnector behavior matches it.
    
    * Read timeout: Time on waiting to receive the first data byte.
    
    The `timeout` method timeouts the request even if data were already received, capping the query to a maximum execution time.
    This behavior is problematic when streaming data over a prolonged duration; the client has already received data bytes, but data continues to flow.
    
    I provided a jetty specific property (jersey.config.jetty.client.totalTimeout) that configures the 'totalTimeout' when required.
    daijithegeek authored Sep 2, 2022
    Copy the full SHA
    77074f1 View commit details

Commits on Sep 4, 2022

  1. Updated JettyClientProperties#TOTAL_TIMEOUT related documentation.

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol authored and senivam committed Sep 4, 2022
    Copy the full SHA
    53b0fd2 View commit details

Commits on Sep 5, 2022

  1. Fix test issues (#5137)

    Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
    jbescos authored Sep 5, 2022
    Copy the full SHA
    fc63a05 View commit details
  2. 2.37

    jersey-bot committed Sep 5, 2022
    Copy the full SHA
    ecf1444 View commit details
Loading