Skip to content

[LIVY-1049] Remove the '-incubating' designator#527

Open
roczei wants to merge 1 commit into
apache:masterfrom
roczei:LIVY-1049
Open

[LIVY-1049] Remove the '-incubating' designator#527
roczei wants to merge 1 commit into
apache:masterfrom
roczei:LIVY-1049

Conversation

@roczei

@roczei roczei commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

As Apache Livy has graduated to a Top-Level Project (TLP), this commit removes the '-incubating' suffix from all files, build configurations and documentation.

See announcement: https://news.apache.org/foundation/entry/the-apache-software-foundation-announces-new-top-level-project-4

How was this patch tested?

Manually verified

Was this patch authored or co-authored using generative AI tooling?

No

@roczei

roczei commented Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

Hi @ArnavBalyan, @lmccay, @mgaido91, @gyogal

This PR is ready for code review. Could you please take a look at this when you have a moment? Any feedback you provide would be greatly appreciated! Thank you!

Comment thread api/pom.xml Outdated
Comment thread docs/programmatic-api.md Outdated
Comment thread docs/rest-api.md Outdated
Comment thread docs/rest-api.md Outdated
Comment thread docs/rest-api.md Outdated
As Apache Livy has graduated to a Top-Level Project (TLP), this commit removes
the '-incubating' suffix from all files, build configurations, documentation and metadata.

See announcement: https://news.apache.org/foundation/entry/the-apache-software-foundation-announces-new-top-level-project-4
@roczei

roczei commented Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

@mgaido91

Thanks for the review! I've addressed all of your comments in the PR.

@mgaido91

Copy link
Copy Markdown
Contributor

LGTM, but I'd love another check by another person as this is quite error prone...

Comment thread dev/release-build.sh

# Destination directory on remote server
RELEASE_STAGING_LOCATION="https://dist.apache.org/repos/dist/dev/incubator/livy"
RELEASE_STAGING_LOCATION="https://dist.apache.org/repos/dist/dev/livy"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This directory has been created, so the URL is now valid.

Comment thread dev/release-build.sh
RELEASE_STAGING_LOCATION="https://dist.apache.org/repos/dist/dev/livy"

LIVY_REPO=${LIVY_REPO:-https://gitbox.apache.org/repos/asf/incubator-livy.git}
LIVY_REPO=${LIVY_REPO:-https://gitbox.apache.org/repos/asf/livy.git}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This URL works, but it redirects to https://github.com/apache/livy

Comment thread docs/programmatic-api.md
<groupId>org.apache.livy</groupId>
<artifactId>livy-client-http</artifactId>
<version>0.7.0-incubating</version>
<version>1.0.0</version>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for fixing this!

Comment thread pom.xml
<subscribe>commits-subscribe@livy.incubating.apache.org</subscribe>
<unsubscribe>commits-unsubscribe@livy.incubating.apache.org</unsubscribe>
<post>commits@livy.apache.org</post>
<subscribe>commits-subscribe@livy.apache.org</subscribe>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I have verified that the email address commits-subscribe@livy.apache.org works

Comment thread pom.xml
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-livy.git</developerConnection>
<url>scm:git:git@github.com:apache/incubator-livy.git</url>
<connection>scm:git:git@github.com:apache/livy.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/livy.git</developerConnection>

@gyogal gyogal Jun 15, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This redirects to https://github.com/apache/livy, however this may be OK since Apache Spark also has the gitbox URL in scm/developerConnection.

Comment thread docs/_data/project.yml
version: 1.0.0-SNAPSHOT

podling: true
podling: false

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thank you for updating this as well. If I understand correctly, this will switch off the incubator text and logo from the page footers.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@gyogal Yes, that's correct. It will remove the incubator text and logo from the page footers.

@gyogal gyogal left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thank you @roczei and @mgaido91 ! The change looks good to me.

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.

3 participants