8000 [releases/6.1.z] WINDUPRULE-939 Add link to migration article for EAP8 CDI Bean Discovery rule (#834) by github-actions[bot] · Pull Request #836 · windup/windup-rulesets · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[releases/6.1.z] WINDUPRULE-939 Add link to migration article for EAP8 CDI Bean Discovery rule (#834) #836

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

Merged
merged 1 commit into from
Dec 23, 2022
Merged
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
5 changes: 2 additions & 3 deletions rules/rules-reviewed/eap8/eap7/empty-beans-xml.windup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@
<hint title="Use the `all` CDI bean discovery mode if the application has beans without bean defining annotations" effort="1"
category-id="potential">
<message>Add a `beans` element with a `bean-discovery-mode='all'` attribute to an empty beans.xml file if the application has beans without bean defining annotations </message>
<!-- TODO This is a made up link; add a real one once we know the planned URL
<link title="Red Hat JBoss EAP 8.0 Migration Guide: Maven Artifact Changes for Jakarta EE" href="https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/8.0/html-single/migration_guide/index#maven-artifact-changes-for-jakarta-ee_default"/>
-->
<link title="Jakarta Contexts and Dependency Injection Bean Discovery"
href="https://access.redhat.com/articles/6980265#cdi_bean_discovery"/>
<tag>JakartaEE</tag>
<quickfix type="INSERT_LINE" name="empty-beans-xml-bean-discovery-mode-insert">
<newline><![CDATA[<beans bean-discovery-mode="all"></beans>]]></newline>
Expand Down
0