Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-plugin
Commit: 1c84367506707ed9905dab20721e332447515f9c
https://github.com/jenkinsci/git-plugin/commit/1c84367506707ed9905dab20721e332447515f9c
Author: Mark Waite <[email protected]>
Date: 2024-08-03 (Sat, 03 Aug 2024)
Changed paths:
M src/main/java/hudson/plugins/git/browser/AssemblaWeb.java
M src/main/java/hudson/plugins/git/browser/FisheyeGitRepositoryBrowser.java
M src/main/java/hudson/plugins/git/browser/GitBlitRepositoryBrowser.java
M src/main/java/hudson/plugins/git/browser/Gitiles.java
M src/main/java/hudson/plugins/git/browser/TFS2013GitRepositoryBrowser.java
M src/main/java/hudson/plugins/git/browser/ViewGitWeb.java
Log Message:
-----------
Adapt git browsers for Jetty 12 EE 9 transition (#1620)
No need to throw ServletException when checking for URL validity.
IOException is sufficient and avoids including Jakarta EE in the method
signature.
Testing done:
* Confirmed that AssemblaWeb still reports the expected message when an
invalid URL is provided and that it reports no message when a valid
URL is provided. Confirmed that Assembla has changed URLs and broken
the browsing links that previously worked. Separate bug report
* Confirmed that GitBlit browsing works as expected by installing a
GitBlit server. https://hub.docker.com/r/gitblit/gitblit
* Confirmed that ViewGit browser provides change links as expected.
Confirmed that the ViewGit URL check logic no longer works on the
site used as an example. Now reports that https://repo.or.cz/ does
not look like a ViewGit site. Separate bug report
Did not check Gitiles because the Gitiles source repository is archived
on GitHub at https://github.com/google/gitiles . No further development
is expected.
Did not check TFS2013 because I have no idea where to find a Team
Foundation Server 2013 installation.
Did not check Fisheye because I could not find a Fisheye server on the
public internet.
To unsubscribe from these emails, change your notification settings at
https://github.com/jenkinsci/git-plugin/settings/notifications
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-plugin/push/refs/heads/master/2f06cf-1c8436%40github.com.