. I like those tests because they confirm that configuration as code is well behaved with plugin use cases.
One of the round trip tests fails on Windows with the
upgrade from parent pom 4.34 to parent pom 4.35. I've confirmed that the failure is consistent. I can see it on my Windows desktop computer and in the
CI job.
The failure message reports
java.lang.NoClassDefFoundError: jenkins/plugins/git/traits/package-info (wrong name: jenkins\plugins\git\traits\package-info)
That looks suspiciously like a Windows specific issue with directory separators and might be a mistake attempting to call the constructor of the file "package-info".
Any recommendations for a preferred solution?
Mark Waite