Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed Feb 22, 2024
1 parent 1da8ded commit 2aefb95
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tck/docs/TCK-Exclude-List.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

# This file lists the excluded tests from Jakarta Annotations TCK.
# This is intended only for documentation purpose and is not used to exclude any tests.
#
# No tests are excluded in this version
1 change: 0 additions & 1 deletion tck/docs/tck-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
<jimage.dir>${project.build.directory}/jdk11-bundle</jimage.dir>
<sigTestClasspath>${project.build.directory}/${glassfish.toplevel.dir}/glassfish/modules/jakarta.annotation-api.jar:${project.build.directory}/jdk11-bundle/java.base:${project.build.directory}/jdk11-bundle/java.rmi:${project.build.directory}/jdk11-bundle/java.sql:${project.build.directory}/jdk11-bundle/java.naming</sigTestClasspath>
<ca.sig.generated>true</ca.sig.generated>
<ca.sig.managedbean>false</ca.sig.managedbean>
<ca.sig.postconstruct>true</ca.sig.postconstruct>
<ca.sig.priority>true</ca.sig.priority>
<ca.sig.predestroy>true</ca.sig.predestroy>
Expand Down
2 changes: 1 addition & 1 deletion tck/docs/userguide/src/main/jbake/content/attributes.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// for the technology. Used in config.inc.
:TechnologyHomeEnv: CAJ_HOME
// Java SE version required.
:SEversion: 17
:SEversion: 17+
:MavenVersion: 3.6.3+
:JakartaEEVersion: 11
:JavaTestVersion: 5.0
Expand Down
3 changes: 0 additions & 3 deletions tck/docs/userguide/src/main/jbake/content/config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ slashes as a path separator instead.
#jakarta.annotation.Generated
ca.sig.generated=true

#jakarta.annotation.ManagedBean
ca.sig.managedbean=true

#jakarta.annotation.PostConstruct
ca.sig.postconstruct=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ protected String[] getClasses() {

/*
* @class.setup_props: ts_home; sigTestClasspath, Location of ca jar files;
* ca.sig.generated; ca.sig.managedbean; ca.sig.postconstruct;
* ca.sig.generated; ca.sig.postconstruct;
* ca.sig.priority; ca.sig.predestroy; ca.sig.resource; ca.sig.resources;
* ca.sig.securitydeclareroles; ca.sig.securitydenyall;
* ca.sig.securitypermitall; ca.sig.securityrolesallowed;
Expand Down

0 comments on commit 2aefb95

Please sign in to comment.