mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-5.0' into trunk
This commit is contained in:
commit
999d263a5d
|
|
@ -1,5 +1,6 @@
|
||||||
5.1
|
5.1
|
||||||
Merged from 5.0:
|
Merged from 5.0:
|
||||||
|
* Fix Depends and Build-Depends for Java for Debian packages (CASSANDRA-18809)
|
||||||
* Update command line flags --add-exports and --add-opens for JDK17 (CASSANDRA-18439)
|
* Update command line flags --add-exports and --add-opens for JDK17 (CASSANDRA-18439)
|
||||||
* Update commons-lang3 to 3.13.0 (CASSANDRA-18789)
|
* Update commons-lang3 to 3.13.0 (CASSANDRA-18789)
|
||||||
* Forbid SAI indexes with analysis options on primary key columns (CASSANDRA-18782)
|
* Forbid SAI indexes with analysis options on primary key columns (CASSANDRA-18782)
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,15 @@ Section: misc
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Eric Evans <eevans@apache.org>
|
Maintainer: Eric Evans <eevans@apache.org>
|
||||||
Uploaders: Sylvain Lebresne <slebresne@apache.org>
|
Uploaders: Sylvain Lebresne <slebresne@apache.org>
|
||||||
Build-Depends: debhelper (>= 11), openjdk-8-jdk | java8-jdk | openjdk-11-jdk | java11-jdk, ant (>= 1.9), ant-optional (>= 1.9), dh-python, python3-dev (>= 3.6), quilt, bash-completion
|
Build-Depends: debhelper (>= 11), openjdk-11-jdk | openjdk-11-jdk-headless | openjdk-17-jdk | openjdk-17-jdk-headless, ant (>= 1.10), ant-optional (>= 1.10), dh-python, python3-dev (>= 3.6), quilt, bash-completion
|
||||||
Homepage: http://cassandra.apache.org
|
Homepage: https://cassandra.apache.org
|
||||||
Vcs-Git: https://gitbox.apache.org/repos/asf/cassandra.git
|
Vcs-Git: https://gitbox.apache.org/repos/asf/cassandra.git
|
||||||
Vcs-Browser: https://gitbox.apache.org/repos/asf?p=cassandra.git
|
Vcs-Browser: https://gitbox.apache.org/repos/asf?p=cassandra.git
|
||||||
Standards-Version: 3.8.3
|
Standards-Version: 3.8.3
|
||||||
|
|
||||||
Package: cassandra
|
Package: cassandra
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: openjdk-8-jre-headless | java8-runtime | openjdk-11-jre-headless | java11-runtime, adduser, python3 (>= 3.6), procps, ${misc:Depends}
|
Depends: openjdk-11-jre-headless | openjdk-17-jre-headless | openjdk-11-jre | openjdk-17-jre, adduser, python3 (>= 3.6), procps, ${misc:Depends}
|
||||||
Recommends: ntp | time-daemon
|
Recommends: ntp | time-daemon
|
||||||
Suggests: cassandra-tools
|
Suggests: cassandra-tools
|
||||||
Conflicts: apache-cassandra1
|
Conflicts: apache-cassandra1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue