Skip to content

Commit

Permalink
Merge branch 'release/c3.11' into release/c4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommystendahl committed Oct 31, 2023
2 parents 1fc3f00 + 57a3431 commit 18b834b
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ target/
.idea
*.iml
dependency-reduced-pom.xml
.idea/

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changes

## Version 2.12.0
## Version 3.1.0 (unreleased)

* Add Audit Prepare statements - #226
* Test with java11 (only flavor ecaudit_c4.0) - #214
* Audit Prepare statements

## Version 3.0.0 (only flavor ecaudit_c4.1)

## Version 2.11.0

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c4.0</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>common_c4.0</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ecaudit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c4.0</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>ecaudit_c4.0</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public void auditPrepare(String operation, ClientState state, Status status, lon
auditor.audit(logEntry);
}
}

/**
* Audit a prepared statement.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void setup()
yamlFilter.setup();
roleFilter.setup();
}

@Override
public boolean shouldLogPrepareStatements()
{
Expand Down
2 changes: 1 addition & 1 deletion eclog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c4.0</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>eclog_c4.0</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion integration-test-allow-all-authorizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c4.0</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>integration-test-allow-all-authorizer_c4.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion integration-test-query-logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c4.0</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>integration-test-query-logger_c4.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion integration-test-standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c4.0</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>integration-test-standard_c4.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c4.0</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Ericsson Cassandra Audit</name>
Expand Down
2 changes: 1 addition & 1 deletion test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c4.0</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>test-utils_c4.0</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 18b834b

Please sign in to comment.