After today's upgrade from Jenkins core v2.265 => 2.270 and all plugins as well to latest versions (the previous upgrade was on November 6), I have seen the following log:
2020-12-10 12:02:22.766+0000 [id=31] WARNING o.s.c.s.ResourceBundleMessageSource#getResourceBundle: ResourceBundle [org.acegisecurity.messages] not found for MessageSource: Can't find bundle for base name org.acegisecurity.messages, locale en_US
Please note that it did not appear after the very first startup (with new versions) though :-o
jglick And I am also just naively guessing it has to do with JEP-227...
Here is more Jenkins startup log context:
... 2020-12-10 12:02:01.578+0000 [id=1] INFO o.e.j.s.handler.ContextHandler#doStart: Started w.@59e2d8e3{Jenkins v2.270,/,file:///var/cache/jenkins/war/,AVAILABLE}{/var/cache/jenkins/war} 2020-12-10 12:02:01.606+0000 [id=1] INFO o.e.j.server.AbstractConnector#doStart: Started ServerConnector@5056dfcb{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2020-12-10 12:02:01.606+0000 [id=1] INFO org.eclipse.jetty.server.Server#doStart: Started @2271ms 2020-12-10 12:02:01.606+0000 [id=25] INFO winstone.Logger#logInternal: Winstone Servlet Engine running: controlPort=disabled 2020-12-10 12:02:03.318+0000 [id=34] INFO jenkins.InitReactorRunner$1#onAttained: Started initialization 2020-12-10 12:02:04.089+0000 [id=35] INFO jenkins.InitReactorRunner$1#onAttained: Listed all plugins 2020-12-10 12:02:15.687+0000 [id=46] INFO jenkins.InitReactorRunner$1#onAttained: Prepared all plugins 2020-12-10 12:02:18.370+0000 [id=46] INFO jenkins.InitReactorRunner$1#onAttained: Started all plugins 2020-12-10 12:02:18.394+0000 [id=44] INFO jenkins.InitReactorRunner$1#onAttained: Augmented all extensions 2020-12-10 12:02:18.665+0000 [id=44] INFO jenkins.InitReactorRunner$1#onAttained: System config loaded 2020-12-10 12:02:19.569+0000 [id=33] WARNING i.j.p.casc.BaseConfigurator#createAttribute: Can't handle class javaposse.jobdsl.plugin.GlobalJobDslSecurityConfiguration#metaClass: type is abstract but not Describable. 2020-12-10 12:02:20.108+0000 [id=33] WARNING i.j.p.casc.BaseConfigurator#createAttribute: Can't handle class jenkins.scm.impl.subversion.SubversionSCMSource#owner: type is abstract but not Describable. 2020-12-10 12:02:20.112+0000 [id=33] WARNING i.j.p.casc.BaseConfigurator#createAttribute: Can't handle class org.jenkins.plugins.lockableresources.LockableResource#build: type is abstract but not Describable. 2020-12-10 12:02:20.114+0000 [id=33] WARNING i.j.p.casc.BaseConfigurator#createAttribute: Can't handle class org.jenkins.plugins.lockableresources.LockableResource#build: type is abstract but not Describable. 2020-12-10 12:02:20.115+0000 [id=33] WARNING i.j.p.casc.BaseConfigurator#createAttribute: Can't handle class org.jenkins.plugins.lockableresources.LockableResource#build: type is abstract but not Describable. ... 2020-12-10 12:02:20.436+0000 [id=33] WARNING i.j.p.casc.BaseConfigurator#createAttribute: Can't handle class javaposse.jobdsl.plugin.GlobalJobDslSecurityConfiguration#metaClass: type is abstract but not Describable. 2020-12-10 12:02:20.896+0000 [id=33] WARNING i.j.p.casc.BaseConfigurator#createAttribute: Can't handle class jenkins.scm.impl.subversion.SubversionSCMSource#owner: type is abstract but not Describable. 2020-12-10 12:02:20.902+0000 [id=33] WARNING i.j.p.casc.BaseConfigurator#createAttribute: Can't handle class org.jenkins.plugins.lockableresources.LockableResource#build: type is abstract but not Describable. 2020-12-10 12:02:20.903+0000 [id=33] WARNING i.j.p.casc.BaseConfigurator#createAttribute: Can't handle class org.jenkins.plugins.lockableresources.LockableResource#build: type is abstract but not Describable. 2020-12-10 12:02:20.905+0000 [id=33] WARNING i.j.p.casc.BaseConfigurator#createAttribute: Can't handle class org.jenkins.plugins.lockableresources.LockableResource#build: type is abstract but not Describable. Processing provided DSL script 2020-12-10 12:02:22.765+0000 [id=15] WARNING o.s.c.s.ResourceBundleMessageSource#getResourceBundle: ResourceBundle [org.acegisecurity.messages] not found for MessageSource: Can't find bundle for base name org.acegisecurity.messages, locale en_US 2020-12-10 12:02:22.766+0000 [id=31] WARNING o.s.c.s.ResourceBundleMessageSource#getResourceBundle: ResourceBundle [org.acegisecurity.messages] not found for MessageSource: Can't find bundle for base name org.acegisecurity.messages, locale en_US 2020-12-10 12:02:22.894+0000 [id=33] INFO j.j.plugin.JenkinsJobManagement#createOrUpdateConfig: createOrUpdateConfig for Sandbox ... 2020-12-10 12:02:23.230+0000 [id=33] INFO j.j.plugin.JenkinsJobManagement#createOrUpdateConfig: createOrUpdateConfig for Sandbox/scheduleSandboxPipelines 2020-12-10 12:02:23.259+0000 [id=33] INFO jenkins.InitReactorRunner$1#onAttained: System config adapted 2020-12-10 12:02:23.260+0000 [id=47] INFO jenkins.InitReactorRunner$1#onAttained: Loaded all jobs 2020-12-10 12:02:23.262+0000 [id=35] INFO jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated ...