issue FOP-3275 - fix(thread): FWK005 parse may not be called while parsing #89
Open
fugerit79 wants to merge 4 commits intoapache:mainfrom
Open
issue FOP-3275 - fix(thread): FWK005 parse may not be called while parsing #89fugerit79 wants to merge 4 commits intoapache:mainfrom
fugerit79 wants to merge 4 commits intoapache:mainfrom
Conversation
…elParser.parse() This is a draft fix for issue : https://issues.apache.org/jira/browse/FOP-3275 It does not fix all the build error
Older version of java will use the previous behavior. This is a draft fix for issue : https://issues.apache.org/jira/browse/FOP-3275
4e8e697 to
978a1b0
Compare
This is a draft fix for issue : https://issues.apache.org/jira/browse/FOP-3275
We just use another non-existent path name 'not-exists'
|
Is there any progress on this problem? We are about to go to java 25 in our spring-boot application but this problem is holding us back. |
Author
|
Hello @EvelienArts I'm not a mantainer of Apache FOP project. On the official FOP issue tracker : https://issues.apache.org/jira/browse/FOP-3275 @simonsteiner1984 filed a bug on OpenJDK project : https://bugs.openjdk.org/browse/JDK-8368356 As far as I know, there is no progress. I proposed the draft of a workaround, but I don't think it will included. See you |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
on EventModelParser.parse()
This is a draft fix for issue :
https://issues.apache.org/jira/browse/FOP-3275
It does not fix all the build error.
This PR is just a draft.