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

merge of the actual 3.1 into the 4.0 #5719

Merged
merged 51 commits into from
Aug 8, 2024
Merged

Commits on May 23, 2024

  1. 3.0.14

    jersey-bot committed May 23, 2024
    Configuration menu
    Copy the full SHA
    789a7e2 View commit details
    Browse the repository at this point in the history
  2. 3.0.99-SNAPSHOT

    jersey-bot committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5864f89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be07aef View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. update Jackson to 2.17.1

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2ee39d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. prevent calling ServletRequest#getInputStream if FILTER_FORWARD_ON_404

    Introduce InputStreamWrapper
    
    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol authored and senivam committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d8f3e0f View commit details
    Browse the repository at this point in the history
  2. Support missing Content-Length header

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol authored and senivam committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7d69a42 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. More release checks

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol authored and senivam committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e24eb6d View commit details
    Browse the repository at this point in the history
  2. mvn build improvements (eclipse-ee4j#5666)

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    04857d7 View commit details
    Browse the repository at this point in the history
  3. Prevent blowing connections number for reoccurring SSLContextFatories (

    …eclipse-ee4j#5677)
    
    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ed233c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. ResponseWriter#writeResponseStatusAndHeaders drops some redundant code

    A condition with identical branches.
    
    Found this when looking at:
    4977fec
    Author: jansupol <jan.supol@oracle.com>
    Date:   Mon Feb 21 18:23:20 2022 +0100
    Replace removed API in Servlet 6
    rw7 authored and senivam committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    15c7009 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Do not point to a SNAPSHOT Jersey in version-agnostic tests

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    51869ec View commit details
    Browse the repository at this point in the history
  2. PathProvider supports Path entities, in preparation for future defaul…

    …t support in JAX-RS 4.x / Jersey 4.x.
    
    Signed-off-by: Markus KARG <markus@headcrashing.eu>
    mkarg authored and jansupol committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a31c9ae View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Last-Modified header is garbled when accessing wadl document on Japan…

    …ese locale (eclipse-ee4j#5698)
    
    * Last-Modified header is garbled when accessing wadl document on Japanese locale
    Signed-off-by: Vaibhav Vishal <vaibhav.vishal@oracle.com>
    vavishal committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c97f944 View commit details
    Browse the repository at this point in the history
  2. Prevent NPE in micrometer when there is no response & 404

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol authored and senivam committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6380dc5 View commit details
    Browse the repository at this point in the history
  3. Backport a fix from micrometer repo for this

    micrometer-metrics/micrometer@66c1d47
    
    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol authored and senivam committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    80951a4 View commit details
    Browse the repository at this point in the history
  4. Support Multipart with Buffered Entity and Netty Connector

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol authored and senivam committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8174fed View commit details
    Browse the repository at this point in the history
  5. Wrap call of deprecated HttpServletResponse#setStatus into try catch

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol authored and senivam committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6fcec23 View commit details
    Browse the repository at this point in the history
  6. Better explanation of missing jersey-hk2 module consequences.

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol authored and senivam committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c4adbb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Merge remote-tracking branch 'origin/2.x' into 'origin/3.0'

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7528da9 View commit details
    Browse the repository at this point in the history
  2. After-merge

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bbeaa55 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    de04f51 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/3.0' into 'origin/3.1'

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2ece961 View commit details
    Browse the repository at this point in the history
  3. Post merge

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    991e08b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

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

Commits on Jul 26, 2024

  1. Add Path provider automatically to the list of providers

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    503195b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Allow ChunkedInput#close to close the underlying stream

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ff92b7e View commit details
    Browse the repository at this point in the history
  2. Propagate WebApplicationException from SseEventSource to provided err…

    …or handler
    
    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    876c83d View commit details
    Browse the repository at this point in the history
  3. Fix intermittent failure in BroadcasterExecutorTest

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    61c7ae5 View commit details
    Browse the repository at this point in the history
  4. 2.44

    jersey-bot committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6aa373f View commit details
    Browse the repository at this point in the history
  5. 2.45-SNAPSHOT

    jersey-bot committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    cd19f99 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Merge remote-tracking branch 'origin/2.x' into 'origin/3.0'

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0b00250 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32edfbb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    a85c4d2 View commit details
    Browse the repository at this point in the history
  2. MultiRelease jar fix

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    982e6db View commit details
    Browse the repository at this point in the history
  3. 3.0.15

    jersey-bot committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3c8b050 View commit details
    Browse the repository at this point in the history
  4. 3.0.99-SNAPSHOT

    jersey-bot committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    49d86af View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/3.0' into 'origin/3.1'

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ad5df8e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    4de62ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f4fd33 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/2.x' into 'origin/3.0'

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0a207bd View commit details
    Browse the repository at this point in the history
  4. Release a reference to threadlocal on shutdown

    Signed-off-by: jansupol <jan.supol@oracle.com>
    jansupol authored and senivam committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2d7b11f View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/2.x' into 'origin/3.0'

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d696db7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    4ff7b9f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/3.0' into 'origin/3.1'

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    845ab16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a183023 View commit details
    Browse the repository at this point in the history
  4. 3.1.8

    jersey-bot committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4649c2b View commit details
    Browse the repository at this point in the history
  5. 3.1.99-SNAPSHOT

    jersey-bot committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ab68bdb View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

  1. Merge 'origin/3.1' into 'origin/4.0'

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f5edd21 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/3.1' into 'origin/4.0'

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6cf8c61 View commit details
    Browse the repository at this point in the history
  3. Post mnerge

    Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
    senivam committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    11c18bf View commit details
    Browse the repository at this point in the history