jamesnetherton opened a new pull request, #8123:
URL: https://github.com/apache/camel-quarkus/pull/8123

   Required for JDK25 else you see the following on startup:
   
   ```
   Caused by: java.util.MissingResourceException: Can't find bundle for base 
name sun.security.util.resources.security, locale en_US
        at 
[email protected]/java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:2012)
        at 
[email protected]/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1664)
        at 
org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.localization.substitutions.Target_java_util_ResourceBundle$1.get(Target_java_util_ResourceBundle.java:123)
        at 
org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.localization.substitutions.Target_java_util_ResourceBundle$1.get(Target_java_util_ResourceBundle.java:120)
        at 
org.graalvm.nativeimage.builder/com.oracle.svm.core.MissingRegistrationUtils.runIgnoringMissingRegistrations(MissingRegistrationUtils.java:143)
        at 
[email protected]/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:120)
        at 
[email protected]/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1529)
        at 
[email protected]/java.util.ResourceBundle.getBundle(ResourceBundle.java:848)
        at 
[email protected]/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1724)
        at 
[email protected]/sun.security.util.ResourcesMgr.getBundle(ResourcesMgr.java:54)
        at 
[email protected]/sun.security.util.ResourcesMgr.getString(ResourcesMgr.java:40)
        at 
[email protected]/javax.security.auth.login.LoginContext.invoke(LoginContext.java:749)
        at 
[email protected]/javax.security.auth.login.LoginContext.login(LoginContext.java:465)
        at 
org.apache.kudu.util.SecurityUtil.getSubjectFromTicketCacheOrNull(SecurityUtil.java:117)
        at 
org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:167)
        at 
org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
        ... 57 more
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to