We seem to have a little problem here:

"The equals and hashCode methods of URL are blocking"

Comment From: bclozel

I guess you're referring to the DNS resolution issue with the URL class? In this case, we should be dealing only with files on the file system - did you find a specific problem with this statement? Was that identified while profiling a particular application? Could you provide more information about this?

Note that the extra space in your PR is breaking the build. Thanks!

Comment From: Konrado85

I came across this problem while analyzing my own application, in which I use Spring Boot version 2.2.6

For the analysis I used, among others, a program:

SopotBugs version 4.0.1

https://spotbugs.github.io/

Besides the problems in my projection, SopotBugs showed some problems in Spring itself. I check these remarks, what hasn't been reported yet I try to report if I think the problem actually exists.

"The equals and hashCode methods of URL are blocking" appears twice in the report and concerns two Springs classes.

Tomorrow I will try to propose an amendment to the second, but first I want to look into it.

wt., 7 kwi 2020 o 18:25 Brian Clozel notifications@github.com napisał(a):

I guess you're referring to the DNS resolution issue with the URL class? In this case, we should be dealing only with files on the file system - did you find a specific problem with this statement? Was that identified while profiling a particular application? Could you provide more information about this?

Note that the extra space in your PR is breaking the build. Thanks!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/spring-projects/spring-boot/pull/20872#issuecomment-610486998, or unsubscribe https://github.com/notifications/unsubscribe-auth/APBOMKVL4EGLWIDDEIO44G3RLNHYNANCNFSM4MDHXP6Q .

Comment From: philwebb

This has been raised previously in #10586

Comment From: snicoll

@Konrado85 thank you for making your first contribution to Spring Boot.