Fix links in Javadoc and reference docs

- Fix broken links (by using a new URL, an alternative URL, or a
  Wayback Machine link)

- Use HTTPS where possible

- Remove https://issuetracker.springsource.com/browse/EBR-349: this
  link is dead and is also mentioned in
  https://jira.spring.io/browse/SPR-8093

- Clean up nohttp allowlist.lines

Closes gh-28876
This commit is contained in:
Marc Wrobel
2022-07-26 15:45:12 +02:00
committed by Sam Brannen
parent 62a0ab3667
commit ce49068ff9
28 changed files with 40 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
/**
* Package providing integration of
* <a href="http://www.beanshell.org">BeanShell</a>
* <a href="https://beanshell.github.io/">BeanShell</a>
* (and <a href="https://code.google.com/p/beanshell2/">BeanShell2</a>)
* into Spring's scripting infrastructure.
*/

View File

@@ -1,6 +1,6 @@
/**
* Package providing integration of
* <a href="http://www.groovy-lang.org/">Groovy</a>
* <a href="https://www.groovy-lang.org/">Groovy</a>
* into Spring's scripting infrastructure.
*/
@NonNullApi

View File

@@ -46,11 +46,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* {@code jmxremote_optional.jar} into your classpath, for example in the {@code lib/ext}
* folder of your JVM.
*
* <p>See also:
* <ul>
* <li><a href="https://jira.spring.io/browse/SPR-8093">SPR-8093</a></li>
* <li><a href="https://issuetracker.springsource.com/browse/EBR-349">EBR-349</a></li>
* </ul>
* <p>See also: <a href="https://jira.spring.io/browse/SPR-8093">SPR-8093</a>
*
* @author Rob Harrop
* @author Juergen Hoeller