Skip to content

Releases: usgs/warc-iridium-sbd-decoder

2.3.0

15 Jun 13:55
4af3c48
Compare
Choose a tag to compare

2.3.0 - 2023-06-15

  • Update com.google.guava 31.0.1-jre -> 32.0.0-jre

2.2.0

10 Jan 15:02
af1dd97
Compare
Choose a tag to compare

2.2.0 - 2022-01-04

  • Explicitly specify property log4j2.version 2.17.1
  • Update Spring Boot to 2.6.2

2.1.2

20 Dec 13:22
319e417
Compare
Choose a tag to compare

2.1.2 - 2021-12-20

  • Explicitly specify property log4j2.version 2.17.0
  • Explicitly specify property logback.version 1.2.9

2.1.1

15 Dec 15:57
98ef844
Compare
Choose a tag to compare

2.1.1 - 2021-12-15

  • Explicitly specify property log4j2.version 2.16.0

2.1.0

13 Dec 16:27
Compare
Choose a tag to compare

2.1.0 - 2021-12-13

  • Explicitly specify property log4j2.version 2.15.0
  • Update Spring Boot to 2.6.1
  • com.github.spotbugs:spotbugs-maven-plugin 4.0.4 -> 4.2.3
  • com.google.guava:guava 29.0-jre -> 31.0.1-jre
  • com.h3xstream.findsecbugs:findsecbugs-plugin 1.10.1 -> 1.11.0
  • Add org.springframework.batch:spring-batch-test
  • Migrate JUnit tests and annotations for Junit Jupiter

2.0.0

25 Sep 18:14
333a6ef
Compare
Choose a tag to compare

2.0.0 - 2020-09-25

  • Migrate to Java 11 release
  • Update Spring Boot to 2.3.4.RELEASE
  • com.github.spotbugs:spotbugs-maven-plugin 4.0.0 -> 4.0.4
  • org.eclipse.jdt:org.eclipse.jdt.annotation 2.2.400 -> 2.2.600
  • Remove unused/unecessary natures and build specs from .project
  • Remove argLine for forked booter (https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class)
  • Update .classpath files for Java 11
  • Removed unused/unnecessary preferences in .settings
  • Add spotbugs-exclude.xml file

1.5.0

25 Sep 18:18
a357f5e
Compare
Choose a tag to compare

1.5.0 - 2020-05-29

  • Integration of SpotBugs and address potential bugs reported
  • Integration of FindSecBugs plugin into SpotBugs and address potential bugs reported
  • Use ${revision} and ${changelist} in version string
  • Update to Spring Boot 2.3.0
  • Specify groupId for maven-compiler-plugin
  • Specify version for maven-compiler-plugin and maven-surefire-plugin in .domain
  • Update .project files for changes in
  • Update travel.yml to 'install verify' instead of 'clean install', remove openjdk11 build
  • Add findbugs preference files

1.4.0

25 Sep 18:18
Compare
Choose a tag to compare

1.4.0 - 2020-04-22

  • Update to Spring Boot 2.2.6
  • Update to Guava 29.0
  • Update to JDT Annotation 2.2.400

1.3.0

30 Sep 13:44
9588811
Compare
Choose a tag to compare

1.3.0 - 2019-09-24

  • Update the getPayloadDecoder method so that the type name is included

1.2.1

25 Sep 18:17
5a07b2a
Compare
Choose a tag to compare

1.2.1 - 2019-03-27

  • Remove premature byte check for pseudobinary b format in SbdParser
  • Update PseudobinaryBPayloadDecoder to use a queue, be able to decode even if all expected types aren't present, and to be sensitive to "NaN" values