Skip to content

Commit

Permalink
Prepare for the 2.0.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Jul 7, 2020
1 parent 5c0443e commit da149a1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
27 changes: 14 additions & 13 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ Use the following command to install the TCK jar into your local maven repositor
mvn org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install-file \
-Dfile=<path-to-tck-jar>/jakarta.inject-tck-x.y.jar
----
making sure your replace <path-to-tck-jar> with the expanded download TCK archive directory and the x.y with the corresponding version found in the TCK download, e.g.:
making sure your replace <path-to-tck-jar> with the expanded download TCK archive directory and the x.y with the corresponding
version found in the TCK download, e.g.:
----
mvn org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install-file \
-Dfile=jakarta.inject-tck-2.0.0.RC1/jakarta.inject-tck-2.0.0.RC1.jar
-Dfile=jakarta.inject-tck-2.0.0/jakarta.inject-tck-2.0.0.jar
----

=== Running the TCK
Expand Down Expand Up @@ -108,26 +109,26 @@ You can run the Weld bootstrap example as follows:

[source,bash]
----
Scotts-iMacPro:example starksm$ mvn test
Scotts-iMac:example starksm$ mvn test
[INFO] Scanning for projects...
[INFO]
[INFO] -------------< jakarta.inject:jakarta.inject-tck-example >--------------
[INFO] Building Jakarta Dependency Injection API TCK Example 2.0.0.RC1
[INFO] Building Jakarta Dependency Injection API TCK Example 2.0.0
[INFO] --------------------------------[ jar ]---------------------------------
...
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running SampleBootstrapTCK
Dec 12, 2019 9:34:01 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 4.0.0 (2019-12-13 03:17)
Dec 12, 2019 9:34:01 PM org.jboss.weld.bootstrap.WeldStartup startContainer
Jul 06, 2020 10:47:23 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 4.0.0 (Alpha2)
Jul 06, 2020 10:47:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 12, 2019 9:34:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b46a7a8a-5c6c-4d49-8a3f-a8a153b0173e initialized
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 s - in SampleBootstrapTCK
Weld SE container b46a7a8a-5c6c-4d49-8a3f-a8a153b0173e shut down by shutdown hook
Jul 06, 2020 10:47:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8f6770d3-d00a-444d-97ec-b1b7d090512a initialized
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s - in SampleBootstrapTCK
Weld SE container 8f6770d3-d00a-444d-97ec-b1b7d090512a shut down by shutdown hook
[INFO]
[INFO] Results:
[INFO]
Expand All @@ -136,8 +137,8 @@ Weld SE container b46a7a8a-5c6c-4d49-8a3f-a8a153b0173e shut down by shutdown hoo
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.545 s
[INFO] Finished at: 2019-12-19T16:59:31-06:00
[INFO] Total time: 2.276 s
[INFO] Finished at: 2020-07-06T22:47:24-05:00
[INFO] ------------------------------------------------------------------------
----

Expand Down
4 changes: 2 additions & 2 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-tck-example</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>Jakarta Dependency Injection API TCK Example</name>
<description>The Jakarta Dependency Injection API - TCK Example</description>

Expand All @@ -11,7 +11,7 @@
<!-- Weld SE core version -->
<weld.version>4.0.0.Alpha2</weld.version>
<!-- dependency-injection api jar version -->
<atinject.version>2.0.0-RC4</atinject.version>
<atinject.version>2.0.0</atinject.version>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-tck</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<name>Jakarta Dependency Injection API TCK</name>
<description>The Jakarta Dependency Injection API - TCK</description>
Expand All @@ -29,9 +29,10 @@
</scm>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<!-- dependency-injection api jar version -->
<atinject.version>2.0.0-RC4</atinject.version>
<compiler.vesion></compiler.vesion>
<atinject.version>2.0.0</atinject.version>
<!-- What license to include in the dist binary. For Jakarta releases that are used to certify implementations, this
must be the EFTL.txt file. Default is the Apache license. Override with -Dlicense.file=EFTL.txt in CI build of
final release version.
Expand Down

0 comments on commit da149a1

Please sign in to comment.