8000 Comparing v2.0.20...v2.0.21 · GoogleCloudPlatform/appengine-java-standard · GitHub
[go: up one dir, main page]

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: GoogleCloudPlatform/appengine-java-standard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.20
Choose a base ref
...
head repository: GoogleCloudPlatform/appengine-java-standard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.21
Choose a head ref
  • 16 commits
  • 114 files changed
  • 2 contributors

Commits on Oct 3, 2023

  1. No public description

    PiperOrigin-RevId: 570511723
    Change-Id: If1e4b989e63941093a73d9f89fe30e807f9bb541
    ludoch authored and gae-java-bot committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    9e3ab48 View commit details
    Browse the repository at this point in the history
  2. GAE_RUNTIME is an env var, not a system property.

    PiperOrigin-RevId: 570531680
    Change-Id: Ib93d16c0418c0c17c5828f55be6157a6fafc65ec
    ludoch authored and gae-java-bot committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    cc409ba View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Test for null value before using field.getHeader().

    PiperOrigin-RevId: 571982690
    Change-Id: Idd85927ec333a12fa36d44bfc922c2c2f8aeb7b0
    ludoch authored and gae-java-bot committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    7d14b32 View commit details
    Browse the repository at this point in the history
  2. No public description

    PiperOrigin-RevId: 571984657
    Change-Id: Ie5edda6c6c358f35dd0c2f36f60985df4a223984
    ludoch authored and gae-java-bot committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a296343 View commit details
    Browse the repository at this point in the history
  3. Include JDK21 and above in the plugin configuration range.

    trying to address raphw/byte-buddy#1396 as well.
    
    PiperOrigin-RevId: 572035592
    Change-Id: I9f6fe1ad19c78384ac5be7a4a147420aaf7363a5
    ludoch authored and gae-java-bot committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4209be6 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Adding SBOM generation phase in master pom.xml project.

    PiperOrigin-RevId: 572086820
    Change-Id: I8d7ec0a8b0f72d4542aa881323b36976a2940c61
    ludoch authored and gae-java-bot committed Oct 10, 2023
    < 10000 div class="d-flex flex-shrink-0" > Configuration menu
    Copy the full SHA
    57662fd View commit details
    Browse the repository at this point in the history
  • Fix a JDK21 restriction compilation issue.

    PiperOrigin-RevId: 572258070
    Change-Id: If4855683f8b5164e9f632b6800e919de187ae617
    ludoch authored and gae-java-bot committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    86a22c4 View commit details
    Browse the repository at this point in the history
  • Configuration menu
    Copy the full SHA
    712733c View commit details
    Browse the repository at this point in the history
  • Removing redundant entries.

    ludoch committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fccfc1f View commit details
    Browse the repository at this point in the history
  • Merge pull request #61 from GoogleCloudPlatform:sbom

    PiperOrigin-RevId: 572272379
    Change-Id: I55f8daa05b901aefc983d4902433fb67ed0aa305
    gae-java-bot committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0d09e8a View commit details
    Browse the repository at this point in the history
  • Upgrade to jetty-9.4.53.v20231009

    #10679 - backport HTTP/2 rate control from Jetty 10.0.x
    #10573 - backport hpack improvements from Jetty 10.0.x
    #10546 - backport jetty-http Huffman encoders/decoders from Jetty 10.0.x
    
    Addresses CVE-2023-44487 and CVE-2023-36478 which have to do with HTTP/2.
    
    see https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.53.v20231009
    
    PiperOrigin-RevId: 572300688
    Change-Id: Ic60a19d425798ccbe171a57191895dd803672541
    ludoch authored and gae-java-bot committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3f068ae View commit details
    Browse the repository at this point in the history
  • Commits on Oct 12, 2023

    1. No public description

      PiperOrigin-RevId: 572933192
      Change-Id: Ic6bef4d0faeaa7a830405854549cdff9bb5f42c5
      ludoch authored and gae-java-bot committed Oct 12, 2023
      Configuration menu
      Copy the full SHA
      ff2327e View commit details
      Browse the repository at this point in the history
    2. Fix a regression with SessionStore missing class in dev appserver area.

      PiperOrigin-RevId: 572943212
      Change-Id: Ie3d0b41a93e83677f3c9451a7e32947218f5b2bb
      ludoch authored and gae-java-bot committed Oct 12, 2023
      Configuration menu
      Copy the full SHA
      557b7fa View commit details
      Browse the repository at this point in the history

    Commits on Oct 13, 2023

    1. Upgrade to Jetty 12.0.2

      PiperOrigin-RevId: 573242214
      Change-Id: I25bed6a75b98ae6606ef61a56f80b122effe4564
      ludoch authored and gae-java-bot committed Oct 13, 2023
      Configuration menu
      Copy the full SHA
      d766774 View commit details
      Browse the repository at this point in the history

    Commits on Oct 15, 2023

    1. Complete shared sdk classes for SessionStore.

      Moved build to JDK21 GA and newer json library (due to a cve).
      
      PiperOrigin-RevId: 573642257
      Change-Id: Ide77d0dd663d0dd366aa1cf29977dba552b84852
      ludoch authored and gae-java-bot committed Oct 15, 2023
      Configuration menu
      Copy the full SHA
      88603d0 View commit details
      Browse the repository at this point in the history

    Commits on Oct 17, 2023

    1. Upgrade GAE Java version from 2.0.20 to 2.0.21 and prepare next versi…

      …on 2.0.22-SNAPSHOT.
      
      PiperOrigin-RevId: 574061093
      Change-Id: I036fd8fb93c910421a84541c510b3acd3acc9b58
      ludoch authored and gae-java-bot committed Oct 17, 2023
      Configuration menu
      Copy the full SHA
      8c30696 View commit details
      Browse the repository at this point in the history
    Loading
    0