-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
MountableFile fails when path contains + (plus) #664
Comments
@felixbarny I created an issue for that bug, the PR is also submitted. allprojects {
repositories {
// ...
maven { url 'https://jitpack.io' }
}
}
// ...
dependency 'com.github.testcontainers.testcontainers-java:testcontainers:b625e62ffe' |
I was just about to point out the There also seems to be a problem with the sources jar which made debugging a bit harder as line numbers don't match. Does this also resolve the problem with |
@felixbarny yes, it should fix both methods.
Oh wow! We're running Delombok to make the sources look better (otherwise IntelliJ compains) but apparently it breaks the debugging experience. Thanks, will check what we can do to make both work 👍 |
Thx for the fix. I'd appreciate a release for this. |
@felixbarny going to be released today :) |
@felixbarny released as 1.7.2 :) |
thx a lot! |
@felixbarny I really hope this is the last & only blocker for Elastic APM 😅 took much longer than supposed to take to integrate, sorry for that 😄 |
As seen in elastic/apm-agent-java#57, file mounting doesn't work when path containers
(space)
+
(plus) character. It got replaced withThe text was updated successfully, but these errors were encountered: