Hi,
I am the developer of the Bamboo application View Checkstyle/CodeSniffer | Atlassian Marketplace
For time being, I am checking compatibility for the application on Bamboo 6.9.
The application works fine using Bamboo 6.8.4
In Bamboo 6.9.0 (and 6.9.1), some pages are not working any more.
There is for example the URL:
localhost:6990/bamboo/build/result/viewCheckstyleJobBuildResultPanel.action?planKey=CRYP-CRY-JOB1&buildNumber=2&fileIndex=0&filePartIndex=0
which works fine using Bamboo 6.8.4. When I want to see the same panel using Bamboo 6.9.0, Bamboo sends an “Unexpected error” page. From the Bamboo 6.9.0-logs:
2019-06-05 16:41:37,615 INFO [http-nio-6990-exec-4] [BuildResultsSummaryAwareInteceptor]
Action eu.markusschulte.atlassian.bamboo.plugin.report.checkstyle.CheckstyleJobResultLinksXWork@c7a74c8' is buildResultsSummaryAware
but no build number can be found BuildResultsSummary not available.
The class CheckstyleJobResultLinksXWork is extending com.atlassian.bamboo.build.BuildResultsAction
, and I am using: BuildResultsAction (Atlassian Bamboo 6.9.0 API) , which worked fine until Bamboo 6.9.0.
Maybe some dependency injection in BuildResultsAction is broken?
I have had a look at the Bamboo 6.9 release history, but cannot find any issue, which seems to be related to my problem.