Skip to content

Commit

Permalink
Merge pull request #17 from zazuko/jena-4-10
Browse files Browse the repository at this point in the history
Upgrade to Jena 4.10.0
  • Loading branch information
ludovicm67 authored Nov 13, 2023
2 parents 96fecb7 + 6237906 commit 5f538fd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-planets-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuseki-geosparql": minor
---

Upgrade Apache Jena to 4.10.0
9 changes: 9 additions & 0 deletions .changeset/soft-geese-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"fuseki-geosparql": patch
---

Upgrade various components in the Docker image:

- Alpine to 3.18.4
- Maven to 3.9.5 (only at `builder` stage)
- OpenTelemetry Java instrumentation to 1.31.0
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# manage tools versions
ARG ALPINE_VERSION="3.18.2"
ARG JENA_VERSION="4.9.0"
ARG OTEL_VERSION="1.25.1"
ARG MAVEN_VERSION="3.8.7"
ARG ALPINE_VERSION="3.18.4"
ARG JENA_VERSION="4.10.0"
ARG OTEL_VERSION="1.31.0"
ARG MAVEN_VERSION="3.9.5"

# configure some paths, names and args
ARG FUSEKI_HOME="/opt/fuseki"
Expand All @@ -15,7 +15,7 @@ ARG JDEPS_EXTRA="jdk.crypto.cryptoki,jdk.crypto.ec,jdk.httpserver"
###########################################################
# Build Fuseki from sources and include GeoSPARQL support #
###########################################################
FROM --platform=${BUILDPLATFORM} "docker.io/library/maven:${MAVEN_VERSION}-openjdk-18-slim" AS builder
FROM --platform=${BUILDPLATFORM} "docker.io/library/maven:${MAVEN_VERSION}-eclipse-temurin-17" AS builder
ARG JENA_VERSION
ARG OTEL_VERSION
ARG FUSEKI_HOME
Expand Down
2 changes: 1 addition & 1 deletion patches/enable-geosparql.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index 84c9e28..7e4bc29 100644
+ <dependency>
+ <groupId>org.apache.jena</groupId>
+ <artifactId>jena-geosparql</artifactId>
+ <version>4.9.0</version>
+ <version>4.10.0</version>
+ </dependency>
+
<dependency>
Expand Down

0 comments on commit 5f538fd

Please sign in to comment.