jfrazee opened a new pull request #499:
URL: https://github.com/apache/streams/pull/499
This adds a GitHub Actions build workflow for merges and PRs.
This is an automated message from the Apache Git Service.
To respond to the
jfrazee merged pull request #499:
URL: https://github.com/apache/streams/pull/499
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 th
jfrazee opened a new pull request #500:
URL: https://github.com/apache/streams/pull/500
This fixes the SNAPSHOT release version in all of the poms and makes a
couple other minor changes, adding MacOS and a daily build to the build
workflow and changing the log level to debug on `SchemaVal
jfrazee merged pull request #500:
URL: https://github.com/apache/streams/pull/500
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 th
jfrazee closed pull request #7:
URL: https://github.com/apache/streams-master/pull/7
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
steveblackmon opened a new pull request #501:
URL: https://github.com/apache/streams/pull/501
resolves STREAMS-661 update twitter account_activity api binding
https://issues.apache.org/jira/browse/STREAMS-661
This is an au
jfrazee opened a new pull request #502:
URL: https://github.com/apache/streams/pull/502
This is an initial cut of Java 11+ support. It includes a build profile
that's activated automatically for versions above 1.8. It doesn't yet work with
tests but the packages can be built and the CI is
jfrazee commented on pull request #501:
URL: https://github.com/apache/streams/pull/501#issuecomment-647165811
LGTM +1
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
jfrazee closed pull request #501:
URL: https://github.com/apache/streams/pull/501
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 th
steveblackmon opened a new pull request #503:
URL: https://github.com/apache/streams/pull/503
resolves STREAMS-662
also organized imports, indentation, interface signatures in impacted files
This is an automated message fr
jfrazee merged pull request #502:
URL: https://github.com/apache/streams/pull/502
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 th
steveblackmon merged pull request #503:
URL: https://github.com/apache/streams/pull/503
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
steveblackmon opened a new pull request #504:
URL: https://github.com/apache/streams/pull/504
resolves STREAMS-663
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
jfrazee merged pull request #504:
URL: https://github.com/apache/streams/pull/504
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 th
steveblackmon opened a new pull request #505:
URL: https://github.com/apache/streams/pull/505
mostly resolves STREAMS-664: Fix LICENSE
mostly resolves STREAMS-593: Document process for keeping license files up
to date during each release
also repairs tiny issue with java checkstyles t
steveblackmon opened a new pull request #506:
URL: https://github.com/apache/streams/pull/506
resolves STREAMS-666
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
steveblackmon commented on pull request #505:
URL: https://github.com/apache/streams/pull/505#issuecomment-655611210
Thanks for the feedback @justinmclean .
re A) I am planning for our binary/bytecode release to bundle every direct
and transitive dependency into a single uber-jar, so
steveblackmon commented on pull request #505:
URL: https://github.com/apache/streams/pull/505#issuecomment-658474267
commit e9146e3 contains the last changes related to LICENSE file that I'm
proposing before we perform a binary/bytecode release for 0.7.0. development
of a NOTICE to occur
steveblackmon merged pull request #505:
URL: https://github.com/apache/streams/pull/505
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
steveblackmon merged pull request #506:
URL: https://github.com/apache/streams/pull/506
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
steveblackmon opened a new pull request #507:
URL: https://github.com/apache/streams/pull/507
STREAMS-668
upgrade flink examples to latest flink version 1.11.1
small improvements to twitter flink pipelines
also improved threading and consistency throughout streams-provider-twitter
b-hodge commented on pull request #507:
URL: https://github.com/apache/streams/pull/507#issuecomment-672590843
LGTM 👍
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
steveblackmon merged pull request #507:
URL: https://github.com/apache/streams/pull/507
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
steveblackmon opened a new pull request #508:
URL: https://github.com/apache/streams/pull/508
switch the twitter pojos to use java.util.Date and build them without
additionalProperties maps,
This is an automated message from
steveblackmon commented on pull request #508:
URL: https://github.com/apache/streams/pull/508#issuecomment-673561057
looks like a few unit tests broke. i need to enhance some classes in
org.apache.streams.jackson to support java.util.Date as robustly as we support
org.joda.time.JodaTime
steveblackmon opened a new pull request #509:
URL: https://github.com/apache/streams/pull/509
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
steveblackmon opened a new pull request #510:
URL: https://github.com/apache/streams/pull/510
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
steveblackmon opened a new pull request #511:
URL: https://github.com/apache/streams/pull/511
resolves STREAMS-670
new Scala Maven Plugin can fail in some modules due to default incremental
compile mode
This is an automat
steveblackmon merged pull request #508:
URL: https://github.com/apache/streams/pull/508
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
steveblackmon merged pull request #509:
URL: https://github.com/apache/streams/pull/509
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
steveblackmon commented on pull request #511:
URL: https://github.com/apache/streams/pull/511#issuecomment-679272151
this PR seems to work but only for JDK8. I will try to figure out how to
make the build pass with it for JDK11 as well.
---
steveblackmon merged pull request #511:
URL: https://github.com/apache/streams/pull/511
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
steveblackmon commented on pull request #511:
URL: https://github.com/apache/streams/pull/511#issuecomment-679295215
azure pipelines built successfully. going to have to figure out how to
remove the Jenkins integration b/c apache is shutting down builds.apache.org.
--
steveblackmon merged pull request #510:
URL: https://github.com/apache/streams/pull/510
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
steveblackmon opened a new pull request #512:
URL: https://github.com/apache/streams/pull/512
remove unnecessary keying and use GlobalWindow in
streams-examples-flink/flink-twitter-collection
This is an automated message fro
steveblackmon opened a new pull request #513:
URL: https://github.com/apache/streams/pull/513
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
steveblackmon opened a new pull request #514:
URL: https://github.com/apache/streams/pull/514
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
steveblackmon opened a new pull request #515:
URL: https://github.com/apache/streams/pull/515
resolves STREAMS-677
resolves STREAMS-680
This is an automated message from the Apache Git Service.
To respond to the message, p
steveblackmon merged pull request #513:
URL: https://github.com/apache/streams/pull/513
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
steveblackmon merged pull request #514:
URL: https://github.com/apache/streams/pull/514
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
steveblackmon merged pull request #512:
URL: https://github.com/apache/streams/pull/512
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
steveblackmon closed pull request #515:
URL: https://github.com/apache/streams/pull/515
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
steveblackmon opened a new pull request #516:
URL: https://github.com/apache/streams/pull/516
resolves STREAMS-677
resolves STREAMS-680
This is an automated message from the Apache Git Service.
To respond to the message, p
steveblackmon merged pull request #516:
URL: https://github.com/apache/streams/pull/516
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
steveblackmon opened a new pull request #517:
URL: https://github.com/apache/streams/pull/517
resolves STREAMS-681
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
steveblackmon merged pull request #517:
URL: https://github.com/apache/streams/pull/517
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
dependabot[bot] opened a new pull request, #518:
URL: https://github.com/apache/streams/pull/518
Bumps hadoop-common from 2.7.0 to 3.2.3.
[ from 3.0.15
to 3.0.16.
Commits
https://github.com/sonatype/plexus-utils/commit/cf317f9b4070c3c619e9ee75a3e38bea3ff621c
dependabot[bot] opened a new pull request, #524:
URL: https://github.com/apache/streams/pull/524
Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 3.0.15
to 3.0.16.
Commits
https://github.com/sonatype/plexus-utils/commit/cf317f9b4070c3c619e9ee75a3e38bea3ff621c
dependabot[bot] opened a new pull request, #522:
URL: https://github.com/apache/streams/pull/522
Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 3.0.15
to 3.0.16.
Commits
https://github.com/sonatype/plexus-utils/commit/cf317f9b4070c3c619e9ee75a3e38bea3ff621c
dependabot[bot] opened a new pull request, #523:
URL: https://github.com/apache/streams/pull/523
Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 3.0.15
to 3.0.16.
Commits
https://github.com/sonatype/plexus-utils/commit/cf317f9b4070c3c619e9ee75a3e38bea3ff621c
dependabot[bot] opened a new pull request, #525:
URL: https://github.com/apache/streams/pull/525
Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 3.0.15
to 3.0.16.
Commits
https://github.com/sonatype/plexus-utils/commit/cf317f9b4070c3c619e9ee75a3e38bea3ff621c
dependabot[bot] opened a new pull request, #526:
URL: https://github.com/apache/streams/pull/526
Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 3.0.15
to 3.0.16.
Commits
https://github.com/sonatype/plexus-utils/commit/cf317f9b4070c3c619e9ee75a3e38bea3ff621c
dependabot[bot] opened a new pull request, #527:
URL: https://github.com/apache/streams/pull/527
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.8 to
2.12.6.1.
Commits
See full diff in https://github.com/FasterXML/jackson/commits";>compare view
dependabot[bot] opened a new pull request, #528:
URL: https://github.com/apache/streams/pull/528
Bumps [aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) from 1.11.184
to 1.12.261.
Changelog
Sourced from https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md";>aws-java-sd
steveblackmon opened a new pull request, #529:
URL: https://github.com/apache/streams/pull/529
because there were syntax changes in the new version, had to tweak a lot of
json schema files and some utility classes
--
This is an automated message from the Apache Git Service.
To respond to
b-hodge commented on code in PR #529:
URL: https://github.com/apache/streams/pull/529#discussion_r970276494
##
streams-util/src/main/java/org/apache/streams/util/schema/SchemaStoreImpl.java:
##
@@ -63,7 +63,7 @@ public synchronized Schema create(URI uri) {
if (uri.toStrin
steveblackmon commented on code in PR #529:
URL: https://github.com/apache/streams/pull/529#discussion_r970296414
##
streams-contrib/streams-provider-instagram/src/main/java/org/apache/streams/instagram/serializer/util/InstagramActivityUtil.java:
##
@@ -21,18 +21,11 @@
import
steveblackmon commented on code in PR #529:
URL: https://github.com/apache/streams/pull/529#discussion_r970296499
##
streams-contrib/streams-provider-instagram/src/main/java/org/apache/streams/instagram/serializer/util/InstagramActivityUtil.java:
##
@@ -21,18 +21,11 @@
import
steveblackmon commented on code in PR #529:
URL: https://github.com/apache/streams/pull/529#discussion_r970297021
##
streams-plugins/streams-plugin-pojo/src/main/java/org/apache/streams/plugins/StreamsPojoGenerationConfig.java:
##
@@ -106,10 +106,10 @@ public boolean isIncludeJs
steveblackmon commented on code in PR #529:
URL: https://github.com/apache/streams/pull/529#discussion_r970297442
##
streams-util/src/main/java/org/apache/streams/util/schema/SchemaStoreImpl.java:
##
@@ -63,7 +63,7 @@ public synchronized Schema create(URI uri) {
if (uri.t
steveblackmon commented on code in PR #529:
URL: https://github.com/apache/streams/pull/529#discussion_r970298388
##
streams-contrib/streams-provider-linkedin/pom.xml:
##
@@ -138,36 +138,6 @@
-
-org.apache.streams.plu
steveblackmon commented on code in PR #529:
URL: https://github.com/apache/streams/pull/529#discussion_r970298516
##
streams-contrib/streams-provider-linkedin/pom.xml:
##
@@ -138,36 +138,6 @@
-
-org.apache.streams.plu
steveblackmon merged PR #529:
URL: https://github.com/apache/streams/pull/529
--
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-unsubscr...@streams.ap
dependabot[bot] opened a new pull request, #530:
URL: https://github.com/apache/streams/pull/530
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1.
Release notes
Sourced from https://github.com/junit-team/junit4/releases";>junit's
releases.
JUnit 4.13.1
dependabot[bot] commented on PR #527:
URL: https://github.com/apache/streams/pull/527#issuecomment-1283041139
Superseded by #532.
--
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 comm
dependabot[bot] opened a new pull request, #532:
URL: https://github.com/apache/streams/pull/532
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.8 to
2.13.4.1.
Commits
See full diff in https://github.com/FasterXML/jackson/commits";>compare view
dependabot[bot] closed pull request #527: Bump jackson-databind from 2.9.8 to
2.12.6.1 in
/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo
URL: https://github.com/apache/streams/pull/527
--
This is an automated message from the Apache Git Service.
To respond to the
dependabot[bot] opened a new pull request, #533:
URL: https://github.com/apache/streams/pull/533
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.8 to
2.12.7.1.
Commits
See full diff in https://github.com/FasterXML/jackson/commits";>compare view
dependabot[bot] commented on PR #532:
URL: https://github.com/apache/streams/pull/532#issuecomment-1316376096
Superseded by #533.
--
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 comm
dependabot[bot] closed pull request #532: Bump jackson-databind from 2.9.8 to
2.13.4.1 in
/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo
URL: https://github.com/apache/streams/pull/532
--
This is an automated message from the Apache Git Service.
To respond to the
73 matches
Mail list logo