This is an automated email from the ASF dual-hosted git repository. mck pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git.
from dbedf57 Merge branch 'cassandra-3.11' into trunk new 53b0661 Fix rat checking for files with missing license headers new 50a97a0 Merge branch 'cassandra-2.2' into cassandra-3.0 new 2ec96ae Merge branch 'cassandra-3.0' into cassandra-3.11 new 7337fc0 Merge branch 'cassandra-3.11' into trunk The 4 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: .build/build-rat.xml | 75 +++++++++++++++++++++++++++ .circleci/config-2_1.yml | 18 +++++++ .circleci/config.yml | 18 +++++++ .circleci/generate.sh | 17 ++++++ .circleci/readme.md | 20 +++++++ .gitignore | 5 ++ .rat-excludes | 33 ------------ CONTRIBUTING.md | 20 +++++++ TESTING.md | 20 +++++++ build-shaded-dtest-jar.sh | 17 ++++++ build.xml | 71 +------------------------ conf/cassandra.yaml | 1 + doc/Dockerfile | 2 +- doc/README.md | 20 +++++++ doc/SASI.md | 20 +++++++ doc/cql3/CQL.textile | 19 +++++++ doc/docker-compose.yml | 18 +++++++ doc/make.bat | 18 +++++++ doc/native_protocol_v3.spec | 17 ++++++ doc/native_protocol_v4.spec | 17 ++++++ doc/native_protocol_v5.spec | 17 ++++++ doc/source/development/index.rst | 1 + doc/source/development/license_compliance.rst | 37 +++++++++++++ doc/source/tools/stress-example.yaml | 18 +++++++ doc/source/tools/stress-lwt-example.yaml | 18 +++++++ pylib/cqlshlib/test/test_keyspace_init.cql | 18 +++++++ redhat/README.md | 20 +++++++ redhat/cassandra.in.sh | 17 ++++++ redhat/cassandra.spec | 18 +++++++ relocate-dependencies.pom | 20 +++++++ test/data/bloom-filter/ka/foo.cql | 18 +++++++ test/resources/blogpost.yaml | 18 +++++++ test/resources/byteman/mutation_limiter.btm | 20 ++++++- test/resources/byteman/stream_failure.btm | 17 ++++++ 34 files changed, 599 insertions(+), 104 deletions(-) create mode 100644 .build/build-rat.xml delete mode 100644 .rat-excludes create mode 100644 doc/source/development/license_compliance.rst --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org