Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/spring-projects/spring-boot.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Aug 18, 2022
  2. Aug 17, 2022
  3. Aug 16, 2022
    • Stephane Nicoll's avatar
      Upgrade to Undertow 2.2.19.Final · 25507636
      Stephane Nicoll authored
      Closes gh-32087
      25507636
    • Stephane Nicoll's avatar
      Upgrade to Spring Security 5.6.7 · fd89ced0
      Stephane Nicoll authored
      Closes gh-32039
      fd89ced0
    • Phillip Webb's avatar
      Don't close nested jars or wrapper when parent is closed · 360eb027
      Phillip Webb authored
      Update `JarFile` so that the `close()` method no longer closes nested
      jars or the wrapper. Prior to this commit it was possible for a parent
      jar file to be garbage collected and closed even though references still
      existed to the nested jars. When this happened the nested jars would get
      closed and any access to entries would result in `JarFile.ensureOpen()`
      throwing an `IllegalStateException`. The user would often not see this
      exception directly, but rather find `ClassNotFoundException` being
      thrown.
      
      Fixes gh-31853
      360eb027
  4. Aug 11, 2022
  5. Aug 10, 2022
  6. Aug 09, 2022
  7. Aug 05, 2022
  8. Aug 04, 2022
  9. Aug 03, 2022