-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update lucene to 9.4.0 * fix: quarkus-lucene outdated override * chore: deps and changelog
- Loading branch information
1 parent
26c5a80
commit 89b947d
Showing
11 changed files
with
42 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,26 +4,26 @@ on: | |
push: | ||
|
||
env: | ||
CLOJURE_VERSION: '1.11.1.1155' | ||
BABASHKA_VERSION: '0.9.161' | ||
CLOJURE_VERSION: '1.11.1.1165' | ||
BABASHKA_VERSION: '1.0.164' | ||
|
||
jobs: | ||
unit-test: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3.0.2 | ||
- uses: actions/checkout@v3.1.0 | ||
|
||
- name: Cache maven deps | ||
uses: actions/[email protected].7 | ||
uses: actions/[email protected].11 | ||
with: | ||
path: ~/.m2/repository | ||
key: ${{ runner.os }}-maven-${{ hashFiles('**/deps.edn') }} | ||
restore-keys: | | ||
${{ runner.os }}-maven- | ||
- name: Prepare java | ||
uses: actions/setup-java@v3.4.1 | ||
uses: actions/setup-java@v3.6.0 | ||
with: | ||
distribution: 'zulu' | ||
java-version: 17 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{:paths ["src"] | ||
:deps {org.apache.lucene/lucene-core {:mvn/version "9.3.0"} | ||
org.apache.lucene/lucene-analysis-common {:mvn/version "9.3.0"}}} | ||
:deps {org.apache.lucene/lucene-core {:mvn/version "9.4.0"} | ||
org.apache.lucene/lucene-analysis-common {:mvn/version "9.4.0"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
modules/lucene-monitor-helpers/java/org/apache/lucene/store/MMapDirectoryReplacementJDK.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package org.apache.lucene.store; | ||
|
||
/** | ||
* The class to override quarkus-lucene class | ||
*/ | ||
final class MMapDirectoryReplacementJDK { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{:paths ["src"] | ||
:deps {org.apache.lucene/lucene-core {:mvn/version "9.3.0"} | ||
org.apache.lucene/lucene-analysis-stempel {:mvn/version "9.3.0"}}} | ||
:deps {org.apache.lucene/lucene-core {:mvn/version "9.4.0"} | ||
org.apache.lucene/lucene-analysis-stempel {:mvn/version "9.4.0"}}} |