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
Discussed in Zulip .
In GitlabCI, the packaged jar doesnt contain frontend static files, while it works fine locally in a windows machine.
We found the culprit in prepareBuiltResources method of QuinoaProcessor, which does a Files.walk(targetDir) resulting in a call to walk(start, Integer.MAX_VALUE, options) without options.
In walk(start, Integer.MAX_VALUE, options) javadoc it is mentionned that:
By default, symbolic links are not automatically followed by this method. If the options parameter contains the FOLLOW_LINKS option then symbolic links are followed.
Can you fix this please?
Thanks!
Quinoa version
2.3.4
Quarkus version
3.7.4
Build / Runtime
Other
Package Manager
PNPM
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Discussed in Zulip .
In GitlabCI, the packaged jar doesnt contain frontend static files, while it works fine locally in a windows machine.
We found the culprit in prepareBuiltResources method of QuinoaProcessor, which does a Files.walk(targetDir) resulting in a call to walk(start, Integer.MAX_VALUE, options) without options.
In walk(start, Integer.MAX_VALUE, options) javadoc it is mentionned that:
Can you fix this please?
Thanks!
Quinoa version
2.3.4
Quarkus version
3.7.4
Build / Runtime
Other
Package Manager
PNPM
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: