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 4feff372e8 STREAMS-681: add support for using fromDate and toDate in ThirtyDaySearchProvider new 91667b1a59 resolves STREAMS-683: upgrade jsonschema2pojo usage to modern version new 1a9f10b7d5 incorporate peer-review feedback 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 | 2 +- .../ActivityConverterProcessorConfiguration.json | 4 +- ...ivityObjectConverterProcessorConfiguration.json | 4 +- .../ElasticsearchReaderConfiguration.json | 2 +- .../streams/graph/GraphReaderConfiguration.json | 4 +- .../serializer/util/InstagramActivityUtil.java | 32 +++++----- .../streams/instagram/api/CommentsResponse.json | 4 +- .../streams/instagram/api/MediaResponse.json | 4 +- .../streams/instagram/api/RecentMediaResponse.json | 4 +- .../streams/instagram/api/SearchMediaResponse.json | 4 +- .../streams/instagram/api/SearchUsersResponse.json | 4 +- .../streams/instagram/api/UserInfoResponse.json | 4 +- .../streams/instagram/api/UsersInfoResponse.json | 4 +- .../org/apache/streams/instagram/pojo/Media.json | 24 ++------ .../{api/Meta.json => pojo/MediaItem.json} | 12 ++-- streams-contrib/streams-provider-linkedin/pom.xml | 30 ---------- .../jsonschema/ElasticsearchHdfsConfiguration.json | 12 +++- .../jsonschema/HdfsElasticsearchConfiguration.json | 12 +++- .../ElasticsearchReindexConfiguration.json | 12 +++- .../MongoElasticsearchSyncConfiguration.json | 12 +++- .../TwitterFollowNeo4jConfiguration.json | 12 +++- .../TwitterHistoryElasticsearchConfiguration.json | 12 +++- ...witterUserstreamElasticsearchConfiguration.json | 12 +++- .../plugins/StreamsPojoGenerationConfig.java | 10 ---- .../streams/plugins/StreamsPojoRuleLogger.java | 70 ++++++++++++++++++++++ .../plugins/StreamsPojoSourceGenerator.java | 22 ++++--- .../plugins/StreamsPojoSourceGeneratorMojo.java | 3 +- .../test/StreamsPojoSourceGeneratorTest.java | 2 +- .../java/org/apache/streams/util/PropertyUtil.java | 2 +- .../streams/util/schema/SchemaStoreImpl.java | 5 +- 30 files changed, 213 insertions(+), 127 deletions(-) copy streams-contrib/streams-provider-instagram/src/main/jsonschema/org/apache/streams/instagram/{api/Meta.json => pojo/MediaItem.json} (63%) create mode 100644 streams-plugins/streams-plugin-pojo/src/main/java/org/apache/streams/plugins/StreamsPojoRuleLogger.java