ddf
ddf copied to clipboard
DDF Distributed Data Framework - an open source, modular integration framework.
#### What does this PR do? Add detailed logging for the pre and post query plugins, and for the solr query code. Note: The original intent was to include the...
#### What does this PR do? Forward port and conflict resolution of #6387 : Downstream projects need to create CSV exports that include the source identifier and metacard type name....
#### What does this PR do? This is a forward port of PR #6567 #### Who is reviewing it? @glenhein @jlcsmith #### Select relevant component teams: @codice/core-apis @codice/data @codice/io @codice/security...
### Description A downstream project needs detailed logging around queries. #### Expected behavior: Detailed trace logging around the pre and post query plugins, the various steps immediately before and after...
#### What does this PR do? Updates the overlay metacard transformer so it will reverse counterclockwise coordinates to clockwise before manipulating the image. This is necessary because the image manipulation...
Bumps [shiro-core](https://github.com/apache/shiro) from 1.7.1 to 1.9.1. Changelog Sourced from shiro-core's changelog. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed...
### Description Currently the `Metacard to WFS Feature Map` only allows users to configure mappings for certain metacard attributes: - `title` - `created` - `modified` - `effective` - `expiration` -...
### Description The JaCoCo limits for many DDF modules have not been updated as their code and tests have changed, resulting in configured limits that are far below the actual...
### Description When any WFS source (1.0.0, 1.1.0, or 2.0.0) encounters a `FeatureType` whose schema (returned by the `DescribeFeatureType` operation and parsed when the source is initializing) imports a schema...
#### What does this PR do? Adds a converter for CSW getRecords requests to transform lineString queries to posList (in lieu of pos[]) when converted JTS to GML 3.1.1. ####...