- 14 Sep, 2020 9 commits
-
-
Stephane Nicoll authored
Closes gh-23271
-
Stephane Nicoll authored
Closes gh-23270
-
Stephane Nicoll authored
Closes gh-23268
-
Stephane Nicoll authored
Closes gh-23267
-
Stephane Nicoll authored
Closes gh-23266
-
Phillip Webb authored
* pr/19041: Polish 'Fix signed jar performance issues' Fix signed jar performance issues Ignore Visual Studio Code Files Closes gh-19041
-
Phillip Webb authored
Update the performance improvements to push certificate loading and storage into the `JarFileEntries` class. This allows us to keep certificates without needing to cache all entry data. We now also keep certificates and code signers in a dedicated class which is set whenever the full jar stream as been read, even if the contained values are `null`. The logic that assumes META-INF entries are not signed has been removed in favor of delegating to the streamed entry results. See gh-19041
-
mathieufortin01 authored
Update Spring Boot nested JarFile support to improve the performance of signed jars. Prior to this commit, `certificates` and `codeSigners` were read by streaming the entire jar whenever the existing values were `null`. Unfortunately, the contract for `getCertificates` and get `getCodeSigners` states that `null` is a valid return value. This meant that full jar streaming would occur whenever either method was called on an entry that had no result. The problem was further exacerbated by the fact that entries might not be cached. See gh-19041
-
mathieufortin01 authored
See gh-19041
-
- 07 Sep, 2020 4 commits
-
-
Stephane Nicoll authored
See gh-23185
-
Stephane Nicoll authored
See gh-23194
-
Stephane Nicoll authored
See gh-23190
-
Stephane Nicoll authored
See gh-23181
-
- 28 Aug, 2020 1 commit
-
-
Andy Wilkinson authored
Closes gh-23113
-
- 27 Aug, 2020 1 commit
-
-
Stephane Nicoll authored
Closes gh-23102
-
- 25 Aug, 2020 2 commits
-
-
Stephane Nicoll authored
* pr/23071: Disallow Apache Commons Lang & Lang3 imports Closes gh-23071
-
dreis2211 authored
See gh-23071
-
- 24 Aug, 2020 1 commit
-
-
Andy Wilkinson authored
Closes gh-23055
-
- 06 Aug, 2020 1 commit
-
-
Stephane Nicoll authored
Closes gh-22755
-
- 04 Aug, 2020 1 commit
-
-
Andy Wilkinson authored
Closes gh-22717
-
- 03 Aug, 2020 2 commits
-
-
Stephane Nicoll authored
* pr/22704: Fix broken links to Micrometer registry docs Closes gh-22704
-
Johnny Lim authored
See gh-22704
-
- 30 Jul, 2020 1 commit
-
-
Andy Wilkinson authored
Closes gh-22659
-
- 29 Jul, 2020 1 commit
-
-
Andy Wilkinson authored
The overhead of build scans seems to have brought us right to the limit of the Maven JVM's heap. As a result, builds are occasionally failing as the heap's been exhausted. This commit increases the JVM's max heap. Closes gh-22649
-
- 28 Jul, 2020 3 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-22614: Upgrade to Gradle Enterperise Maven Extension 1.6.0 Closes gh-22614
-
Nelson Osacky authored
See gh-22614
-
- 26 Jul, 2020 1 commit
-
-
Andy Wilkinson authored
-
- 25 Jul, 2020 6 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-22555: Polish "Add generated-snippets as output to test goal" Add generated-snippets as output to test goal Closes gh-22555
-
Andy Wilkinson authored
See gh-22555
-
Nelson Osacky authored
The generated snippets were not declared as an output to the `spring-boot-actuator-autoconfigure` test goal so when the test was pulled from the cache, it did not contain the `generated-snippets` directory. This directory is required as an input to the Asciidoctor plugin. See gh-22555
-
- 24 Jul, 2020 6 commits
-
-
Andy Wilkinson authored
* gh-22550: Disable extra scans for full profile. Closes gh-22550
-
Nelson Osacky authored
The extra scans were not disabled for the full profile, only the regular profile. See gh-22550
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-22089: Polish "Add Gradle Enterprise Extension" Add Gradle Enterprise Extension Closes gh-22089
-
Andy Wilkinson authored
See gh-22089
-