Skip to content

Releases: PavlidisLab/baseCode

1.1.2

14 Dec 23:00
Compare
Choose a tag to compare

This patch release prevents transitive dependency on Log4j 1.2 through Jena which contains known security vulnerabilities.

You might still have to import Log4j 1.2 in your final project, and we suggest using the Log4j 1.2 compatibility API provided by Log4j 2 to that end:

<dependency>
  <groupId>org.apache.logging.log4j</groupId>
  <artifactId>log4j-1.2-api</artifactId>
  <version>${log4j2.version}</version>
</dependency>

1.1.1

14 Dec 23:04
Compare
Choose a tag to compare

Fix a NullPointerException in ontology term children URI which occurs for blank nodes.

1.1

23 Nov 23:13
Compare
Choose a tag to compare
1.1

This release was long overdue. I'm including here some of the work that was done since the 1.0.30.

  • use fixed locale for number formatting (helps us a long way in standardizing this in PavlidisLab/Gemma#182)
  • new counting strategy for nearly identical values that ignore NAs
  • dependencies update and sync with Gemma