Saurabh Parkhi
Saurabh Parkhi
I think this is probably related to the implementation in the plugin, however it potentially affects our build. Our headers are in the JAVADOC comment form, however the plugin detects...
Just to mention that in our current 6.5.2 package with JRE embedded, although droid.bat correctly calls the embedded JRE to run DROID… start "" "%DROID_HOME%/jre/bin/javaw" %DROID_OPTIONS% -jar "%DROID_HOME%droid-ui-6.5.1.jar" …the sigtool.bat...
I think, from consistency point of view, it should
The version number is missing from the ApiResult. It would be nice to introduce it for clear identification
Before updating joda-time, we should look at these failures. The mismatches seem to be one hour out on dates in winter and we don't seem to use "Z" in date...
If some files in the profile have more than one format identification, when exporting, the columns related to format identification (e.g. PUID, FORMAT_NAME etc.) are repeated with a running count...
Looking at github action results for this PR -> https://github.com/digital-preservation/droid/pull/908 It appears that Mockito core 5.2.0 does not work with Java 8. Mockito has moved away from Java8 to a...
One of the Microsoft word document reports different format names in GUI and API. In API, it is ``` Format Name: Microsoft Word 97 OLE2 Puid: fmt/40 Identification Method: Container...
This is a minor issue. While trying out the `-At` flag, I noticed inconsistency between the profile and no-profile mode. e.g. in profile mode, (assuming the `/home/user/test-data/droid/archives` folder contains a...
Dependabot PR for spring framework version update fails with following error ``` Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project droid-core-interfaces: Compilation failure Error: /home/runner/work/droid/droid/droid-core-interfaces/src/test/java/uk/gov/nationalarchives/droid/core/interfaces/archive/ArchiveFileUtilsTest.java:[58,44] cannot access org.springframework.test.util.AssertionErrors Error:...