Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	Dockerfile
#	pom.xml
  • Loading branch information
ghsnd committed Oct 10, 2022
2 parents 836a329 + 834d4e3 commit 9d52ee7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.4.1] - 2022-09-03
## [2.4.2] - 2022-10-10

### Fixed
* The stand-alone docker image was based on a x86 architecture only. Now others are supported as well.

### Changed
* Updated Function Agent to v0.2.1

## [2.4.1] - 2022-10-03

### Added
* Possibility to run stand-alone, with Flink embedded.
Expand Down Expand Up @@ -205,3 +213,4 @@ can be set with the program argument `--baseIRI`.
[2.3.0]: https://github.com/RMLio/RMLStreamer/compare/v2.2.2...v2.3.0
[2.4.0]: https://github.com/RMLio/RMLStreamer/compare/v2.3.0...v2.4.0
[2.4.1]: https://github.com/RMLio/RMLStreamer/compare/v2.4.0...v2.4.1
[2.4.2]: https://github.com/RMLio/RMLStreamer/compare/v2.4.1...v2.4.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:19_36-jre-alpine
FROM eclipse-temurin:19-jre
RUN mkdir /opt/app
COPY target/RMLStreamer-*.jar /opt/app/RMLStreamer.jar
ENTRYPOINT ["java", "-jar", "/opt/app/RMLStreamer.jar"]
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SOFTWARE.

<groupId>io.rml</groupId>
<artifactId>RMLStreamer</artifactId>
<version>2.4.1</version>
<version>2.4.2</version>
<packaging>jar</packaging>

<name>RMLStreamer</name>
Expand Down Expand Up @@ -387,7 +387,7 @@ SOFTWARE.
<dependency>
<groupId>com.github.FnOio</groupId>
<artifactId>function-agent-java</artifactId>
<version>v0.2.0</version>
<version>v0.2.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.jena</groupId>
Expand Down

0 comments on commit 9d52ee7

Please sign in to comment.