Skip to content

Commit

Permalink
[STREAMPIPES-637] Remove incubating references from source code
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Nov 18, 2022
1 parent 947b8ee commit 7b7b860
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 240 deletions.
5 changes: 0 additions & 5 deletions DISCLAIMER

This file was deleted.

2 changes: 1 addition & 1 deletion NOTICE
@@ -1,4 +1,4 @@
Apache StreamPipes (incubating)
Apache StreamPipes
Copyright 2022 The Apache Software Foundation.

This product includes software developed at
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -61,7 +61,7 @@

## About Apache StreamPipes

Apache StreamPipes (incubating) makes industrial data analytics easy!
Apache StreamPipes makes industrial data analytics easy!

StreamPipes is an end-to-end toolbox for the industrial IoT.
It comes with a rich graphical user interface targeted at non-technical users and provides the following features:
Expand Down
4 changes: 2 additions & 2 deletions RELEASE_VALIDATION.md
Expand Up @@ -18,9 +18,9 @@

## Release Validation

An Apache StreamPipes (incubating) release consists of a single source release starting from version 0.69.0:
An Apache StreamPipes release consists of a single source release starting from version 0.69.0:

* incubator-streampipes
* streampipes

To validate and test a release candidate, please visit our validation guide:
[https://cwiki.apache.org/confluence/display/STREAMPIPES/Validating+a+release](https://cwiki.apache.org/confluence/display/STREAMPIPES/Validating+a+release)
2 changes: 1 addition & 1 deletion installer/README.md
Expand Up @@ -16,7 +16,7 @@
~
-->

# Apache StreamPipes (incubating) installer
# Apache StreamPipes installer
This project contains a variety of StreamPipes installation and operation options, namely:

* **[StreamPipes Compose](./compose)** - The User's Choice
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Expand Up @@ -209,7 +209,7 @@
<protobuf.version>3.16.3</protobuf.version>
</properties>

<name>Apache StreamPipes (incubating)</name>
<name>Apache StreamPipes</name>
<description>A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore
IoT data streams.
</description>
Expand Down Expand Up @@ -1453,7 +1453,7 @@ IoT data streams.
<fileSet>
<directory>${project.build.directory}</directory>
<includes>
<include>apache-streampipes-${project.version}-incubating-source-release.zip
<include>apache-streampipes-${project.version}-source-release.zip
</include>
</includes>
</fileSet>
Expand Down Expand Up @@ -1549,7 +1549,7 @@ IoT data streams.
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly-plugin.version}</version>
<configuration>
<finalName>apache-streampipes-${project.version}-incubating</finalName>
<finalName>apache-streampipes-${project.version}</finalName>
<descriptors>
<descriptor>tools/maven/assembly.xml</descriptor>
</descriptors>
Expand Down Expand Up @@ -1848,10 +1848,10 @@ IoT data streams.
</build>

<scm>
<developerConnection>scm:git:ssh://git@github.com/apache/incubator-streampipes.git</developerConnection>
<connection>scm:git:ssh://git@github.com/apache/incubator-streampipes.git</connection>
<url>https://github.com/apache/incubator-streampipes</url>
<tag>rel/0.70.0</tag>
<developerConnection>scm:git:ssh://git@github.com/apache/streampipes.git</developerConnection>
<connection>scm:git:ssh://git@github.com/apache/streampipes.git</connection>
<url>https://github.com/apache/streampipes</url>
<tag>dev</tag>
</scm>

<issueManagement>
Expand Down
Expand Up @@ -33,6 +33,7 @@
import org.influxdb.dto.Pong;
import org.influxdb.dto.Query;
import org.influxdb.dto.QueryResult;
import org.jetbrains.annotations.NotNull;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down Expand Up @@ -178,7 +179,7 @@ public void onEvent(Event event) throws SpRuntimeException {
}

if (missingFields.size() > 0) {
LOG.warn("Ignored {} fields which were present in the schema, but not in the provided event: {}",
LOG.debug("Ignored {} fields which were present in the schema, but not in the provided event: {}",
missingFields.size(),
String.join(", ", missingFields));
}
Expand All @@ -191,7 +192,7 @@ public void onEvent(Event event) throws SpRuntimeException {
}

private void handleMeasurementProperty(Point.Builder p,
EventPropertyPrimitive ep,
@NotNull EventPropertyPrimitive ep,
String preparedRuntimeName,
PrimitiveField eventPropertyPrimitiveField) {
try {
Expand Down
2 changes: 1 addition & 1 deletion streampipes-extensions/README.md
Expand Up @@ -18,7 +18,7 @@
[![Github Actions](https://img.shields.io/github/workflow/status/apache/incubator-streampipes-extensions/Build%20and%20Deploy%20Extensions)](https://github.com/apache/incubator-streampipes-extensions/actions/)
# Apache StreamPipes

Apache StreamPipes (incubating) enables flexible modeling of stream processing pipelines by providing a graphical
Apache StreamPipes enables flexible modeling of stream processing pipelines by providing a graphical
modeling editor on top of existing stream processing frameworks.

It empowers non-technical users to quickly define and execute processing pipelines based on an easily extensible
Expand Down
201 changes: 0 additions & 201 deletions streampipes-wrapper-python/LICENSE

This file was deleted.

7 changes: 0 additions & 7 deletions streampipes-wrapper-python/NOTICE

This file was deleted.

12 changes: 1 addition & 11 deletions streampipes-wrapper-python/README.md
Expand Up @@ -29,7 +29,7 @@
> The StreamPipes wrapper for python is currently under development. Thus, the processor model description still needs to be implemented externally in Java.
## Apache StreamPipes
Apache StreamPipes (incubating) enables flexible modeling of stream processing pipelines by providing a graphical
Apache StreamPipes enables flexible modeling of stream processing pipelines by providing a graphical
modeling editor on top of existing stream processing frameworks.

It leverages non-technical users to quickly define and execute processing pipelines based on an easily extensible
Expand Down Expand Up @@ -98,13 +98,3 @@ def main():
if __name__ == '__main__':
main()
````

### DISCLAIMER (WIP)
Apache StreamPipes is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache
Incubator. Incubation is required of all newly accepted projects until a further review indicates that the
infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Some of the incubating project’s releases may not be fully compliant with ASF policy. For example, releases may have incomplete or un-reviewed licensing conditions. What follows is a list of known issues the project is currently aware of (note that this list, by definition, is likely to be incomplete):
(currently no issues are known)

If you are planning to incorporate this work into your product/project, please be aware that you will need to conduct a thorough licensing review to determine the overall implications of including this work. For the current status of this project through the Apache Incubator visit: https://incubator.apache.org/projects/streampipes.html
2 changes: 1 addition & 1 deletion ui/package.json
@@ -1,7 +1,7 @@
{
"name": "apache-streampipes",
"version": "0.71.0-SNAPSHOT",
"description": "Apache StreamPipes (incubating) user interface",
"description": "Apache StreamPipes user interface",
"homepage": "http://streampipes.apache.org",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7b7b860

Please sign in to comment.