Releases: NationalSecurityAgency/emissary
Releases · NationalSecurityAgency/emissary
8.0.0-M6
What's Changed
- remove bouncycastle dependency by @jpdahlke in #590
- remove obsolete language attribute by @dev-mlb in #580
- make transformhistory serializable by @dev-mlb in #581
- update httpclient call to use a response handler by @dev-mlb in #575
- rename/remove sep methods by @jpdahlke in #589
- jetty 10.0.15 by @dev-mlb in #595
- KffFile cleanup by @drivenflywheel in #593
Full Changelog: 8.0.0-M5...8.0.0-M6
8.0.0-M5
What's Changed
- jetty 10 by @dev-mlb in #552
- Fix ServiceConfigGuide bug. by @jdcove2 in #586
- remove unnecessary modifiers by @dev-mlb in #585
- remove unnecessary semicolons by @dev-mlb in #584
- fix some logging statements by @dev-mlb in #583
- remove explicit types and replace with '<>' by @dev-mlb in #582
- remove commented out code by @dev-mlb in #579
- remove deprecated call using Long constructor by @dev-mlb in #574
- replace the call clazz.newInstance() by @dev-mlb in #573
- remove todos for impsort in pom by @dev-mlb in #553
- Fix IBaseDataObjectXmlCodec bug. by @jdcove2 in #554
- Allow IdentificationTests to override the strategy used for resolving the expected form by @drivenflywheel in #555
- remove deprecated multikeywordscanner constructor by @dev-mlb in #566
- remove deprecated workspace methods by @dev-mlb in #567
- remove deprecated nio parser constructors by @dev-mlb in #563
- remove deprecated datautil methods by @dev-mlb in #558
- remove deprecated filecomparator by @dev-mlb in #564
Full Changelog: 8.0.0-M4...8.0.0-M5
8.0.0-M4
What's Changed
- update impsort plugin to 1.8.0 by @jpdahlke in #547
- Make enhancements to convertHexDate by @aL118 in #528
- update default socket timeout variable name by @jpdahlke in #545
- 2361 - Added hadolint config and set failure threshold to 'error'. by @Kevinnnnnnnnnnnnnnnn in #529
- update patch action to allow cherry-picking of commits by @dev-mlb in #537
- fix object metrics log configuration by @jpdahlke in #549
- upgrade super-linter to 5 by @dev-mlb in #551
- Update KffFile to use FileChannelFactory instead of RandomAccessFile by @drivenflywheel in #527
- Removing pathWeight from all of Emissary by @sambish5 in #546
- Adding objectTrace logger to output configurable fields to a new log file from PickUpPlace by @arp-0984 in #530
New Contributors
- @Kevinnnnnnnnnnnnnnnn made their first contribution in #529
Full Changelog: 8.0.0-M3...8.0.0-M4
8.0.0-M3
What's Changed
- update release action to check suffix is not specified for a release or patch by @dev-mlb in #536
- Moving XMLCodec constants to their own classes by @sambish5 in #531
- remove windows support by @dev-mlb in #255
- Removing * import from UnixFilePlace by @sambish5 in #543
- Add ability to deny service proxy values for places by @aL118 in #505
- Migrate HttpClient from 4.x to 5.x by @fbruton in #532
- sonarlint :: command.converter package by @dev-mlb in #268
- UI :: updates the navbar code for the ui by @dev-mlb in #224
- update super linter to version 5.2.1 by @dev-mlb in #540
- XmlCodec ElementDecoder instances made private and clean API by @sambish5 in #542
- revert super-linter reference by @jpdahlke in #548
Full Changelog: 8.0.0-M2...8.0.0-M3
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