Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync master into dev #551

Merged
merged 3 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk: [17]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
if: needs.find_changes.outputs.core == 'true'
strategy:
matrix:
jdk: [17]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand All @@ -157,7 +157,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true' || needs.find_changes.outputs.backend == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true' || needs.find_changes.outputs.backend == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk: [17]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
if: needs.find_changes.outputs.core == 'true'
strategy:
matrix:
jdk: [17]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand All @@ -148,7 +148,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true' || needs.find_changes.outputs.backend == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true' || needs.find_changes.outputs.backend == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.the-qa-company</groupId>
<artifactId>qendpoint-parent</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>

<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions qendpoint-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>qendpoint-backend</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>

<packaging>jar</packaging>

Expand All @@ -15,7 +15,7 @@
<parent>
<groupId>com.the-qa-company</groupId>
<artifactId>qendpoint-parent</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</parent>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions qendpoint-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>qendpoint-cli</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>

<name>qendpoint package</name>
<description>Package of the qendpoint.</description>
Expand All @@ -11,7 +11,7 @@
<parent>
<groupId>com.the-qa-company</groupId>
<artifactId>qendpoint-parent</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions qendpoint-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>qendpoint-core</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>

<packaging>jar</packaging>

Expand All @@ -27,7 +27,7 @@
<parent>
<groupId>com.the-qa-company</groupId>
<artifactId>qendpoint-parent</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</parent>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions qendpoint-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>qendpoint</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>

<packaging>jar</packaging>

Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.the-qa-company</groupId>
<artifactId>qendpoint-parent</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</parent>

<licenses>
Expand Down
7 changes: 4 additions & 3 deletions release/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- cache constants in query optimiser (#527)
- update spring to 3.4.0 (#518)
- remove rdf4j solr from the backend dependencies (#518)
- show lucene indexes names when loading (#537)
- send HTTP 400 with bad query (#384)
- update commons-compress to 1.26.0 and remove protobuf from mvn (#549)
- cache superblock locations (#528)
5 changes: 5 additions & 0 deletions release/RELEASE.md_old
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 2.3.0

- cache constants in query optimiser (#527)
- update spring to 3.4.0 (#518)
- remove rdf4j solr from the backend dependencies (#518)
## Version 2.2.0

- update rdf4j to 5.1.0
Expand Down
Loading