Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [krazo-dev] The big namespace switch



On Sat, Oct 10, 2020 at 4:16 PM Christian Kaltepoth <christian@xxxxxxxxxxxx> wrote:
Hi Ivar,

awesome! Thanks a lot for working on this. I guess the next step is to enable the tests again. Any kind of help is welcome!

Yes, I did a PR which enables the tests again after a small adjustment of one of the tests. The PR is here: https://github.com/eclipse-ee4j/krazo/pull/215

Ivar


Christian

Am Fr., 9. Okt. 2020 um 10:38 Uhr schrieb Ivar Grimstad <ivar.grimstad@xxxxxxxxxxxxxxxxxxxxxx>:
Hi all,

Jakarta MVC 2.0 Milestone 1 has been staged and I have updated the dependencies for Krazo.

For it to build you will need:

- Java 11
- Skip tests
- Activate staging profile

~/Development/ee4j/krazo$ java -version
openjdk version "11.0.8" 2020-07-14
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.8+10)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.8+10, mixed mode)

~/Development/ee4j/krazo$ mvn clean install -DskipTests -Pstaging
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:02 min
[INFO] Finished at: 2020-10-09T10:31:37+02:00
[INFO] ------------------------------------------------------------------------

The tests have been uncommented from the travis config.
As the work goes on, we will gradually add tests until we have the full suite enabled and Krazo is able to pass the TCK. Then we can start the release process of Krazo 2.0.0.

Ivar

--

Ivar Grimstad

Jakarta EE Developer Advocate | Eclipse Foundation, Inc.

Community. Code. Collaboration. 

Join us at our virtual event:
EclipseCon 2020 - October 20-22

_______________________________________________
krazo-dev mailing list
krazo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/krazo-dev


--
_______________________________________________
krazo-dev mailing list
krazo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/krazo-dev


--

Ivar Grimstad

Jakarta EE Developer Advocate | Eclipse Foundation, Inc.

Community. Code. Collaboration. 

Join us at our virtual event:
EclipseCon 2020 - October 20-22


Back to the top