jakartaee / concurrency

Eclipse Project for Concurrency Utilities
https://projects.eclipse.org/projects/ee4j.cu
Other
68 stars 38 forks source link

Rename `Full` annotation as `Platform` #502

Closed KyleAure closed 1 month ago

KyleAure commented 2 months ago

Many people refer to the Jakarta EE Platform as Full profile and that colloquialism made it into our TCK code. Consider renaming the following annotation to platform: https://github.com/jakartaee/concurrency/blob/e5f5e61e671e93e6f6e1945dcce6254d3fc91b5d/tck/src/main/java/ee/jakarta/tck/concurrent/framework/junit/anno/Full.java#L45

Also update the TCK documentation to reflect this change.