Re: GetStatic Jelly Tag

2023-12-07 Thread Bryan Stopp
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 < jenkinsci-dev@googlegroups.com> wrote: > On Thu, Dec 7, 2023 at 11:44 AM Bryan Stopp

Re: GetStatic Jelly Tag

2023-12-07 Thread 'Daniel Beck' via Jenkins Developers
On Thu, Dec 7, 2023 at 5:44 PM Bryan Stopp wrote: > It does not find my packages/classes in my plugin for referencing static > values. > https://issues.jenkins.io/browse/JENKINS-26579 ? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To

Re: GetStatic Jelly Tag

2023-12-07 Thread 'Jesse Glick' via Jenkins Developers
On Thu, Dec 7, 2023 at 11:44 AM Bryan Stopp 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:g

GetStatic Jelly Tag

2023-12-07 Thread Bryan Stopp
(Caveat: I'm making the assumption here that the classloader functions the same when running stand-alone vs mvn hpi:run) This seems to only function on Jenkins class-loader context. It does not find my packages/classes in my plugin for referencing static values. Is this the intended behavior, o