[LIVY-1049] Remove the '-incubating' designator#527
Open
roczei wants to merge 1 commit into
Open
Conversation
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
mgaido91
reviewed
Jun 9, 2026
| <groupId>org.apache.livy</groupId> | ||
| <artifactId>livy-main</artifactId> | ||
| <version>0.10.0-incubating-SNAPSHOT</version> | ||
| <version>0.10.0-SNAPSHOT</version> |
Contributor
There was a problem hiding this comment.
shall we move to 1.0 as we move out from incubating?
| <groupId>org.apache.livy</groupId> | ||
| <artifactId>livy-client-http</artifactId> | ||
| <version>0.7.0-incubating</version> | ||
| <version>0.7.0</version> |
Contributor
There was a problem hiding this comment.
that would not work, we either need to put the new version or keep the old one.
| </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 |
Contributor
There was a problem hiding this comment.
this should not be changed imho
| </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 |
| ``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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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