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 7860b8d067 switch to a still-existant jsonschema link, and a few misc
bug and test fixes
new c7164c8bfd makes it possible to compile with jdk17
new 51528c1547 java17 support
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 | 257 ++++++++++++++++-----
src/site/markdown/dependency-info.md | 18 +-
src/site/markdown/versions.md | 12 +
src/site/site.xml | 5 +-
streams-components/streams-http/pom.xml | 4 +-
.../test/java/SimpleHTTPPostPersistWriterTest.java | 6 +-
streams-config/pom.xml | 5 +-
streams-contrib/streams-persist-console/pom.xml | 7 +-
streams-contrib/streams-persist-filebuffer/pom.xml | 7 +-
streams-contrib/streams-persist-hbase/pom.xml | 6 +-
streams-contrib/streams-persist-hdfs/pom.xml | 2 +-
streams-contrib/streams-persist-kafka/pom.xml | 4 +-
.../apache/streams/kafka/KafkaPersistReader.java | 32 ++-
.../streams/kafka/KafkaPersistReaderTask.java | 17 +-
.../apache/streams/kafka/KafkaPersistWriter.java | 15 +-
streams-contrib/streams-persist-neo4j/pom.xml | 12 +-
.../streams-processor-peoplepattern/pom.xml | 10 +-
streams-contrib/streams-provider-facebook/pom.xml | 2 +-
.../streams-provider-google/google-gplus/pom.xml | 7 +-
.../providers/TestGPlusUserActivityCollector.java | 4 +-
.../providers/TestGPlusUserDataCollector.java | 2 +-
streams-contrib/streams-provider-google/pom.xml | 2 +-
streams-contrib/streams-provider-instagram/pom.xml | 3 +-
streams-contrib/streams-provider-linkedin/pom.xml | 2 +-
streams-contrib/streams-provider-moreover/pom.xml | 4 +
.../moreover/MoreoverJsonActivitySerializer.java | 2 +-
streams-contrib/streams-provider-rss/pom.xml | 2 +-
streams-contrib/streams-provider-twitter/pom.xml | 2 +-
streams-contrib/streams-provider-youtube/pom.xml | 6 +-
.../provider/YoutubeChannelDataCollectorTest.java | 2 +-
.../provider/YoutubeUserActivityCollectorTest.java | 4 +-
.../flink-twitter-collection/pom.xml | 4 +-
streams-plugins/pom.xml | 92 +-------
streams-plugins/streams-plugin-cassandra/pom.xml | 3 +-
.../streams-plugin-elasticsearch/pom.xml | 3 +-
streams-plugins/streams-plugin-hbase/pom.xml | 3 +-
streams-plugins/streams-plugin-hive/pom.xml | 3 +-
streams-plugins/streams-plugin-pig/pom.xml | 3 +-
streams-plugins/streams-plugin-pojo/pom.xml | 5 +-
streams-plugins/streams-plugin-scala/pom.xml | 3 +-
streams-runtimes/streams-runtime-local/pom.xml | 3 +-
.../local/builders/LocalStreamBuilderTest.java | 2 +-
42 files changed, 332 insertions(+), 255 deletions(-)
create mode 100644 src/site/markdown/versions.md