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!

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
Comment thread api/pom.xml
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.10.0-incubating-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</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.

shall we move to 1.0 as we move out from incubating?

Comment thread docs/programmatic-api.md
<groupId>org.apache.livy</groupId>
<artifactId>livy-client-http</artifactId>
<version>0.7.0-incubating</version>
<version>0.7.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.

that would not work, we either need to put the new version or keep the old one.

Comment thread docs/rest-api.md
</table>

<a id="footnote1">1</a>: Starting with version 0.5.0-incubating this field is not required. To be
<a id="footnote1">1</a>: Starting with version 0.5.0 this field is not required. To be

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 should not be changed imho

Comment thread docs/rest-api.md
</table>

Starting with version 0.5.0-incubating, each session can support all four Scala, Python and R
Starting with version 0.5.0, each session can support all four Scala, Python and R

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.

ditto

Comment thread docs/rest-api.md
``PYSPARK_PYTHON`` (Same as pyspark).

Starting with version 0.5.0-incubating, session kind "pyspark3" is removed, instead users require
Starting with version 0.5.0, session kind "pyspark3" is removed, instead users require

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.

ditto

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.

2 participants