You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/09/05 21:45:49 UTC

[incubator-streampipes] branch rel/0.67.0 updated (b3a793d -> a7a047f)

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

riemer pushed a change to branch rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git.


    from b3a793d  [hotfix] Remove warnings from Connect rest endpoints
     new 4aeff28  [STREAMPIPES-222] Upgrade Spring and Spring Boot to latest versions
     new a7a047f  [hotfix] Remove Jersey warnings from pipeline element container

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                                               | 4 ++--
 .../standalone/init/PipelineElementContainerResourceConfig.java       | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)


[incubator-streampipes] 02/02: [hotfix] Remove Jersey warnings from pipeline element container

Posted by ri...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit a7a047f6e49cf3b43d20c0c4b2dde373ba4ad09d
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat Sep 5 23:45:33 2020 +0200

    [hotfix] Remove Jersey warnings from pipeline element container
---
 .../standalone/init/PipelineElementContainerResourceConfig.java         | 2 --
 1 file changed, 2 deletions(-)

diff --git a/streampipes-container-standalone/src/main/java/org/apache/streampipes/container/standalone/init/PipelineElementContainerResourceConfig.java b/streampipes-container-standalone/src/main/java/org/apache/streampipes/container/standalone/init/PipelineElementContainerResourceConfig.java
index a9034ca..3c1e6d2 100644
--- a/streampipes-container-standalone/src/main/java/org/apache/streampipes/container/standalone/init/PipelineElementContainerResourceConfig.java
+++ b/streampipes-container-standalone/src/main/java/org/apache/streampipes/container/standalone/init/PipelineElementContainerResourceConfig.java
@@ -31,8 +31,6 @@ import org.apache.streampipes.container.api.WelcomePage;
 public class PipelineElementContainerResourceConfig extends ResourceConfig {
 
   public PipelineElementContainerResourceConfig() {
-    register(Element.class);
-    register(InvocableElement.class);
     register(SecElement.class);
     register(SepaElement.class);
     register(SepElement.class);


[incubator-streampipes] 01/02: [STREAMPIPES-222] Upgrade Spring and Spring Boot to latest versions

Posted by ri...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit 4aeff28917d2ee475325d6d9e8c517f3179144e1
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat Sep 5 23:40:28 2020 +0200

    [STREAMPIPES-222] Upgrade Spring and Spring Boot to latest versions
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fc95cb2..9d0409c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,8 +96,8 @@
         <slf4j.version>1.7.25</slf4j.version>
         <snappy-java.version>1.1.7.2</snappy-java.version>
         <spark.version>2.1.2</spark.version>
-        <spring.version>5.2.0.RELEASE</spring.version>
-        <spring-boot.version>2.2.0.RELEASE</spring-boot.version>
+        <spring.version>5.2.8.RELEASE</spring.version>
+        <spring-boot.version>2.3.3.RELEASE</spring-boot.version>
         <type-parser.version>0.6.0</type-parser.version>
         <underscore.version>1.47</underscore.version>