Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mimic directories as jars in IOUtils.loadNestedJarUri #7705

Merged
merged 1 commit into from
Jul 20, 2022
Merged

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Jul 19, 2022

Spring boot's LaunchedURLClassLoader creates weird urls that have directories that look like jars. This patch makes IOUtils handle such URLs.
Fixes grails/grails-core#12625

Spring boot's LaunchedURLClassLoader creates weird urls that have directories that look like jars. This patch makes IOUtils handle such URLs.
Fixes grails/grails-core#12625
@yawkat yawkat requested a review from puneetbehl July 19, 2022 14:06
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@yawkat yawkat requested a review from graemerocher July 20, 2022 08:34
@yawkat yawkat marked this pull request as ready for review July 20, 2022 08:34
@yawkat yawkat merged commit e14d8ec into 3.5.x Jul 20, 2022
@yawkat yawkat deleted the dir-url branch July 20, 2022 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Grails 5.2 app with Micronaut beans will not run with embedded Tomcat
3 participants