[jira] [Resolved] (STREAMS-594) Move execution of maven-enforcer-plugin under the check profile

2018-04-11 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon resolved STREAMS-594.

Resolution: Fixed

> Move execution of maven-enforcer-plugin under the check profile
> ---
>
> Key: STREAMS-594
> URL: https://issues.apache.org/jira/browse/STREAMS-594
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.0
>
>
> It doesn't need to run with every build - only when validating suitability 
> for release or on-demand if there are tests failing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (STREAMS-602) Resolve canonical class ancestor properties when path is set

2018-04-11 Thread Steve Blackmon (JIRA)
Steve Blackmon created STREAMS-602:
--

 Summary: Resolve canonical class ancestor properties when path is 
set
 Key: STREAMS-602
 URL: https://issues.apache.org/jira/browse/STREAMS-602
 Project: Streams
  Issue Type: Bug
Reporter: Steve Blackmon
Assignee: Steve Blackmon
 Fix For: 0.6.0


StreamsConfigurator should be able to find the canonical class ancestor 
properties of each component on the root node, even when the configurator is 
passed a path.

Really the ancestor properties should be able to originate either at the path 
subConfig, or at the root config.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (STREAMS-601) Better handle ConfigExceptions in ComponentConfigurator

2018-04-11 Thread Steve Blackmon (JIRA)
Steve Blackmon created STREAMS-601:
--

 Summary: Better handle ConfigExceptions in ComponentConfigurator
 Key: STREAMS-601
 URL: https://issues.apache.org/jira/browse/STREAMS-601
 Project: Streams
  Issue Type: Bug
Reporter: Steve Blackmon
Assignee: Steve Blackmon


catch ConfigExceptions that arise from config.getValue(key) when key is a 
strange key ( $schema starts with $, for example) 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (STREAMS-601) Better handle ConfigExceptions in ComponentConfigurator

2018-04-11 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon updated STREAMS-601:
---
   Sprint: 0.6.0
Fix Version/s: 0.6.0

> Better handle ConfigExceptions in ComponentConfigurator
> ---
>
> Key: STREAMS-601
> URL: https://issues.apache.org/jira/browse/STREAMS-601
> Project: Streams
>  Issue Type: Bug
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.0
>
>
> catch ConfigExceptions that arise from config.getValue(key) when key is a 
> strange key ( $schema starts with $, for example) 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Build failed in Jenkins: streams-examples #275

2018-04-11 Thread Apache Jenkins Server
See 

--
Started by upstream project "streams-project" build number 454
originally caused by:
 Started by GitHub push by steveblackmon
 Started by GitHub push by steveblackmon
[EnvInject] - Loading node environment variables.
Building remotely on H28 (ubuntu xenial) in workspace 

Cloning the remote Git repository
Cloning repository http://github.com/apache/streams-examples/
 > git init  # timeout=10
Fetching upstream changes from http://github.com/apache/streams-examples/
 > git --version # timeout=10
 > git fetch --tags --progress http://github.com/apache/streams-examples/ 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url http://github.com/apache/streams-examples/ # 
 > timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url http://github.com/apache/streams-examples/ # 
 > timeout=10
Fetching upstream changes from http://github.com/apache/streams-examples/
 > git fetch --tags --progress http://github.com/apache/streams-examples/ 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision cf1d64f31631563591de245acd1b82f6f79fda5d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cf1d64f31631563591de245acd1b82f6f79fda5d
Commit message: "Update README.md"
 > git rev-list --no-walk cf1d64f31631563591de245acd1b82f6f79fda5d # timeout=10
Parsing POMs
using settings config with name simple-deploy-settings-no-mirror
Replacing all maven server entries not found in credentials list is true
Failed to transfer Could not find metadata 
org.apache.streams:apache-streams:0.5.1-SNAPSHOT/maven-metadata.xml in 
apache-snapshots (https://repository.apache.org/content/repositories/snapshots)
Failed to transfer Could not find artifact 
org.apache.streams:apache-streams:pom:0.5.1-SNAPSHOT in apache-snapshots 
(https://repository.apache.org/content/repositories/snapshots)
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: 
 at 
hudson.remoting.Channel@7f708288:H28: hudson.remoting.ProxyException: 
hudson.maven.MavenModuleSetBuild$MavenExecutionException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact 
org.apache.streams:apache-streams:pom:0.5.1-SNAPSHOT in apache-snapshots 
(https://repository.apache.org/content/repositories/snapshots) and 
'parent.relativePath' points at wrong local POM @ line 22, column 13

at hudson.FilePath.act(FilePath.java:993)
at hudson.FilePath.act(FilePath.java:975)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:986)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:691)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
at hudson.model.Run.execute(Run.java:1724)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.remoting.ProxyException: 
hudson.maven.MavenModuleSetBuild$MavenExecutionException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact 
org.apache.streams:apache-streams:pom:0.5.1-SNAPSHOT in apache-snapshots 
(https://repository.apache.org/content/repositories/snapshots) and 
'parent.relativePath' points at wrong local POM @ line 22, column 13

at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1391)
at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1125)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2760)
at hudson.remoting.UserRequest.perform(UserRequest.java:207)
at hudson.remoting.UserRequest.perform(UserRequest.java:53)
at hudson.remoting.Request$2.run(Request.java:358)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
H28
at 

[streams] 01/01: Merge pull request #445 from jfrazee/STREAMS-600

2018-04-11 Thread sblackmon
This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git

commit b3aa24fa8a088e402493362b5ce7137b4cdcc894
Merge: f898386 b37398a
Author: Steve Blackmon 
AuthorDate: Wed Apr 11 14:34:04 2018 -0500

Merge pull request #445 from jfrazee/STREAMS-600

STREAMS-600 Remove streams-runtime-dropwizard dep from streams-dist

 streams-dist/pom.xml | 6 --
 1 file changed, 6 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sblack...@apache.org.


[streams] branch master updated (f898386 -> b3aa24f)

2018-04-11 Thread sblackmon
This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git.


from f898386  STREAMS-599 Updated KEYS file for 0.6.0 release (#444)
 add b37398a  STREAMS-600 Remove streams-runtime-dropwizard dep from 
streams-dist
 new b3aa24f  Merge pull request #445 from jfrazee/STREAMS-600

The 1 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:
 streams-dist/pom.xml | 6 --
 1 file changed, 6 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sblack...@apache.org.


Build failed in Jenkins: streams-project-site #333

2018-04-11 Thread Apache Jenkins Server
See 

--
Started by upstream project "streams-project" build number 454
originally caused by:
 Started by GitHub push by steveblackmon
 Started by GitHub push by steveblackmon
[EnvInject] - Loading node environment variables.
Building remotely on websites1 (git-websites) in workspace 

[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/streams.git
 > git init  # 
 > timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/streams.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/streams.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/streams.git 
 > # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/streams.git 
 > # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/streams.git
using GIT_SSH to set credentials 
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/streams.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b3aa24fa8a088e402493362b5ce7137b4cdcc894 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b3aa24fa8a088e402493362b5ce7137b4cdcc894
Commit message: "Merge pull request #445 from jfrazee/STREAMS-600"
 > git rev-list --no-walk b3aa24fa8a088e402493362b5ce7137b4cdcc894 # timeout=10
Parsing POMs
using settings config with name simple-deploy-settings-no-mirror
Replacing all maven server entries not found in credentials list is true
Modules changed, recalculating dependency graph
Established TCP socket on 37836
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[streams-project-site] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx2g 
-Xms256m -XX:MaxPermSize=512m -Dfile.encoding=UTF-8 -cp 
/home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/apache-maven-3.5.0/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.5.0/conf/logging
 jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/apache-maven-3.5.0 
/home/jenkins/agent.jar /home/jenkins/jenkins-slave/maven35-interceptor.jar 
/home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 37836
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
<===[JENKINS REMOTING CAPACITY]===>   channel started
using settings config with name simple-deploy-settings-no-mirror
Replacing all maven server entries not found in credentials list is true
Executing Maven:  -B -f 
 
-Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 -s 
/tmp/settings6196303885478548784.xml -q -U -Pcheck -DskipTests -DskipITs clean 
generate-sources site:site site:stage
[WARNING] The project org.apache.streams:apache-streams:pom:0.5.2-SNAPSHOT uses 
prerequisites which is only intended for maven-plugin projects but not for non 
maven-plugin projects. For such purposes you should use the 
maven-enforcer-plugin. See 
https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
Saving to 
outputFile=
Processed 0 file(s)
Found 0 errors
Found 0 warnings
Found 0 infos
Finished in 102 ms
[JENKINS] Archiving site from 
 to 
/x1/jenkins/jenkins-home/jobs/streams-project-site/site
Saving to 
outputFile=
Processed 0 file(s)
Found 0 errors
Found 0 warnings
Found 0 infos
Finished in 1 ms
[JENKINS] Archiving site from 

 to /x1/jenkins/jenkins-home/jobs/streams-project-site/site/streams-testing
Saving to 
outputFile=
Processed 0 file(s)
Found 0 errors
Found 0 warnings
Found 0 infos
Finished in 0 ms
[JENKINS] Archiving site from 

 to /x1/jenkins/jenkins-home/jobs/streams-project-site/site/streams-schemas
Saving to 

[jira] [Commented] (STREAMS-600) Remove streams-runtime-dropwizard dependency from streams-dist

2018-04-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16434459#comment-16434459
 ] 

ASF GitHub Bot commented on STREAMS-600:


steveblackmon closed pull request #445: STREAMS-600 Remove 
streams-runtime-dropwizard dep from streams-dist
URL: https://github.com/apache/streams/pull/445
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/streams-dist/pom.xml b/streams-dist/pom.xml
index 6db5a1adb8..20c761ec45 100644
--- a/streams-dist/pom.xml
+++ b/streams-dist/pom.xml
@@ -243,12 +243,6 @@ under the License.
 ${project.version}
 
 
-
-org.apache.streams
-streams-runtime-dropwizard
-${project.version}
-
-
 
 org.apache.streams
 streams-runtime-local


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Remove streams-runtime-dropwizard dependency from streams-dist 
> ---
>
> Key: STREAMS-600
> URL: https://issues.apache.org/jira/browse/STREAMS-600
> Project: Streams
>  Issue Type: Bug
>Reporter: Joey Frazee
>Assignee: Joey Frazee
>Priority: Major
> Fix For: 0.6.0
>
>
> The pom.xml in streams-dist still has a dependency on 
> streams-runtime-dropwizard hanging around that needs to be removed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)