datawave icon indicating copy to clipboard operation
datawave copied to clipboard

DataWave is an ingest/query framework that leverages Apache Accumulo to provide fast, secure data access.

Results 314 datawave issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.0.pr1 to 2.13.3. Replaced all instances of `org.codehaus.jackson` with the groupId of `com.fasterxml.jackson` (codehaus became fasterxml, but it's the same dependency under the hood) This solves 3...

dependencies

Instead of using the HtmlProvider interface and a stringbuilder to build the dictionary responses, we should leverage Spring MVC to build the html response.

enhancement

The numeric regex normalization currently will attempt a normal regex normalization against the value, and will use as a quoted literal regex (e.g. \Q\E). Hence if there are any wildcards...

Move #NO_EXPANSION from filter functions to query functions. Resolves #1615

accepted

Update TreeEqualityVisitor so that it will not consider two identical query property markers equal if one is wrapped and the other is not. For instance, the following trees will not...

accepted

Instead of using a stringbuilder to build the query metrics, we should leverage Spring MVC to build the html response.

enhancement

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

When one or more index streams are delayed and at least three other index streams are active, the delayed terms are distributed multiple times. Fix this.

Reduce the phrase indexes gathered to only the fields that we need to gather excerpts for. Resolves #1607

accepted