Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package renamed: javax -> jakarta #217

Merged
merged 2 commits into from Jan 17, 2020
Merged

Conversation

Tomas-Kraus
Copy link
Contributor

@Tomas-Kraus Tomas-Kraus commented Jan 13, 2020

Renamed javax package prefix to jakarta in sources, documentation and spec.

Dependencies update:

  • parent 1.0.6
  • jsonp 2.0.0-RC1

Signed-off-by: Tomas Kraus <Tomas.Kraus@oracle.com>
@Tomas-Kraus Tomas-Kraus self-assigned this Jan 13, 2020
api/pom.xml Outdated
@@ -90,7 +90,7 @@
<non.final>false</non.final>
<skip.release.tests>false</skip.release.tests>
<spec.version>1.1</spec.version>
<jakarta.json.version>1.1.5</jakarta.json.version>
<jakarta.json.version>2.0-SNAPSHOT</jakarta.json.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this publicly available anywhere? Or are you building JSON-P API from source?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like dependencies on snapshots. Let's release beta of JSONP API with Jakarta changes before merging this PR.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@m0mus are you saying we should release jsonp-2-rc1 this week and rc2 next week where the only difference is going to be updated parent pom? Is there a need to rush that much instead of having some time to review this and just "block" merging before required jsonp becomes available? Downstream projects can either wait or build what is required themselves to not be blocked...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lukasj New parent pom is released. We should release JSONP2 RC1 this week. There is no need to release RC2 next week.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Tomas-Kraus please check it. Something went wrong with the parent pom release yesterday.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to this jakartaee/messaging#253 (comment) version number has to be changed to 2.0.0-SNAPSHOT

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would you mind filing an issue(s) to the appropriate project?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing went wrong, I did release to staging. Script for central release was never implemented for parent pom project. I did it today.

[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.14.15-01 and edition "Professional"
[INFO] RC-Releasing staging repository with IDs=[orgeclipseee4j-1001]

Waiting for operation to complete...
..

[INFO] Released

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jsonp 2.0.0-RC1 is in staging so version was updated.

exports jakarta.json.bind.annotation;
exports jakarta.json.bind.config;
exports jakarta.json.bind.serializer;
exports jakarta.json.bind.spi;

requires java.json;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the name for the JSON-P module still java.json? Or did it change to jakarta.json? We should remain consistent with whatever JSON-P (and the rest of the Jakarta EE platform does)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be changed to jakarta.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already done with jsonp 2.0.0-RC1.

Signed-off-by: Tomas Kraus <Tomas.Kraus@oracle.com>
@Tomas-Kraus Tomas-Kraus changed the title WIP: Package renamed: javax -> jakarta Package renamed: javax -> jakarta Jan 16, 2020
Copy link
Contributor

@m0mus m0mus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants