Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WINDUPRULE-1049 fix broken links #1069

Merged
merged 2 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions rules/rules-reviewed/eap7/eap6/resteasy.windup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<message>Replace `org.jboss.resteasy.spi.StringConverter` by `javax.ws.rs.ext.ParamConverterProvider`.</message>
<link title="RESTEasy SPI Application Changes"
href="https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html-single/migration_guide/#application_migration_changes" />
<link title="JAX-RS API" href="https://jax-rs-spec.java.net/nonav/2.0-rev-a/apidocs/index.html?javax/ws/rs/ext/ParamConverterProvider.html" />
<link title="JAX-RS ParamConverter" href="https://docs.jboss.org/resteasy/docs/3.6.2.Final/userguide/html/StringConverter.html#d4e1552" />
<tag>resteasy</tag>
</hint>
</perform>
Expand Down Expand Up @@ -404,7 +404,7 @@
The RESTEasy interceptor facility introduced in release 2.x is replaced by the JAX-RS 2.0 compliant filters and interceptor facility in release 3.0.x.</message>
<link title="RESTEasy SPI Application Changes"
href="https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html-single/migration_guide/#migrate_resteasy_deprecated_classes" />
<link title="JAX-RS API" href="https://jax-rs-spec.java.net/nonav/2.0-rev-a/apidocs/index.html?javax/ws/rs/container/ContainerResponseFilter.html" />
<link title="JAX-RS Filters and Interceptors" href="https://access.redhat.com/documentation/en-us/red_hat_fuse/7.4/html/apache_cxf_development_guide/jaxrs20filters" />
<tag>resteasy</tag>
</hint>
</perform>
Expand All @@ -419,7 +419,7 @@
The RESTEasy interceptor facility introduced in release 2.x is replaced by the JAX-RS 2.0 compliant filters and interceptor facility in release 3.0.x.</message>
<link title="RESTEasy SPI Application Changes"
href="https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html-single/migration_guide/#migrate_resteasy_deprecated_classes" />
<link title="JAX-RS API" href="https://jax-rs-spec.java.net/nonav/2.0-rev-a/apidocs/index.html?javax/ws/rs/container/ContainerRequestFilter.html" />
<link title="JAX-RS Filters and Interceptors" href="https://access.redhat.com/documentation/en-us/red_hat_fuse/7.4/html/apache_cxf_development_guide/jaxrs20filters" />
<tag>resteasy</tag>
</hint>
</perform>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
</message>
<link href="https://docs.oracle.com/cd/E13222_01/wls/docs90/webserv/anttasks.html#1039270" title="Oracle ClientGen Ant Task Reference"/>
<link href="https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html-single/developing_web_services_applications/#using_jax_ws_tools" title="Developing Web Services Applications - Using JAX-WS Tools"/>
<link href="https://jax-ws.java.net/nonav/2.2.6/docs/ch04.html#tools-wsgen" title="JAX-WS - wsgen"/>
<link href="https://docs.oracle.com/javase/8/docs/technotes/tools/unix/wsgen.html" title="JAX-WS - wsgen"/>
<link href="https://cxf.apache.org/docs/tools.html" title="Apache CXF tools"/>
<tag>webservice</tag>
<tag>client</tag>
Expand Down
Loading