You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2018/07/20 15:11:17 UTC

[streams] branch master updated (e50cbcc -> 5010414)

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 e50cbcc  Merge pull request #455 from steveblackmon/STREAMS-605
     add 71a0290  resolves STREAMS-613
     add f7b550a  also need to change url to calendar
     add f503f69  moves the schemas formerly hosted at json-schema.org into a project module
     add 61c8168  change streams-plugin-pojo test dependencies
     add 322019f  interfaces.json is not necessary and not helpful
     add 8a4cd07  point all poms at latest version and use streams-schema-jsonschemaorg
     add 7fc12a6  update tests to use jsonschemaorg
     new 5010414  Merge pull request #456 from steveblackmon/STREAMS-613

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:
 pom.xml                                            |   2 +-
 streams-plugins/streams-plugin-cassandra/pom.xml   |  10 +-
 .../StreamsCassandraResourceGeneratorCLITest.java  |   4 +-
 .../StreamsCassandraResourceGeneratorMojoIT.java   |   2 +-
 .../StreamsCassandraResourceGeneratorTest.java     |   4 +-
 .../resources/streams-plugin-cassandra/pom.xml     |  11 +--
 .../streams-plugin-elasticsearch/pom.xml           |  10 +-
 ...reamsElasticsearchResourceGeneratorCLITest.java |   4 +-
 ...treamsElasticsearchResourceGeneratorMojoIT.java |  17 ++++
 .../StreamsElasticsearchResourceGeneratorTest.java |   4 +-
 .../resources/streams-plugin-elasticsearch/pom.xml |  13 +--
 streams-plugins/streams-plugin-hbase/pom.xml       |  17 +---
 .../test/StreamsHbaseResourceGeneratorCLITest.java |   4 +-
 .../test/StreamsHbaseResourceGeneratorMojoIT.java  |   2 +-
 .../test/StreamsHbaseResourceGeneratorTest.java    |   4 +-
 .../test/resources/streams-plugin-hbase/pom.xml    |  13 +--
 streams-plugins/streams-plugin-hive/pom.xml        |  10 +-
 .../test/StreamsHiveResourceGeneratorCLITest.java  |   4 +-
 .../test/StreamsHiveResourceGeneratorMojoIT.java   |   2 +-
 .../test/StreamsHiveResourceGeneratorTest.java     |   4 +-
 .../src/test/resources/streams-plugin-hive/pom.xml |  13 +--
 streams-plugins/streams-plugin-pig/pom.xml         |  17 +---
 .../test/StreamsPigResourceGeneratorCLITest.java   |   4 +-
 .../test/StreamsPigResourceGeneratorMojoIT.java    |   2 +-
 .../pig/test/StreamsPigResourceGeneratorTest.java  |   4 +-
 .../src/test/resources/streams-plugin-pig/pom.xml  |  13 +--
 streams-plugins/streams-plugin-pojo/pom.xml        |  10 +-
 .../test/StreamsPojoSourceGeneratorCLITest.java    |   4 +-
 .../test/StreamsPojoSourceGeneratorMojoIT.java     |   2 +-
 .../test/StreamsPojoSourceGeneratorTest.java       |  11 +--
 .../src/test/resources/streams-plugin-pojo/pom.xml |  13 +--
 streams-plugins/streams-plugin-scala/pom.xml       |  20 +---
 .../test/StreamsScalaSourceGeneratorCLITest.java   |   2 +-
 .../test/resources/streams-plugin-scala/pom.xml    |  13 ++-
 streams-pojo/pom.xml                               |   9 ++
 streams-schemas/pom.xml                            |   1 +
 .../src/main/jsonschema/objectTypes/event.json     |   2 +-
 .../src/main/jsonschema/objectTypes/person.json    |   2 +-
 .../src/main/jsonschema/objectTypes/place.json     |   2 +-
 .../pom.xml                                        |  72 +-------------
 .../src/main/jsonschema/address.json               |  20 ++++
 .../src/main/jsonschema/calendar.json              |  53 +++++++++++
 .../src/main/jsonschema/card.json                  | 105 +++++++++++++++++++++
 .../src/main/jsonschema/geo.json                   |   8 ++
 .../src/main/resources/assembly-schemas.xml        |   2 +-
 45 files changed, 294 insertions(+), 251 deletions(-)
 copy streams-schemas/{streams-schema-activitystreams => streams-schema-jsonschemaorg}/pom.xml (55%)
 create mode 100644 streams-schemas/streams-schema-jsonschemaorg/src/main/jsonschema/address.json
 create mode 100644 streams-schemas/streams-schema-jsonschemaorg/src/main/jsonschema/calendar.json
 create mode 100644 streams-schemas/streams-schema-jsonschemaorg/src/main/jsonschema/card.json
 create mode 100644 streams-schemas/streams-schema-jsonschemaorg/src/main/jsonschema/geo.json
 copy streams-schemas/{streams-schema-activitystreams => streams-schema-jsonschemaorg}/src/main/resources/assembly-schemas.xml (94%)


[streams] 01/01: Merge pull request #456 from steveblackmon/STREAMS-613

Posted by sb...@apache.org.
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 50104146da48c433a7bfe152c9b9f2d865acee40
Merge: e50cbcc 7fc12a6
Author: Steve Blackmon <sb...@apache.org>
AuthorDate: Fri Jul 20 10:11:15 2018 -0500

    Merge pull request #456 from steveblackmon/STREAMS-613
    
    resolves STREAMS-613

 pom.xml                                            |   2 +-
 streams-plugins/streams-plugin-cassandra/pom.xml   |  10 +-
 .../StreamsCassandraResourceGeneratorCLITest.java  |   4 +-
 .../StreamsCassandraResourceGeneratorMojoIT.java   |   2 +-
 .../StreamsCassandraResourceGeneratorTest.java     |   4 +-
 .../resources/streams-plugin-cassandra/pom.xml     |  11 +--
 .../streams-plugin-elasticsearch/pom.xml           |  10 +-
 ...reamsElasticsearchResourceGeneratorCLITest.java |   4 +-
 ...treamsElasticsearchResourceGeneratorMojoIT.java |  17 ++++
 .../StreamsElasticsearchResourceGeneratorTest.java |   4 +-
 .../resources/streams-plugin-elasticsearch/pom.xml |  13 +--
 streams-plugins/streams-plugin-hbase/pom.xml       |  17 +---
 .../test/StreamsHbaseResourceGeneratorCLITest.java |   4 +-
 .../test/StreamsHbaseResourceGeneratorMojoIT.java  |   2 +-
 .../test/StreamsHbaseResourceGeneratorTest.java    |   4 +-
 .../test/resources/streams-plugin-hbase/pom.xml    |  13 +--
 streams-plugins/streams-plugin-hive/pom.xml        |  10 +-
 .../test/StreamsHiveResourceGeneratorCLITest.java  |   4 +-
 .../test/StreamsHiveResourceGeneratorMojoIT.java   |   2 +-
 .../test/StreamsHiveResourceGeneratorTest.java     |   4 +-
 .../src/test/resources/streams-plugin-hive/pom.xml |  13 +--
 streams-plugins/streams-plugin-pig/pom.xml         |  17 +---
 .../test/StreamsPigResourceGeneratorCLITest.java   |   4 +-
 .../test/StreamsPigResourceGeneratorMojoIT.java    |   2 +-
 .../pig/test/StreamsPigResourceGeneratorTest.java  |   4 +-
 .../src/test/resources/streams-plugin-pig/pom.xml  |  13 +--
 streams-plugins/streams-plugin-pojo/pom.xml        |  10 +-
 .../test/StreamsPojoSourceGeneratorCLITest.java    |   4 +-
 .../test/StreamsPojoSourceGeneratorMojoIT.java     |   2 +-
 .../test/StreamsPojoSourceGeneratorTest.java       |  11 +--
 .../src/test/resources/streams-plugin-pojo/pom.xml |  13 +--
 streams-plugins/streams-plugin-scala/pom.xml       |  20 +---
 .../test/StreamsScalaSourceGeneratorCLITest.java   |   2 +-
 .../test/resources/streams-plugin-scala/pom.xml    |  13 ++-
 streams-pojo/pom.xml                               |   9 ++
 streams-schemas/pom.xml                            |   1 +
 .../src/main/jsonschema/objectTypes/event.json     |   2 +-
 .../src/main/jsonschema/objectTypes/person.json    |   2 +-
 .../src/main/jsonschema/objectTypes/place.json     |   2 +-
 .../streams-schema-jsonschemaorg/pom.xml           |  91 ++++++++++++++++++
 .../src/main/jsonschema/address.json               |  20 ++++
 .../src/main/jsonschema/calendar.json              |  53 +++++++++++
 .../src/main/jsonschema/card.json                  | 105 +++++++++++++++++++++
 .../src/main/jsonschema/geo.json                   |   8 ++
 .../src/main/resources/assembly-schemas.xml}       |  37 +++-----
 45 files changed, 396 insertions(+), 203 deletions(-)