Skip to content

Commit 4a0048f

Browse files
authored
Merge pull request #80 from kbss-cvut/development
[0.15.2] Release
2 parents 28836e5 + 74017d1 commit 4a0048f

File tree

245 files changed

+384
-242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+384
-242
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions

header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
JB4JSON-LD
2-
Copyright (C) 2024 Czech Technical University in Prague
2+
Copyright (C) 2025 Czech Technical University in Prague
33

44
This library is free software; you can redistribute it and/or
55
modify it under the terms of the GNU Lesser General Public

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>cz.cvut.kbss.jsonld</groupId>
88
<artifactId>jb4jsonld</artifactId>
9-
<version>0.15.1</version>
9+
<version>0.15.2</version>
1010
<name>JB4JSON-LD</name>
1111
<description>Java Binding for JSON-LD allows serialization and deserialization of Java POJOs to/from JSON-LD.
1212
This is the core implementation, which has to be integrated with Jackson, Jersey etc.
@@ -19,12 +19,12 @@
1919
<maven.compiler.source>${java.version}</maven.compiler.source>
2020
<maven.compiler.target>${java.version}</maven.compiler.target>
2121

22-
<cz.cvut.kbss.jopa.version>2.2.1</cz.cvut.kbss.jopa.version>
22+
<cz.cvut.kbss.jopa.version>2.3.1</cz.cvut.kbss.jopa.version>
2323

2424
<org.junit.jupiter.version>5.11.0</org.junit.jupiter.version>
2525
<org.mockito.version>5.12.0</org.mockito.version>
26-
<ch.qos.logback.version>1.5.7</ch.qos.logback.version>
27-
<org.eclipse.rdf4j.version>5.0.3</org.eclipse.rdf4j.version>
26+
<ch.qos.logback.version>1.5.18</ch.qos.logback.version>
27+
<org.eclipse.rdf4j.version>5.1.3</org.eclipse.rdf4j.version>
2828
</properties>
2929

3030
<dependencies>

src/main/java/cz/cvut/kbss/jsonld/ConfigParam.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JB4JSON-LD
3-
* Copyright (C) 2024 Czech Technical University in Prague
3+
* Copyright (C) 2025 Czech Technical University in Prague
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/main/java/cz/cvut/kbss/jsonld/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JB4JSON-LD
3-
* Copyright (C) 2024 Czech Technical University in Prague
3+
* Copyright (C) 2025 Czech Technical University in Prague
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/main/java/cz/cvut/kbss/jsonld/JsonLd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JB4JSON-LD
3-
* Copyright (C) 2024 Czech Technical University in Prague
3+
* Copyright (C) 2025 Czech Technical University in Prague
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/main/java/cz/cvut/kbss/jsonld/annotation/JsonLdAttributeOrder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JB4JSON-LD
3-
* Copyright (C) 2024 Czech Technical University in Prague
3+
* Copyright (C) 2025 Czech Technical University in Prague
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/main/java/cz/cvut/kbss/jsonld/annotation/JsonLdProperty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JB4JSON-LD
3-
* Copyright (C) 2024 Czech Technical University in Prague
3+
* Copyright (C) 2025 Czech Technical University in Prague
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/main/java/cz/cvut/kbss/jsonld/common/BeanAnnotationProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JB4JSON-LD
3-
* Copyright (C) 2024 Czech Technical University in Prague
3+
* Copyright (C) 2025 Czech Technical University in Prague
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/main/java/cz/cvut/kbss/jsonld/common/BeanClassProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JB4JSON-LD
3-
* Copyright (C) 2024 Czech Technical University in Prague
3+
* Copyright (C) 2025 Czech Technical University in Prague
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)