You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/12/22 11:23:53 UTC

[incubator-hop] branch master updated: HOP-3563 removed references to Incubator and Incubating, except for urls

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new b034c33  HOP-3563 removed references to Incubator and Incubating, except for urls
     new f9539b7  Merge pull request #1240 from bamaer/HOP-3563
b034c33 is described below

commit b034c338a582bb469df733dbb60bd5153630d938
Author: Bart Maertens <ba...@know.bi>
AuthorDate: Wed Dec 22 11:05:57 2021 +0100

    HOP-3563 removed references to Incubator and Incubating, except for urls
---
 .../pages/apache-release/creating-a-release.adoc   | 64 ++--------------------
 .../modules/ROOT/pages/docker-container.adoc       |  2 +-
 .../pages/hop-vs-kettle/if-you-know-kettle.adoc    |  4 +-
 .../hop-vs-kettle/import-kettle-projects.adoc      |  8 +--
 .../modules/ROOT/pages/best-practices/index.adoc   |  2 +-
 .../modules/ROOT/pages/getting-started/index.adoc  |  2 +-
 docs/hop-user-manual/modules/ROOT/pages/index.adoc |  2 +-
 .../pipeline/transforms/combinationlookup.adoc     |  2 +-
 .../apache/hop/ui/hopgui/dialog/AboutDialog.java   |  2 +-
 9 files changed, 17 insertions(+), 71 deletions(-)

diff --git a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/creating-a-release.adoc b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/creating-a-release.adoc
index 64f7a24..6294ba4 100644
--- a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/creating-a-release.adoc
+++ b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/creating-a-release.adoc
@@ -153,7 +153,7 @@ Check if the files are uploaded https://dist.apache.org/repos/dist/dev/incubator
 Mail Template
 
 ----
-Subject: [VOTE] Release Apache Hop (incubating) X.XX-rcX
+Subject: [VOTE] Release Apache Hop X.XX-rcX
 TO: dev@hop.apache.org
 
 Hi All,
@@ -178,12 +178,12 @@ Release artifacts are signed with the following key:
 For more information about the contents of this release, see:
 <ADD URL TO RELEASE IN JIRA>
 
-Please vote on releasing this package as Apache Hop (incubating) X.XX!
+Please vote on releasing this package as Apache Hop X.XX!
 
 The vote is open for 72 hours and passes if
 a majority of at least 3 +1 PMC votes are cast.
 
-[ ] +1 Release this package as Apache Hop (incubating) X.XX
+[ ] +1 Release this package as Apache Hop X.XX
 [ ] +0 No opinion
 [ ] -1 Do not release this package because ...
 
@@ -195,12 +195,12 @@ Best Regards,
 == Send a result mail to the dev mailing list
 
 ----
-Subject: [RESULT] [VOTE] Release Apache Hop (incubating) X.XX-rcX
+Subject: [RESULT] [VOTE] Release Apache Hop X.XX-rcX
 TO: dev@hop.apache.org
 
 Hello Team,
 
-The vote to release Apache Hop (incubating) X.XX - RCX has passed/failed.
+The vote to release Apache Hop X.XX - RCX has passed/failed.
 
 +1 (binding):
 
@@ -218,60 +218,6 @@ Cheers,
 <YOUR NAME>
 ----
 
-== While in Incubator
-
-=== Send mail to general incubator list
-
-The mail to the IPMC is almost identical to our vote mail, a few extra details are added:
-
-- Vote and Result mail thread
-
-----
-Subject: [VOTE] Release Apache Hop (incubating) X.XX-rcX
-TO: general@incubator.apache.org
-
-Hi All,
-
-<INCLUDE SOME TEXT>
-
-Build instructions can be found in the README included.
-
-Hop community vote and result threads:
-Vote:
- <URL TO VOTE FROM https://lists.apache.org/list.html?dev@hop.apache.org>
-Result:
- <URL TO VOTE RESULT FROM https://lists.apache.org/list.html?dev@hop.apache.org>
-
-The tag to be voted on is X.XX-rcX <REPLACE TAG> (commit <COMMIT HASH>):
-<URL TO TAG COMMIT>
-
-The release files, including signatures, digests, etc. can be found at:
-<INCLUDE URL TO DIST RC FOLDER>
-https://dist.apache.org/repos/dist/dev/incubator/hop/apache-hop-X.XX-incubating-rcX/
-
-The SHA512 Checksum for these artifacts is:
-<INCLUDE CHECKSUM FROM SHA512 file>
-
-Release artifacts are signed with the following key:
-<ADD URL TO YOUR KEY ON A PUBLIC KEYSERVER>
-
-For more information about the contents of this release, see:
-<ADD URL TO RELEASE IN JIRA>
-
-Please vote on releasing this package as Apache Hop (incubating) X.XX!
-
-The vote is open for 72 hours and passes if
-a majority of at least 3 +1 PMC votes are cast.
-
-[ ] +1 Release this package as Apache Hop (incubating) X.XX
-[ ] +0 No opinion
-[ ] -1 Do not release this package because ...
-
-Best Regards,
-<YOUR NAME>
-
-----
-
 == [[CreatingAKey]]Creating a key
 
 To generate and publish a key follow these steps, it is recommended to use your apache email as key alias.
diff --git a/docs/hop-tech-manual/modules/ROOT/pages/docker-container.adoc b/docs/hop-tech-manual/modules/ROOT/pages/docker-container.adoc
index b3b4f46..082945c 100644
--- a/docs/hop-tech-manual/modules/ROOT/pages/docker-container.adoc
+++ b/docs/hop-tech-manual/modules/ROOT/pages/docker-container.adoc
@@ -270,7 +270,7 @@ We also make it parameter-driven, so it any other team can use it.We create our
 
 [source,dockerfile]
 ----
-FROM apache/incubator-hop:0.70-SNAPSHOT
+FROM apache/incubator-hop:1.1.0-SNAPSHOT
 ENV GIT_REPO_URI=https://...
 # example value: https://github.com/diethardsteiner/apache-hop-minimal-project.git
 ENV GIT_REPO_NAME=repo-name
diff --git a/docs/hop-tech-manual/modules/ROOT/pages/hop-vs-kettle/if-you-know-kettle.adoc b/docs/hop-tech-manual/modules/ROOT/pages/hop-vs-kettle/if-you-know-kettle.adoc
index 2760552..23b443e 100644
--- a/docs/hop-tech-manual/modules/ROOT/pages/hop-vs-kettle/if-you-know-kettle.adoc
+++ b/docs/hop-tech-manual/modules/ROOT/pages/hop-vs-kettle/if-you-know-kettle.adoc
@@ -27,13 +27,13 @@ Hop wants to allow data engineers to be able to deliver high quality work, deliv
 
 We want Hop to be completely open source, and are eager to hear your feedback on our https://chat.project-hop.org[chat] and just as eager to see your bug tickets and feature request in https://issues.apache.org/jira/projects/HOP/issues[JIRA].
 
-As an open source first project, we started the https://www.apache.org/[Apache Software Foundation] https://incubator.apache.org/[incubation] process in September 2020 and aim to become and ASF https://projects.apache.org/[top level project] as soon as possible.
+As an open source first project, we started the https://www.apache.org/[Apache Software Foundation] https://incubator.apache.org/[incubation] process in September 2020 and graduated as and ASF https://projects.apache.org/[top level project] in December 2021.
 
 Check our https://hop.apache.org/docs/qa/[Q&A] for more information on why Hop was created and what the project is all about.
 
 == Concepts
 
-A couple of things have been renamed to align Apache Hop (Incubating) with modern data processing platforms.
+A couple of things have been renamed to align Apache Hop with modern data processing platforms.
 
 **_A lot_** has changed behind the scenes, but don't worry, if you're familiar with Kettle/PDI, you'll feel right at home immediately.
 
diff --git a/docs/hop-tech-manual/modules/ROOT/pages/hop-vs-kettle/import-kettle-projects.adoc b/docs/hop-tech-manual/modules/ROOT/pages/hop-vs-kettle/import-kettle-projects.adoc
index f1ebbd3..c892d74 100644
--- a/docs/hop-tech-manual/modules/ROOT/pages/hop-vs-kettle/import-kettle-projects.adoc
+++ b/docs/hop-tech-manual/modules/ROOT/pages/hop-vs-kettle/import-kettle-projects.adoc
@@ -18,13 +18,13 @@ under the License.
 :imagesdir: ../assets/images
 :page-pagination:
 :page-pagination-no-next:
-:description: Compatibility with Kettle/PDI was never a goal for Apache Hop (Incubating), but since a lot of organizations have invested vast amounts of resources in Kettle/PDI project development, the Apache Hop (Incubating) community provides a way to import Kettle/PDI code into Hop and convert the imported code the the Hop ways of working.
+:description: Compatibility with Kettle/PDI was never a goal for Apache Hop, but since a lot of organizations have invested vast amounts of resources in Kettle/PDI project development, the Apache Hop community provides a way to import Kettle/PDI code into Hop and convert the imported code the the Hop ways of working.
 
-= Import Kettle (PDI) Projects in Apache Hop (Incubating)
+= Import Kettle (PDI) Projects in Apache Hop
 
-As stated in the https://hop.apache.org/docs/qa/[Q&A], Apache Hop (Incubating) used Kettle (aka Pentaho Data Integration or PDI) as a starting point in late 2019. A lot has happened in the meantime on both Apache Hop (Incubating) and Pentaho Data Integration.
+As stated in the https://hop.apache.org/docs/qa/[Q&A], Apache Hop used Kettle (aka Pentaho Data Integration or PDI) as a starting point in late 2019. A lot has happened in the meantime on both Apache Hop and Pentaho Data Integration.
 
-Compatibility with Kettle/PDI was never a goal for Apache Hop (Incubating), but since a lot of organizations have invested vast amounts of resources in Kettle/PDI project development, the Apache Hop (Incubating) community provides a way to import Kettle/PDI code into Hop and convert the imported code the the Hop ways of working.
+Compatibility with Kettle/PDI was never a goal for Apache Hop, but since a lot of organizations have invested vast amounts of resources in Kettle/PDI project development, the Apache Hop community provides a way to import Kettle/PDI code into Hop and convert the imported code the Hop ways of working.
 
 == Imported Items
 
diff --git a/docs/hop-user-manual/modules/ROOT/pages/best-practices/index.adoc b/docs/hop-user-manual/modules/ROOT/pages/best-practices/index.adoc
index 351d7ee..142cd96 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/best-practices/index.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/best-practices/index.adoc
@@ -16,7 +16,7 @@ under the License.
 ////
 [[BestPractices]]
 :imagesdir: ../assets/images
-:description: Apache Hop (Incubating) best practices are a set of guiding principles. These best practices apply to the way you design, run, test, deploy and maintain a Hop project.
+:description: Apache Hop best practices are a set of guiding principles. These best practices apply to the way you design, run, test, deploy and maintain a Hop project.
 
 = Best practices
 
diff --git a/docs/hop-user-manual/modules/ROOT/pages/getting-started/index.adoc b/docs/hop-user-manual/modules/ROOT/pages/getting-started/index.adoc
index 06be378..d0c41d4 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/getting-started/index.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/getting-started/index.adoc
@@ -18,7 +18,7 @@ under the License.
 :imagesdir: ../../assets/images
 :page-pagination:
 :page-pagination-no-back:
-:description: The Apache Hop (Incubating) Getting Started guide walks new Hop users through the Hop concepts and the bare necessities to get started building workflows and pipelines.
+:description: The Apache Hop Getting Started guide walks new Hop users through the Hop concepts and the bare necessities to get started building workflows and pipelines.
 
 = Getting Started
 
diff --git a/docs/hop-user-manual/modules/ROOT/pages/index.adoc b/docs/hop-user-manual/modules/ROOT/pages/index.adoc
index 85cf94a..1f707ce 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/index.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/index.adoc
@@ -20,7 +20,7 @@ under the License.
 
 = Hop User Manual
 
-The Apache Hop (Incubating) User Manual contains all the information you need to develop and deploy data solutions with Apache Hop.
+The Apache Hop User Manual contains all the information you need to develop and deploy data solutions with Apache Hop.
 
 We've listed a number of starting points that might find useful to you.
 Check the full list of topics on the left hand side.
diff --git a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/combinationlookup.adoc b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/combinationlookup.adoc
index f17fa74..6b532f7 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/combinationlookup.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/combinationlookup.adoc
@@ -37,7 +37,7 @@ After passing through this transform all of the remaining data changes for the d
 This transform will maintain the key information only.
 You must update the non-key information in the dimension table, e.g. by putting an update transform (based on technical key) after the combination update/lookup transform.
 
-Apache Hop (Incubating) will store the information in a table where the primary key is the combination of the business key fields in the table.
+Apache Hop will store the information in a table where the primary key is the combination of the business key fields in the table.
 Because this process can be slow if you have a large number of fields, a "hash code" field is supported that is representing all fields in the dimension.
 This can speed up lookup performance dramatically while limiting the fields to index to one field only.
 
diff --git a/ui/src/main/java/org/apache/hop/ui/hopgui/dialog/AboutDialog.java b/ui/src/main/java/org/apache/hop/ui/hopgui/dialog/AboutDialog.java
index a91e0d1..7d6e808 100644
--- a/ui/src/main/java/org/apache/hop/ui/hopgui/dialog/AboutDialog.java
+++ b/ui/src/main/java/org/apache/hop/ui/hopgui/dialog/AboutDialog.java
@@ -98,7 +98,7 @@ public class AboutDialog extends Dialog {
 
     // Widget application name
     Label wName = new Label(composite, SWT.CENTER);
-    wName.setText("Apache Hop\n(Incubating)");
+    wName.setText("Apache Hop");
     wName.setFont(GuiResource.getInstance().getFontBold());
     wName.setLayoutData(new GridData(SWT.CENTER, SWT.CENTER, true, false));
     props.setLook(wName);