Releases: NationalSecurityAgency/emissary
Releases · NationalSecurityAgency/emissary
8.0.0-M2
What's Changed
- Updated LoggingPrintStream so it won't block application shutdown (targets master) by @drivenflywheel in #510
- Added null data check to DropOffPlace completion message setup by @drivenflywheel in #511
- java 11 by @dev-mlb in #252
- add new github actions for releasing, publishing, versioning, & patching by @dev-mlb in #519
- Small pom updates for compliance with maven repositories by @cfkoehler in #507
- Mockito 5 by @dev-mlb in #503
- Add organization details to pom by @cfkoehler in #522
- error-prone :: fix constant-overflow failure in DisposeHelperTest by @dev-mlb in #520
- Add 'CHECKSUM_CRC32' to the list of removed parameter keys. by @jdcove2 in #512
- Lift convertHexDate from MsSqlJflex into TimeUtil by @aL118 in #517
- Sort parameters before diff in IBaseDataObjectDiffHelper by @sambish5 in #523
- RegressionTest updates. by @jdcove2 in #515
- add RELEASING.md document by @jpdahlke in #526
- Replace JCommander with Picocli by @aL118 in #514
- Add new Filename Generator with date, node, and filter by @cfkoehler in #534
Full Changelog: 7.19.0...8.0.0-M2
8.0.0-M1
What's Changed
- java 11 by @dev-mlb in #252
- add new github actions for releasing, publishing, versioning, & patching by @dev-mlb in #519
- Small pom updates for compliance with maven repositories by @cfkoehler in #507
- Mockito 5 by @dev-mlb in #503
- Add organization details to pom by @cfkoehler in #522
Full Changelog: 7.19.1...8.0.0-M1
7.19.1
Full Changelog: 7.19.0...7.19.1
Full Changelog: 7.19.0...7.19.1
7.19.0
What's Changed
- add test for AgentsList console dump format by @jpdahlke in #487
- update to surefire 3.1.0 by @jpdahlke in #482
- simple sonarlint/code clean-up in ExtractionTest by @sambish5 in #493
- shutdown :: additional cleanup by @dev-mlb in #478
- update MobileAgent isInUse method to use idle boolean by @jpdahlke in #489
- Create logging PrintStream for StdOut/StdErr. by @jdcove2 in #479
- Consistently fail ExtractionTests if we did not create a meta/nometa tag correctly by @arp-0984 in #492
- fix agentProcessHeavyDuty exception log by @jpdahlke in #494
- Adding ability to configure Transform History for explicit FileTypes by @sambish5 in #417
- manage jetty deps using the jetty-bom by @jpdahlke in #495
- PayloadUtil: simple sonarlint clean-up by @sambish5 in #496
- Disable push from the maven release plugin by @cfkoehler in #500
- Bump guava from 31.1-jre to 32.0.0-jre by @dependabot in #499
- Upgrade jcommander to 1.64 and small sonar smells in HelpCommand by @cfkoehler in #501
- fix super-linter error in maven action by @dev-mlb in #504
- 1676 - Allow '+' in IBDO Form name by @aL118 in #502
- Pass MDC entries down to Executrix child threads by @drivenflywheel in #491
- Add payload size to Finished DropOff Message by @cfkoehler in #498
- 1938 - Error prone - fix DefaultCharset by @aL118 in #508
- Add font encoding verification to ExtractionTest by @fbruton in #506
New Contributors
Full Changelog: 7.18.0...7.19.0
7.18.0
What's Changed
- exclude helm repo from super lint by @cfkoehler in #477
- call quit for the ResourceWatcher and remove instance of RollManager … by @dev-mlb in #474
- 475 updated unit test to not fail in docker by @SemperFidelisTyrannosaurus in #476
- Adding a constant for the iso 8601 date/time format by @arp-0984 in #473
- Add an AgentEmitter class to output agent status by @jpdahlke in #469
- Fix KeywordScanner case insensitive search by @fbruton in #465
- Only output version for version command and server startup by @cfkoehler in #480
- Non impact full Plugin updates by @cfkoehler in #405
- remove isInUse check from HDMobileAgent toString() by @jpdahlke in #485
- Add BUILD_TIMESTAMP property back in pom for version command by @cfkoehler in #483
- shutdown :: allow an option to force the shutdown of MobileAgents in the AgentPool by @dev-mlb in #481
- add test for MobileAgent typeLookup and handle null Stage name by @jpdahlke in #486
Full Changelog: 7.17.0...7.18.0
7.17.1
7.17.0
What's Changed
- build :: set the mvn duplicate finder plugin to fail for conflicts by @dev-mlb in #462
- build :: set the mvn javadoc plugin to fail on warning/error by @dev-mlb in #461
- build :: set the mvn pmd plugin to fail on violations by @dev-mlb in #460
- Update dockerfiles to use java 11 by @cfkoehler in #459
- sonar :: remove unnecessary boxing/unboxing (bug) by @dev-mlb in #422
- sonar :: add synchronized to clear() and isInUse() methods in HDMobil… by @dev-mlb in #426
- sonar :: update interrupt handling (bug) by @dev-mlb in #421
- update jetty to 9.4.51.v20230217 by @jpdahlke in #466
- Allow ByteMatcher to stop at a specified index by @fbruton in #463
- CI/CD :: add dependency review action by @cfkoehler in #394
- CI/CD :: Add super-linter github action by @cfkoehler in #382
- Create a strict server startup option by @SemperFidelisTyrannosaurus in #441
- Refactor Stage to be an enum (Closes #1877) by @drivenflywheel in #369
- Built out command to list Emissary Directories by @sambish5 in #448
New Contributors
- @SemperFidelisTyrannosaurus made their first contribution in #441
Full Changelog: 7.16.0...7.17.0
7.16.0
What's Changed
- delete all tika-dependent software from emissary by @smcgrattan in #447
- Add support for RegressionTest as a more comprehensive extension of ExtractionTest by @ukengineer925 in #413
- Bump gson from 2.8.6 to 2.8.9 by @dependabot in #451
- Bump bcprov-jdk15on from 1.64 to 1.67 by @dependabot in #452
- Bump commons-compress from 1.20 to 1.21 by @dependabot in #453
- fix DateTimeFormatParser unchecked conversion build warning by @dev-mlb in #456
- exclude javax.servlet-api and rely on jakarta.servlet-api by @jpdahlke in #454
- address RegressionTestUtil javadoc warnings by @jpdahlke in #455
- create unique test file for RollManagerTest by @jpdahlke in #458
- update/remove skipped tests by @dev-mlb in #457
- Remove 'overrideConfigCompilerVersion' from formatter configuration by @cfkoehler in #449
Full Changelog: 7.15.0...7.16.0
7.15.0
What's Changed
- codeql :: uncontrolled data used in path expression by @dev-mlb in #438
- sonar :: synchronize on private final field in MonitorCommand (bug) by @dev-mlb in #435
- sonar :: check the return value of InputStream#read(byte[]) (bug) by @dev-mlb in #432
- sonar :: KffFile cleanup by @dev-mlb in #434
- Sanitize string list parameters in RequestUtil by @sambish5 in #436
- sonar :: check the return value of inputstream.read for Executrix (bug) by @dev-mlb in #433
- executrix remove ulimit vmem for mac os by @dev-mlb in #440
- sonar :: return values should not be ignored in DropOffUtil (bug) by @dev-mlb in #437
- Deprecate TikaFilePlace by @smcgrattan in #444
- sonar :: fix conditionally executed code should be reachable (bug) by @dev-mlb in #427
- Identify duplicate classes on classpath by @fbruton in #446
- Verify class locations during initialization by @fbruton in #445
Full Changelog: 7.14.0...7.15.0
7.14.0
What's Changed
- Improve test coverage for SeekableByteChannelHelper. by @jdcove2 in #414
- sonarlint :: remove the last of new FileInputStream by @dev-mlb in #400
- sonarlint :: faststringbuffer by @dev-mlb in #398
- sonarlint :: cleanup directory package by @dev-mlb in #397
- 2129 Add creation of test jar sources and javadoc artifacts for deplo… by @ldhardy in #416
- Create SegmentChannelFactory. by @jdcove2 in #412
- sonarlint :: jni package by @dev-mlb in #409
- Add maven dependency version reports by @cfkoehler in #404
- Remove unused commons-fileupload dependency by @cfkoehler in #420
- sanitize FormParam strings in mvc actions by @jpdahlke in #415
- Fix builds with more recent versions of Maven, incl GitHub actions by @ukengineer925 in #429
- sonar :: use isAssignableFrom (bug) by @dev-mlb in #424
- sonar :: compare using equals() (bug) by @dev-mlb in #423
- sanitize bundleId and roll outputs user defined parameters by @jpdahlke in #430
- sonar :: DirectoryAdapter cleanup by @dev-mlb in #428
- Add github action status to readme by @cfkoehler in #392
- Create a LoggingInputStreamFactory. by @jdcove2 in #402
- Creates a LoggingChannelFactory. by @jdcove2 in #401
Full Changelog: 7.13.0...7.14.0