Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [openmq-dev] Staging 6.0.0 (final)?

Hi Team,

Regarding

There is new tyrus-standalone-client discovered from maven-central: https://github.com/eclipse-ee4j/openmq/pull/730 (Bump tyrus-standalone-client from 1.17 to 2.0.0)
that was never bumped to M1 or later.

We are not ready for that, and build fails with
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project mq-client: Compilation failure: Compilation failure:
[ERROR] /home/travis/build/eclipse-ee4j/openmq/mq/main/mq-client/src/main/java/com/sun/messaging/jmq/jmsclient/protocol/websocket/WebSocketConnectionHandler.java:[29,23] package javax.websocket does not exist

I updated PR-730 (javax->jakarta package rename).
I think it shall be included in 6.0.0.

With no other suggestions, I propose following:

- create branch 6.0.x (at fcfa88cc, https://github.com/eclipse-ee4j/openmq/tree/6.0.x)
- merge PR-730 changes to 6.0.x (https://github.com/eclipse-ee4j/openmq/pull/732), stage it as 6.0.1, pass the Kit, submit change to GF
(as this can simply be dropped by deleting new branch and not accepting in GF, I'm about to do it now).

- in current branch 6.0.0 - bump MQ version to 6.1.0-SNAPSHOT and then merge it to master
- merge (original) PR-730 to master
- continue development of new version 6.1 in master as nothing happened

Piotrek

Back to the top