Christoph Langer
Christoph Langer
Closing the issue due to no response. However, feel free to add additional comments.
@luchenlin this needs to be brought to jdk21u-dev first.
I'm working on a backout of [JDK-8185862](https://bugs.openjdk.org/browse/JDK-8185862): [JDK-8348625](https://bugs.openjdk.org/browse/JDK-8348625)
I'm planning to work on a fix for https://bugs.openjdk.org/browse/JDK-8336862 that would allow using "-Djava.awt.headless=false" to restore the old behavior. Hopefully in time for JDK25.
Wouldn't it be enough to just use: ``` if filename.endswith(doc_id): filename_with_doc_id = filename else: filename_with_doc_id = filename + f" ({doc_id})" ``` ?
OK, understood. I added the code to PR #223.
Since the changes for the PR were merged and a new version released (v0.4.3) I'm closing this issue as resolved. Please let me know if there's still a problem with...
> @RealCLanger - Could you please review my PR? Sorry, not working on JDK11 any more, you need to find somebody else.