Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 55f5995

Browse files
committed
Workaround for tomcat 9.0.39 problem
In tomcat 9.0.39 they deleted a package, removing a resource bundle but they ship their own native-image config and didn't remove the bundle from there. Unusually native-image doesn't seem to allow these to be missing so it fails. Tomcat have since fixed the native-image config but that doesn't help 9.0.39. So this file acts as a dumb placeholder to meet the need of the config. We can delete when 9.0.40 comes out I imagine.
1 parent b844f78 commit 55f5995

File tree

1 file changed

+4
-0
lines changed
  • spring-graalvm-native-configuration/src/main/resources/org/apache/tomcat/util/descriptor/tld

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This is only here because tomcat 9.0.39 deleted this but did not reflect that
2+
# changed in the tomcat-embed-core tomcat-resource.json. In 9.0.40 we should
3+
# be able to delete this
4+
foo=bar

0 commit comments

Comments
 (0)