Thanks Daniel & Jesse. I didn't see the referenced ticket - it is what I'm seeing. I'll update to use a reference rather than the taglib.
-B On Thu, Dec 7, 2023 at 12:54 PM 'Jesse Glick' via Jenkins Developers < [email protected]> wrote: > On Thu, Dec 7, 2023 at 11:44 AM Bryan Stopp <[email protected]> wrote: > >> I'm making the assumption here that the classloader functions the same >> when running stand-alone vs mvn hpi:run >> > > Probably an invalid assumption. > > I would advise never using the > https://commons.apache.org/proper/commons-jelly/tags.html#core:getStatic > or > https://commons.apache.org/proper/commons-jelly/tags.html#core:invokeStatic > tags at all. Do as much as you possibly can in a Java class associated with > the view, and have the Jelly XML limit itself to calling methods on that > from JEXL, like ${it.someProperty} or ${descriptor.someMethod(someObject)}. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-dev/gx6mjqzOFKQ/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr0_kN%3DaTgRVBgTprMG_tBB9x38j60%2Bg_N_d_4JJJrnAWQ%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr0_kN%3DaTgRVBgTprMG_tBB9x38j60%2Bg_N_d_4JJJrnAWQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAGiOsN8%2B4WxkGx14O3%2BOCw%2Bi-s44e-RukstMsX8_zgEMYayF2g%40mail.gmail.com.
