[GitHub] [streams] jfrazee opened a new pull request #499: STREAMS-658: Added GitHub Actions build workflow

2020-06-05 Thread GitBox
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

[GitHub] [streams] jfrazee merged pull request #499: STREAMS-658: Added GitHub Actions build workflow

2020-06-10 Thread GitBox
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

[GitHub] [streams] jfrazee opened a new pull request #500: STREAMS-660: Fixup release 0.6.2-SNAPSHOT version strings in poms

2020-06-10 Thread GitBox
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

[GitHub] [streams] jfrazee merged pull request #500: STREAMS-660: Fixup release 0.6.2-SNAPSHOT version strings in poms

2020-06-16 Thread GitBox
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

[GitHub] [streams-master] jfrazee closed pull request #7: STREAMS-432 Update to Java 8

2020-06-17 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #501: resolves STREAMS-661 update twitter account_activity api binding

2020-06-19 Thread GitBox
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

[GitHub] [streams] jfrazee opened a new pull request #502: STREAMS-659: Added build profile for Java 11

2020-06-19 Thread GitBox
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

[GitHub] [streams] jfrazee commented on pull request #501: resolves STREAMS-661 update twitter account_activity api binding

2020-06-21 Thread GitBox
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

[GitHub] [streams] jfrazee closed pull request #501: resolves STREAMS-661 update twitter account_activity api binding

2020-06-21 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #503: STREAMS-662: implement re-enable account activity webhook endpoint

2020-06-24 Thread GitBox
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

[GitHub] [streams] jfrazee merged pull request #502: STREAMS-659: Added build profile for Java 11

2020-06-25 Thread GitBox
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

[GitHub] [streams] steveblackmon merged pull request #503: STREAMS-662: implement re-enable account activity webhook endpoint

2020-06-26 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #504: STREAMS-663: Fix DISCLAIMER

2020-07-01 Thread GitBox
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

[GitHub] [streams] jfrazee merged pull request #504: STREAMS-663: Fix DISCLAIMER

2020-07-03 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #505: STREAMS-664: Fix LICENSE

2020-07-06 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #506: STREAMS-666: ensure rat check passes to prepare for 0.7.0 release

2020-07-06 Thread GitBox
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

[GitHub] [streams] steveblackmon commented on pull request #505: STREAMS-664: Fix LICENSE

2020-07-08 Thread GitBox
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

[GitHub] [streams] steveblackmon commented on pull request #505: STREAMS-664: Fix LICENSE

2020-07-14 Thread GitBox
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

[GitHub] [streams] steveblackmon merged pull request #505: STREAMS-664: Fix LICENSE

2020-07-22 Thread GitBox
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

[GitHub] [streams] steveblackmon merged pull request #506: STREAMS-666: ensure rat check passes to prepare for 0.7.0 release

2020-07-22 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #507: STREAMS-668 upgrade flink examples to latest flink version

2020-08-04 Thread GitBox
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

[GitHub] [streams] b-hodge commented on pull request #507: STREAMS-668 upgrade flink examples to latest flink version

2020-08-11 Thread GitBox
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

[GitHub] [streams] steveblackmon merged pull request #507: STREAMS-668 upgrade flink examples to latest flink version

2020-08-12 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #508: STREAMS-671 flink twitter examples output files do not contain date-time fields

2020-08-12 Thread GitBox
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

[GitHub] [streams] steveblackmon commented on pull request #508: STREAMS-671 flink twitter examples output files do not contain date-time fields

2020-08-13 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #509: STREAMS-673 Save Jenkins jobs in case we want them again

2020-08-20 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #510: STREAMS-669 make java 8 the default source and target version

2020-08-20 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #511: resolves STREAMS-670

2020-08-20 Thread GitBox
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

[GitHub] [streams] steveblackmon merged pull request #508: STREAMS-671 flink twitter examples output files do not contain date-time fields

2020-08-21 Thread GitBox
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

[GitHub] [streams] steveblackmon merged pull request #509: STREAMS-673 Save Jenkins jobs in case we want them again

2020-08-24 Thread GitBox
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

[GitHub] [streams] steveblackmon commented on pull request #511: resolves STREAMS-670

2020-08-24 Thread GitBox
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. ---

[GitHub] [streams] steveblackmon merged pull request #511: resolves STREAMS-670

2020-08-24 Thread GitBox
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

[GitHub] [streams] steveblackmon commented on pull request #511: resolves STREAMS-670

2020-08-24 Thread GitBox
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. --

[GitHub] [streams] steveblackmon merged pull request #510: STREAMS-669 make java 8 the default source and target version

2020-08-24 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #512: resolves STREAMS-676

2020-10-20 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #513: resolves STREAMS-678

2020-10-20 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #514: resolves STREAMS-679

2020-10-20 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #515: resolves STREAMS-677 and STREAMS-680

2020-10-20 Thread GitBox
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

[GitHub] [streams] steveblackmon merged pull request #513: resolves STREAMS-678

2020-10-22 Thread GitBox
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

[GitHub] [streams] steveblackmon merged pull request #514: resolves STREAMS-679

2020-10-22 Thread GitBox
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

[GitHub] [streams] steveblackmon merged pull request #512: resolves STREAMS-676

2020-10-22 Thread GitBox
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

[GitHub] [streams] steveblackmon closed pull request #515: resolves STREAMS-677 and STREAMS-680

2020-10-22 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #516: STREAMS-677,STREAMS-680

2020-10-22 Thread GitBox
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

[GitHub] [streams] steveblackmon merged pull request #516: STREAMS-677,STREAMS-680

2020-10-22 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request #517: STREAMS-681: add support for using fromDate and toDate in ThirtyDaySearchProvider

2020-11-11 Thread GitBox
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

[GitHub] [streams] steveblackmon merged pull request #517: STREAMS-681: add support for using fromDate and toDate in ThirtyDaySearchProvider

2020-11-11 Thread GitBox
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

[GitHub] [streams] dependabot[bot] opened a new pull request, #518: Bump hadoop-common from 2.7.0 to 3.2.3 in /streams-contrib/streams-persist-hbase

2022-04-12 Thread GitBox
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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hadoop:hadoop-

[GitHub] [streams] dependabot[bot] opened a new pull request, #519: Bump hadoop-common from 2.7.0 to 3.2.3 in /streams-contrib/streams-persist-hdfs

2022-04-12 Thread GitBox
dependabot[bot] opened a new pull request, #519: URL: https://github.com/apache/streams/pull/519 Bumps hadoop-common from 2.7.0 to 3.2.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hadoop:hadoop-

[GitHub] [streams] dependabot[bot] opened a new pull request, #520: Bump cassandra-all from 3.11.0 to 3.11.12 in /streams-contrib/streams-persist-cassandra

2022-06-29 Thread GitBox
dependabot[bot] opened a new pull request, #520: URL: https://github.com/apache/streams/pull/520 Bumps cassandra-all from 3.11.0 to 3.11.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.cassandra:c

[GitHub] [streams] dependabot[bot] opened a new pull request, #521: Bump plexus-utils from 3.0.15 to 3.0.16 in /streams-plugins/streams-plugin-elasticsearch

2022-07-01 Thread GitBox
dependabot[bot] opened a new pull request, #521: URL: https://github.com/apache/streams/pull/521 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

[GitHub] [streams] dependabot[bot] opened a new pull request, #524: Bump plexus-utils from 3.0.15 to 3.0.16 in /streams-plugins/streams-plugin-scala

2022-07-01 Thread GitBox
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

[GitHub] [streams] dependabot[bot] opened a new pull request, #522: Bump plexus-utils from 3.0.15 to 3.0.16 in /streams-plugins/streams-plugin-hive

2022-07-01 Thread GitBox
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

[GitHub] [streams] dependabot[bot] opened a new pull request, #523: Bump plexus-utils from 3.0.15 to 3.0.16 in /streams-plugins/streams-plugin-hbase

2022-07-01 Thread GitBox
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

[GitHub] [streams] dependabot[bot] opened a new pull request, #525: Bump plexus-utils from 3.0.15 to 3.0.16 in /streams-plugins/streams-plugin-pojo

2022-07-01 Thread GitBox
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

[GitHub] [streams] dependabot[bot] opened a new pull request, #526: Bump plexus-utils from 3.0.15 to 3.0.16 in /streams-plugins/streams-plugin-pig

2022-07-01 Thread GitBox
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

[GitHub] [streams] dependabot[bot] opened a new 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

2022-07-15 Thread GitBox
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

[GitHub] [streams] dependabot[bot] opened a new pull request, #528: Bump aws-java-sdk-s3 from 1.11.184 to 1.12.261 in /streams-contrib/streams-amazon-aws

2022-07-15 Thread GitBox
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

[GitHub] [streams] steveblackmon opened a new pull request, #529: resolves STREAMS-683: upgrade jsonschema2pojo usage to modern version

2022-08-28 Thread GitBox
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

[GitHub] [streams] b-hodge commented on a diff in pull request #529: resolves STREAMS-683: upgrade jsonschema2pojo usage to modern version

2022-09-13 Thread GitBox
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

[GitHub] [streams] steveblackmon commented on a diff in pull request #529: resolves STREAMS-683: upgrade jsonschema2pojo usage to modern version

2022-09-13 Thread GitBox
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

[GitHub] [streams] steveblackmon commented on a diff in pull request #529: resolves STREAMS-683: upgrade jsonschema2pojo usage to modern version

2022-09-13 Thread GitBox
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

[GitHub] [streams] steveblackmon commented on a diff in pull request #529: resolves STREAMS-683: upgrade jsonschema2pojo usage to modern version

2022-09-13 Thread GitBox
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

[GitHub] [streams] steveblackmon commented on a diff in pull request #529: resolves STREAMS-683: upgrade jsonschema2pojo usage to modern version

2022-09-13 Thread GitBox
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

[GitHub] [streams] steveblackmon commented on a diff in pull request #529: resolves STREAMS-683: upgrade jsonschema2pojo usage to modern version

2022-09-13 Thread GitBox
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

[GitHub] [streams] steveblackmon commented on a diff in pull request #529: resolves STREAMS-683: upgrade jsonschema2pojo usage to modern version

2022-09-13 Thread GitBox
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

[GitHub] [streams] steveblackmon merged pull request #529: resolves STREAMS-683: upgrade jsonschema2pojo usage to modern version

2022-09-14 Thread GitBox
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

[GitHub] [streams] dependabot[bot] opened a new pull request, #530: Bump junit from 4.11 to 4.13.1 in /streams-plugins/streams-plugin-scala/src/test/resources/streams-plugin-scala

2022-09-14 Thread GitBox
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

[GitHub] [streams] dependabot[bot] commented on 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

2022-10-18 Thread GitBox
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

[GitHub] [streams] dependabot[bot] opened a new 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

2022-10-18 Thread GitBox
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

[GitHub] [streams] 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

2022-10-18 Thread GitBox
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

[GitHub] [streams] dependabot[bot] opened a new pull request, #533: Bump jackson-databind from 2.9.8 to 2.12.7.1 in /streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo

2022-11-15 Thread GitBox
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

[GitHub] [streams] dependabot[bot] commented on 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

2022-11-15 Thread GitBox
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

[GitHub] [streams] 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

2022-11-15 Thread GitBox
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