Details
-
Type:
Task
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: core
-
Labels:
-
Similar Issues:
Description
JENKINS-34857 tracks an abortive attempt to make Jenkins.getInstance throw IllegalStateException as it is documented to do. While fixes like JENKINS-48543 could make that possible, it is safer and more straightforward to have one nondeprecated method which is @CheckForNull (but rarely used) and one nondeprecated method which is @Nonnull (and recommended for most callers).
Attachments
Issue Links
- relates to
-
JENKINS-34857 FATAL: Jenkins has not been started, or was already shut down
-
- Resolved
-
-
JENKINS-48543 Avoid slave → master callables
-
- Open
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Link | This issue relates to JENKINS-48543 [ JENKINS-48543 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Remote Link | This issue links to "PR 3195 (Web Link)" [ 19501 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Code changed in jenkins
User: Jesse Glick
Path:
core/src/main/java/hudson/model/Hudson.java
core/src/main/java/jenkins/model/Jenkins.java
core/src/main/resources/META-INF/upgrade/Hudson.hint
core/src/main/resources/META-INF/upgrade/Jenkins.hint
http://jenkins-ci.org/commit/jenkins/001a33c747feb437a1bf5f0349b6988f517ec9a8
Log:
JENKINS-48638Deprecate Jenkins.getInstance in favor of (usually) get (#3195)