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
I have an application that creates dirs and writes files to the file system. In production, this directory is mounted. During test we used to write directly into the container.
With the update to 3.12.0 this seem not to be possible anymore as we get a AccessDeniedException: java.nio.file.AccessDeniedException: /home/jboss/myDir
Expected behavior
No change. Writing to the filesystem during a containerized test should still be possible