[LIVY-1049] Remove the '-incubating' designator#527
Conversation
|
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
|
Thanks for the review! I've addressed all of your comments in the PR. |
|
LGTM, but I'd love another check by another person as this is quite error prone... |
|
|
||
| # 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" |
There was a problem hiding this comment.
This directory has been created, so the URL is now valid.
| 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} |
There was a problem hiding this comment.
This URL works, but it redirects to https://github.com/apache/livy
| <groupId>org.apache.livy</groupId> | ||
| <artifactId>livy-client-http</artifactId> | ||
| <version>0.7.0-incubating</version> | ||
| <version>1.0.0</version> |
| <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> |
There was a problem hiding this comment.
I have verified that the email address commits-subscribe@livy.apache.org works
| <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> |
There was a problem hiding this comment.
This redirects to https://github.com/apache/livy, however this may be OK since Apache Spark also has the gitbox URL in scm/developerConnection.
| version: 1.0.0-SNAPSHOT | ||
|
|
||
| podling: true | ||
| podling: false |
There was a problem hiding this comment.
Thank you for updating this as well. If I understand correctly, this will switch off the incubator text and logo from the page footers.
There was a problem hiding this comment.
@gyogal Yes, that's correct. It will remove the incubator text and logo from the page footers.
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