Code changed in jenkins
User: Oleg Nenashev
Path:
core/src/main/java/hudson/console/ConsoleAnnotator.java
core/src/main/java/hudson/console/HudsonExceptionNote.java
core/src/main/java/hudson/util/StreamTaskListener.java
http://jenkins-ci.org/commit/jenkins/e91a82d27c67b194113fba6ac805cd4d6193cbfb
Log:
JENKINS-42861 - Properly deprecate the HudsonExceptionNote implementation (#2811)
JENKINS-42861 - Properly deprecate the HudsonExceptionNote implementation
It is a replacement of the original fix in https://github.com/jenkinsci/jenkins/pull/2808.
The implementation provides deprecates the annotation of the new stacktraces, but it retains the binary and the persisted data compatibility, which were missing in the original PR.
In the longer-term the hyperlinks should be replaced by the best possible equivalent (JIRA search, grepcode or whatever).
(cherry picked from commit 77a9f026f88d7cbbceca12f8f5645277a6aadaa0)
Original PR from danielbeck: https://github.com/jenkinsci/jenkins/pull/2808
version, at least from my PoV
My action item is to come up with a better