-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
519 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
373 changes: 373 additions & 0 deletions
373
.../wildfly/test/integration/unstable_api_annotation/UnstableApiAnnotationIndexTestCase.java
Large diffs are not rendered by default.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
...basic/src/test/java/org/wildfly/test/integration/unstable_api_annotation/dummy/Dummy.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright The WildFly Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.wildfly.test.integration.unstable_api_annotation.dummy; | ||
|
||
public class Dummy { | ||
} |
9 changes: 9 additions & 0 deletions
9
...sic/src/test/java/org/wildfly/test/integration/unstable_api_annotation/jar/JarClassA.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright The WildFly Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.wildfly.test.integration.unstable_api_annotation.jar; | ||
|
||
public class JarClassA { | ||
} |
9 changes: 9 additions & 0 deletions
9
...sic/src/test/java/org/wildfly/test/integration/unstable_api_annotation/jar/JarClassB.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright The WildFly Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.wildfly.test.integration.unstable_api_annotation.jar; | ||
|
||
public class JarClassB { | ||
} |
9 changes: 9 additions & 0 deletions
9
...c/src/test/java/org/wildfly/test/integration/unstable_api_annotation/jar2/Jar2ClassA.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright The WildFly Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.wildfly.test.integration.unstable_api_annotation.jar2; | ||
|
||
public class Jar2ClassA { | ||
} |
9 changes: 9 additions & 0 deletions
9
...c/src/test/java/org/wildfly/test/integration/unstable_api_annotation/jar2/Jar2ClassB.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright The WildFly Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.wildfly.test.integration.unstable_api_annotation.jar2; | ||
|
||
public class Jar2ClassB { | ||
} |
9 changes: 9 additions & 0 deletions
9
...c/src/test/java/org/wildfly/test/integration/unstable_api_annotation/jar2/Jar2ClassC.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright The WildFly Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.wildfly.test.integration.unstable_api_annotation.jar2; | ||
|
||
public class Jar2ClassC { | ||
} |
9 changes: 9 additions & 0 deletions
9
...c/src/test/java/org/wildfly/test/integration/unstable_api_annotation/jar2/Jar2ClassD.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright The WildFly Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.wildfly.test.integration.unstable_api_annotation.jar2; | ||
|
||
public class Jar2ClassD { | ||
} |
9 changes: 9 additions & 0 deletions
9
...c/src/test/java/org/wildfly/test/integration/unstable_api_annotation/jar2/Jar2ClassE.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright The WildFly Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.wildfly.test.integration.unstable_api_annotation.jar2; | ||
|
||
public class Jar2ClassE { | ||
} |
9 changes: 9 additions & 0 deletions
9
...c/src/test/java/org/wildfly/test/integration/unstable_api_annotation/jar2/Jar2ClassF.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright The WildFly Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.wildfly.test.integration.unstable_api_annotation.jar2; | ||
|
||
public class Jar2ClassF { | ||
} |
9 changes: 9 additions & 0 deletions
9
...c/src/test/java/org/wildfly/test/integration/unstable_api_annotation/jar2/Jar2ClassG.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright The WildFly Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.wildfly.test.integration.unstable_api_annotation.jar2; | ||
|
||
public class Jar2ClassG { | ||
} |
9 changes: 9 additions & 0 deletions
9
...c/src/test/java/org/wildfly/test/integration/unstable_api_annotation/jar2/Jar2ClassH.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright The WildFly Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.wildfly.test.integration.unstable_api_annotation.jar2; | ||
|
||
public class Jar2ClassH { | ||
} |
14 changes: 14 additions & 0 deletions
14
...basic/src/test/java/org/wildfly/test/integration/unstable_api_annotation/war/Servlet.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* | ||
* Copyright The WildFly Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.wildfly.test.integration.unstable_api_annotation.war; | ||
|
||
import jakarta.servlet.annotation.WebServlet; | ||
import jakarta.servlet.http.HttpServlet; | ||
|
||
@WebServlet(name = "WarClassA", urlPatterns = { "/WarClassA" }) | ||
public class Servlet extends HttpServlet { | ||
|
||
} |
9 changes: 9 additions & 0 deletions
9
...sic/src/test/java/org/wildfly/test/integration/unstable_api_annotation/war/WarClassA.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright The WildFly Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.wildfly.test.integration.unstable_api_annotation.war; | ||
|
||
public class WarClassA { | ||
} |
9 changes: 9 additions & 0 deletions
9
...sic/src/test/java/org/wildfly/test/integration/unstable_api_annotation/war/WarClassB.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright The WildFly Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.wildfly.test.integration.unstable_api_annotation.war; | ||
|
||
public class WarClassB { | ||
} |
9 changes: 9 additions & 0 deletions
9
...sic/src/test/java/org/wildfly/test/integration/unstable_api_annotation/war/WarClassC.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright The WildFly Authors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
package org.wildfly.test.integration.unstable_api_annotation.war; | ||
|
||
public class WarClassC { | ||
} |