Fixes broken links to dev.java.net
Closes gh-23746
This commit is contained in:
committed by
Sam Brannen
parent
a4257f84e7
commit
96930924b2
@@ -4038,7 +4038,7 @@ The following table summarizes various `LoadTimeWeaver` implementations:
|
||||
| Running in https://tomcat.apache.org/[Apache Tomcat]
|
||||
| `TomcatLoadTimeWeaver`
|
||||
|
||||
| Running in https://glassfish.dev.java.net/[GlassFish] (limited to EAR deployments)
|
||||
| Running in https://eclipse-ee4j.github.io/glassfish/[GlassFish] (limited to EAR deployments)
|
||||
| `GlassFishLoadTimeWeaver`
|
||||
|
||||
| Running in Red Hat's https://www.jboss.org/jbossas/[JBoss AS] or https://www.wildfly.org/[WildFly]
|
||||
|
||||
@@ -1841,7 +1841,7 @@ how to define a `SpringBeanPreparerFactory` property on a `TilesConfigurer` bean
|
||||
|
||||
Both `AbstractAtomFeedView` and `AbstractRssFeedView` inherit from the
|
||||
`AbstractFeedView` base class and are used to provide Atom and RSS Feed views, respectively. They
|
||||
are based on java.net's https://rome.dev.java.net[ROME] project and are located in the
|
||||
are based on https://rometools.github.io/rome/[ROME] project and are located in the
|
||||
package `org.springframework.web.servlet.view.feed`.
|
||||
|
||||
`AbstractAtomFeedView` requires you to implement the `buildFeedEntries()` method and
|
||||
|
||||
Reference in New Issue
Block a user