You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootZipCopyAction.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/buildinfo/BuildInfoIntegrationTests.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/bundling/AbstractBootArchiveIntegrationTests.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/AbstractJarWriter.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/Digest.java
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
packageorg.springframework.boot.loader.tools;
18
18
19
19
importjava.io.IOException;
20
-
importjava.security.DigestInputStream;
20
+
importjava.io.InputStream;
21
21
importjava.security.MessageDigest;
22
22
importjava.security.NoSuchAlgorithmException;
23
23
importjava.util.HexFormat;
@@ -26,9 +26,14 @@
26
26
* Utility class used to calculate digests.
27
27
*
28
28
* @author Phillip Webb
29
+
* @author Andy Wilkinson
30
+
* @deprecated since 3.4.8 for removal in 4.0.0 without replacement
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/FileUtils.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,10 @@ public static void removeDuplicatesFromOutputDirectory(File outputDirectory, Fil
60
60
* @param file the file to hash
61
61
* @return the hash value as a String
62
62
* @throws IOException if the file cannot be read
63
+
* @deprecated since 3.4.8 for removal in 4.0.0 without replacement
0 commit comments