Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
cld
systems
cassandra
Commits
e4985391
Unverified
Commit
e4985391
authored
Jun 09, 2020
by
Mick Semb Wever
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cassandra-3.0' into cassandra-3.11
parents
04b00498
c092c461
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
.gitignore
.gitignore
+1
-0
CHANGES.txt
CHANGES.txt
+1
-0
build.xml
build.xml
+4
-0
No files found.
.gitignore
View file @
e4985391
...
...
@@ -72,6 +72,7 @@ lib/jsr223/jython/cachedir
lib/jsr223/scala/*.jar
/.ant-targets-build.xml
.ant_targets
# Generated files from the documentation
doc/source/configuration/cassandra_config_file.rst
CHANGES.txt
View file @
e4985391
...
...
@@ -18,6 +18,7 @@ Merged from 3.0:
* Memtable memory allocations may deadlock (CASSANDRA-15367)
* Run evictFromMembership in GossipStage (CASSANDRA-15592)
Merged from 2.2:
* Remove generated files from source artifact (CASSANDRA-15849)
* Remove duplicated tools binaries from tarballs (CASSANDRA-15768)
* Duplicate results with DISTINCT queries in mixed mode (CASSANDRA-15501)
* Disable JMX rebinding (CASSANDRA-15653)
...
...
build.xml
View file @
e4985391
...
...
@@ -1136,6 +1136,10 @@
<exclude
name=
"build/**"
/>
<exclude
name=
"src/gen-java/**"
/>
<exclude
name=
".git/**"
/>
<exclude
name=
"venv/**"
/>
<exclude
name=
"src/resources/org/apache/cassandra/config/version.properties"
/>
<exclude
name=
"conf/hotspot_compiler"
/>
<exclude
name=
"doc/cql3/CQL.html"
/>
<exclude
name=
"bin/*"
/>
<!-- handled separately below -->
<!-- exclude Eclipse files -->
<exclude
name=
".project"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment