-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JENKINS-72028] replace deprecated
URL()
at `core/src/main/java/hud…
…son/` (#8565) * missing 'alt' attribute added * missing 'alt' attribute added * replaced 'new URL' to 'new URI' per Java 11 target codebase * Revert "replaced 'new URL' to 'new URI' per Java 11 target codebase" This reverts commit aeef4c1. * replaced deprecated URL() with URI#.toURL() * updated code per review * updated * updated code * added back file * Update core/src/main/java/hudson/cli/InstallPluginCommand.java Co-authored-by: James Nord <[email protected]> * Update core/src/main/java/hudson/TcpSlaveAgentListener.java remove non required as per suggestion Co-authored-by: James Nord <[email protected]> * Update core/src/main/java/hudson/model/UpdateSite.java Co-authored-by: James Nord <[email protected]> * Update core/src/main/java/hudson/model/UpdateSite.java * Spotless --------- Co-authored-by: Alexander Brandes <[email protected]> Co-authored-by: James Nord <[email protected]>
- Loading branch information
1 parent
e226ccf
commit dc190ba
Showing
10 changed files
with
111 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.