tbitonti / jakartaee-prototype

Other
0 stars 9 forks source link

Properties files are not transformed #121

Open jfdenise opened 4 years ago

jfdenise commented 4 years ago

When trying to transform servlet API ( https://github.com/jboss/jboss-servlet-api_spec ) to jakarta 9, the properties files, such as: https://github.com/jboss/jboss-servlet-api_spec/blob/master/src/main/java/javax/servlet/LocalStrings.properties are not transformed. This makes runtime resolution of these resources to fail.