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

remove test for @ManagedBean #7

Merged
merged 2 commits into from
Apr 26, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ target/
/user_guides/jakartaee/src/main/jbake/content/attributes.conf
/nbproject
*.iml
.idea

# Eclipse
.project
Expand Down
2 changes: 0 additions & 2 deletions tests/src/test/java/com/sun/ts/tests/jaxrs/QuarkusRest.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ public class QuarkusRest {
public static final String Unsupported_Application_Singletons = "Won't be supported in Quarkus-REST";
// 9
public static final String Unsupported_Servlet = "Servlet related features won't be supported in Quarkus-REST";
// 8
public static final String Unsupported_Managed_Bean = "@ManagedBean won't be supported in Quarkus-REST";
// 6
public static final String Unsupported_Injection_Of_Path_Param_Before_Resource_Locator_Is_Known = "Requires field injection of a path param in a sub-resource locator before the method that defines the path param is known";
// 1
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading