- 28 Apr, 2021 17 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Closes gh-26278
-
Andy Wilkinson authored
Closes gh-26276
-
Andy Wilkinson authored
Previously a number of file- or directory-based task inputs were configured with specifying their path sensitivity. This meant that the default absolute path sensitivity was used. For caches that are cacheable this would result in a cache miss when the inputs were identical other than being located at a different absolute path as they are when running a CI build vs a local build. This commit updates the configuration of additional task inputs to use relative path sensitivity. A property name for each input has also been configured. This makes them easier to identify in build scans. Closes gh-26270
-
Stephane Nicoll authored
Closes gh-26277
-
Stephane Nicoll authored
Closes gh-26275
-
Stephane Nicoll authored
* pr/26230: Polish "Fix ordering of metadata entries" Fix ordering of metadata entries Closes gh-26230
-
Stephane Nicoll authored
See gh-26230
-
Dmitry Pavlov authored
This commit provides a consistent ordering for groups that share the same configuration property prefix. See gh-26230
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit disables a test that does not test what it is supposed to and improve the Metadata assertions to fail early if more than one matching item by name and type is found in the metadata. See gh-26271
-
Andy Wilkinson authored
Closes gh-26273
-
Andy Wilkinson authored
Closes gh-26272
-
Andy Wilkinson authored
* gh-26264: Rename nohttp whitelist to allowlist Closes gh-26264
-
dreis2211 authored
See gh-26264
-
- 27 Apr, 2021 23 commits
-
-
Andy Wilkinson authored
Closes gh-26261
-
Andy Wilkinson authored
Closes gh-26260
-
https://bugs.openjdk.java.net/browse/JDK-8156584Andy Wilkinson authored
sun.security.x509.AlgorithmId.get(String) isn't thread-safe and can lead to null be returned for an algorithm that should be present. This commit aims to work around this problem by avoiding the call to AlgorithmId.get(String). It does so by configuring the PKCS12 key protection algorithm to one that starts with pbewithhmacsha (case insensitive). This short-circuits the logic in PKCS12KeyStore.mapPBEAlgorithmToOID(String) and avoids the call to AlgorithmId.get(String). Thanks again to @dreis2211 for the suggestion. The work around is only used when building with Java 8 as the problem was fixed in Java 9. Closes gh-26252
-
Andy Wilkinson authored
* gh-26253: Fix GitHub tag determination following main branch rename Closes gh-26253
-
dreis2211 authored
See gh-26253
-
Andy Wilkinson authored
Closes gh-26257
-
Andy Wilkinson authored
Closes gh-26256
-
Andy Wilkinson authored
Closes gh-26255
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-26248
-
Andy Wilkinson authored
Closes gh-26251
-
Andy Wilkinson authored
See gh-26248
-
Andy Wilkinson authored
Closes gh-26250
-
Andy Wilkinson authored
Closes gh-26247
-
Andy Wilkinson authored
Closes gh-26248
-
Andy Wilkinson authored
Closes gh-26246
-
Andy Wilkinson authored
Closes gh-26245
-
Andy Wilkinson authored
Fixes gh-26240
-
Phillip Webb authored
Closes gh-26242
-
Phillip Webb authored
Closes gh-26241
-
Phillip Webb authored
See gh-26201
-
Phillip Webb authored
Closes gh-26239
-