This is an automated email from the ASF dual-hosted git repository.
mck pushed a change to branch 4.12.x
in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git
from 4410939bb Add LICENSE and NOTICE.txt/NOTICE_binary to published jars
LICENSE + NOTICE.txt is added to source jars, LICENSE + NOTICE_binary.txt is
added to regular jars. Make parent project inherit from apache pom. Updated
NOTICE wording to "developed at ..." per latest instructions.
new 45f86664f Compliance changes for generated source and binary
distributable tarballs
new 8f5035989 Remove distributionManagement, the apache parent defines
this for us
new a4ebc4a24 Remove ASL header from test resource files (that was
breaking integration tests)
The 3 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:
LICENSE => LICENSE_binary | 26 +-
README.md | 23 +-
bom/pom.xml | 18 +-
core-shaded/pom.xml | 49 +-
core/pom.xml | 3 +-
core/src/main/resources/reference.conf | 4 +-
{distribution => distribution-source}/pom.xml | 108 +-
.../src/assembly/source-tarball.xml | 34 +-
distribution-tests/pom.xml | 16 +-
distribution/pom.xml | 62 +-
distribution/src/assembly/binary-tarball.xml | 44 +-
examples/pom.xml | 4 +-
integration-tests/pom.xml | 16 +-
.../src/test/resources/DescribeIT/dse/4.8.cql | 18 -
.../src/test/resources/DescribeIT/dse/5.0.cql | 18 -
.../src/test/resources/DescribeIT/dse/5.1.cql | 18 -
.../src/test/resources/DescribeIT/dse/6.8.cql | 18 -
.../src/test/resources/DescribeIT/oss/2.1.cql | 18 -
.../src/test/resources/DescribeIT/oss/2.2.cql | 18 -
.../src/test/resources/DescribeIT/oss/3.0.cql | 18 -
.../src/test/resources/DescribeIT/oss/3.11.cql | 18 -
.../src/test/resources/DescribeIT/oss/4.0.cql | 18 -
licenses/HdrHistogram.txt | 41 +
licenses/asm.txt | 27 +
licenses/jnr-posix.txt | 1076 ++++++++++++++++++++
licenses/jnr-x86asm.txt | 24 +
licenses/reactive-streams.txt | 7 +
licenses/slf4j-api.txt | 21 +
manual/core/README.md | 2 +-
manual/core/bom/README.md | 12 +-
manual/core/configuration/README.md | 2 +-
manual/core/integration/README.md | 18 +-
manual/core/metrics/README.md | 8 +-
manual/core/shaded_jar/README.md | 10 +-
manual/mapper/README.md | 4 +-
manual/mapper/config/README.md | 8 +-
manual/mapper/config/kotlin/README.md | 2 +-
manual/query_builder/README.md | 2 +-
mapper-processor/pom.xml | 7 +-
mapper-runtime/pom.xml | 5 +-
metrics/micrometer/pom.xml | 7 +-
metrics/microprofile/pom.xml | 7 +-
osgi-tests/pom.xml | 12 +-
pom.xml | 46 +-
query-builder/pom.xml | 7 +-
test-infra/pom.xml | 5 +-
46 files changed, 1431 insertions(+), 498 deletions(-)
copy LICENSE => LICENSE_binary (93%)
copy {distribution => distribution-source}/pom.xml (50%)
copy core-shaded/src/assembly/shaded-jar.xml =>
distribution-source/src/assembly/source-tarball.xml (55%)
create mode 100644 licenses/HdrHistogram.txt
create mode 100644 licenses/asm.txt
create mode 100644 licenses/jnr-posix.txt
create mode 100644 licenses/jnr-x86asm.txt
create mode 100644 licenses/reactive-streams.txt
create mode 100644 licenses/slf4j-api.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]