You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2023/01/08 05:20:20 UTC

[GitHub] [streampipes] vesense commented on pull request #151: STREAMPIPES-644: Upgrade Flink version to latest 1.16

vesense commented on PR #151:
URL: https://github.com/apache/streampipes/pull/151#issuecomment-1374712523

   Sorry for the delay response. Thanks @tenthe for your update https://github.com/apache/streampipes/pull/1027.
   I merged the  https://github.com/apache/streampipes/pull/1027 into flink_1.16, the error was the same as in the before.
   I checked the build logs*(1) and found the reason: When build `streampipes-processors-aggregation-flink`, maven uses the pom*(2) from remote apache central repo not local. That is to say, the remote pom is not the latest version. 
   Maybe this is a bug, @tenthe @bossenti Could you take a look?
   
   *1:
   https://github.com/apache/streampipes/actions/runs/3865100468/jobs/6588382054#step:4:76696
   key part:
   >[INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ streampipes-processors-aggregation-flink ---
   [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
   [INFO] Copying 3 resources from 1 bundle.
   Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/streampipes/streampipes-wrapper-flink/0.91.0-SNAPSHOT/streampipes-wrapper-flink-0.91.0-20230107.223648-27.pom
   
   *2:
   https://repository.apache.org/snapshots/org/apache/streampipes/streampipes-wrapper-flink/0.91.0-SNAPSHOT/streampipes-wrapper-flink-0.91.0-20230107.223648-27.pom


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org