You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/10/31 09:51:07 UTC

[lucene] branch main updated (84a4797 -> 1d152c5)

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git.


    from 84a4797  Apply query score conversion to vector similarities in SimpleTextKnnVectorReader
     add bcdfc4c  LUCENE-10192: drop third party jars from the binary distribution.
     add fda47a2  LUCENE-10192: Flatten the modules into a single jar folder to allow --module-path to be used. So much simpler.'
     add 39d3883  LUCENE-10192: Move the test framework to a separate top-level folder. I'm not even sure it really needs to be in the binary distribution but it is distinctively different from the rest of the modules.
     add 627ef4d  LUCENE-9978: Integrate Luke with the binary release package.
     add 7f70079  LUCENE-10192: No need for hacky classpath, add the log4j module to the root set. Automatic modules have access to all other modules by default.
     add 6d8ea58  LUCENE-10200: Rename pddl-10.txt to reference glove.
     add d23f37d  LUCENE-10200: The branch does not have to be on origin remote. Replace this logic with a check whether the branch is up to date with the remote.
     add 01839da  LUCENE-10192: Adjust checks to the new binary file structure.
     add ded915b  LUCENE-10192: Use modules instead of classpath for binary distribution testing.
     add 98b1795  LUCENE-10213:  Use unicode escapes in message property files in Luke (remove hacks)
     new 1d152c5  LUCENE-10192: drop jars from binary distribution and an aggregate merge of related minor tasks.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dev-tools/scripts/buildAndPushRelease.py           |  11 +-
 dev-tools/scripts/smokeTestRelease.py              |  26 +-
 gradle/validation/jar-checks.gradle                |   3 +-
 .../org/apache/lucene/demo/knn/package-info.java   |   7 +-
 lucene/distribution/binary-artifacts.gradle        |  73 ----
 lucene/distribution/binary-release.gradle          |  81 ++--
 lucene/distribution/build.gradle                   |   1 -
 lucene/distribution/src/binary-release/README.md   |  14 +-
 .../src/binary-release/bin/luke.cmd}               |  15 +-
 .../src/binary-release/bin/luke.sh}                |  13 +-
 .../{pddl-10.txt => glove-LICENSE-PDDL.txt}        | 417 +++++++++++----------
 lucene/luke/bin/luke.sh                            |  33 --
 lucene/luke/build.gradle                           |  12 +-
 lucene/luke/src/distribution/README.md             |   8 +
 .../lucene/luke/app/desktop/util/MessageUtils.java |  23 +-
 .../luke/app/desktop/messages/messages.properties  |   3 +
 16 files changed, 320 insertions(+), 420 deletions(-)
 delete mode 100644 lucene/distribution/binary-artifacts.gradle
 rename lucene/{luke/bin/luke.bat => distribution/src/binary-release/bin/luke.cmd} (64%)
 copy lucene/{analysis/kuromoji/src/resources/META-INF/services/org.apache.lucene.analysis.CharFilterFactory => distribution/src/binary-release/bin/luke.sh} (69%)
 rename lucene/licenses/{pddl-10.txt => glove-LICENSE-PDDL.txt} (98%)
 delete mode 100755 lucene/luke/bin/luke.sh

[lucene] 01/01: LUCENE-10192: drop jars from binary distribution and an aggregate merge of related minor tasks.

Posted by dw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 1d152c5f6700495420787a4b0b3167925809e3ec
Merge: 84a4797 98b1795
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Sun Oct 31 10:50:11 2021 +0100

    LUCENE-10192: drop jars from binary distribution and an aggregate merge of related minor tasks.

 dev-tools/scripts/buildAndPushRelease.py           |  11 +-
 dev-tools/scripts/smokeTestRelease.py              |  26 +-
 gradle/validation/jar-checks.gradle                |   3 +-
 .../org/apache/lucene/demo/knn/package-info.java   |   7 +-
 lucene/distribution/binary-artifacts.gradle        |  73 ----
 lucene/distribution/binary-release.gradle          |  81 ++--
 lucene/distribution/build.gradle                   |   1 -
 lucene/distribution/src/binary-release/README.md   |  14 +-
 .../src/binary-release/bin/luke.cmd}               |  15 +-
 .../src/binary-release}/bin/luke.sh                |  18 +-
 .../{pddl-10.txt => glove-LICENSE-PDDL.txt}        | 417 +++++++++++----------
 lucene/luke/build.gradle                           |  12 +-
 lucene/luke/src/distribution/README.md             |   8 +
 .../lucene/luke/app/desktop/util/MessageUtils.java |  23 +-
 .../luke/app/desktop/messages/messages.properties  |   3 +
 15 files changed, 314 insertions(+), 398 deletions(-)