Michael McCandless
af9a2b9803
Add simple tool to diff entries in lucene's CHANGES.txt that should be identical ( #12860 )
...
* add simple tool to diff entries in lucene's CHANGES.txt that should be identical
* remove temporary debugging code
2024-07-22 11:37:34 -04:00
Ignacio Vera
b737c5f707
DOAP changes for release 9.11.1
2024-06-27 15:40:55 +02:00
Dawid Weiss
ff3fe75adb
Add build-tools to smoke tester's expect list. #13484
2024-06-18 10:33:53 +02:00
Dawid Weiss
bff0b1daee
Smoke tester should no longer expect versions.props and look for versions.toml instead. #13484
2024-06-18 10:17:38 +02:00
Dawid Weiss
04def26289
Smoke tester should no longer expect buildSrc at the top level. #13484
2024-06-18 09:57:19 +02:00
Dawid Weiss
dc287862dd
Gradle build: cleanup of dependency resolution and consolidation of dependency versions ( #13484 )
2024-06-17 09:49:21 +02:00
Benjamin Trent
2d62faa4bb
Add int8_hnsw backcompat index creawtion to dev tools scripts ( #13465 )
2024-06-07 09:24:20 -04:00
Benjamin Trent
61a6abd857
DOAP changes for release 9.11.0
2024-06-06 10:23:04 -04:00
Uwe Schindler
e6dac3400d
Improve MissingDoclet linter to check records correctly ( #13332 )
...
Improve MissingDoclet linter to check records correctly:
- exclude default ctors
- exclude accessor methods (like with enums)
- on "method" level checking also check that every record component has an @param tag
2024-04-30 18:00:06 +02:00
Uwe Schindler
8c4ec1dbef
Convert IOContext, MergeInfo, and FlushInfo to record classes ( #13205 )
2024-03-26 12:27:51 +01:00
Uwe Schindler
8f17f23acf
Bump minimum required Java version to 21 ( #12753 )
...
Co-authored-by: ChrisHegarty <chegar999@gmail.com>
Co-authored-by: Dawid Weiss <dawid.weiss@carrotsearch.com>
Co-authored-by: Robert Muir <rmuir@apache.org>
2024-02-29 12:16:29 +01:00
Uwe Schindler
e7d2bd48a6
Revert "Merge branch 'java_21' of https://github.com/ChrisHegarty/lucene into main"
...
This reverts commit a356fc1e23
, reversing
changes made to 7b01f2f516
.
2024-02-29 11:58:40 +01:00
Uwe Schindler
a356fc1e23
Merge branch 'java_21' of https://github.com/ChrisHegarty/lucene into main
2024-02-28 23:59:01 +01:00
Dawid Weiss
390c109e67
Add a nightly workflow to run and verify buildAndPushRelease.py and smokeTestRelease.py ( #13141 )
2024-02-28 11:49:39 +01:00
Uwe Schindler
bfa64b0725
Merge branch 'main' into java_21
2024-02-27 13:42:36 +01:00
Stefan Vodita
42269203cc
Allow multiple JDKs in smoke test ( #13139 )
...
Allow multiple JDKs in smoke test
Remove special handling for JDK 17/19
Consolidate base version into a single constant
Handle version checks and logs
2024-02-27 12:12:20 +00:00
Robert Muir
738d661b94
fix smoketester
2024-02-24 15:11:24 -05:00
Robert Muir
3d7c88e695
fix release wizard
2024-02-24 15:08:11 -05:00
Adrien Grand
13d561af1d
Fix bw index generation logic.
2024-02-20 22:14:06 +01:00
Adrien Grand
47b02dba1e
DOAP changes for release 9.10.0
2024-02-20 18:17:14 +01:00
Simon Willnauer
c9e4434cc3
Fix addBackcompatIndexes.py to properly generate missing versions ( #13095 )
...
In #13046 several changes broke the addBackcompatIndexes.py script
to properly add and test the unreleased version. This updates the
script to again properly add the new version.
Closes #13094
Co-authored-by: Dawid Weiss <dawid.weiss@carrotsearch.com>
2024-02-14 21:58:30 +01:00
Uwe Schindler
2639aea5dd
Change the links to Lucene's homepage in the DOAP file to https:// ( #13097 )
2024-02-13 14:19:33 +01:00
Houston Putman
01ed004e94
Fix positioning of 8.11.3 DOAP RDF entry
2024-02-08 18:49:11 -05:00
Houston Putman
06101aa85d
Add 8.11.3 release to DOAP RDF file
2024-02-08 18:43:48 -05:00
Simon Willnauer
8d9290ca36
Modernize BWC testing with parameterized tests ( #13046 )
...
This change modernizes the BWC tests to leverage RandomizedRunners Parameterized Tests that allow us to have more structured and hopefully more extendible BWC tests in the future. This change doesn't add any new tests but tries to make the ones we have more structured and support growth down the road.
Basically, every index type got it's own Test class that doesn't require to loop over all the indices in each test. Each test case is run with all versions specified. Several sanity checks are applied in the base class to make individual tests smaller and much easier to read.
Co-authored-by: Michael McCandless <lucene@mikemccandless.com>
Co-authored-by: Adrien Grand <jpountz@gmail.com>
2024-01-31 15:27:56 +01:00
ChrisHegarty
c40ad6a065
DOAP changes for release 9.9.2
2024-01-29 15:27:35 +00:00
sabi0
78b4f75a2c
Replace .collect(toList()) with .toList() and misc. code cleanups ( #12978 )
2023-12-30 17:04:11 +01:00
sabi0
9c9949b2bc
Remove unused imports ( #12970 )
2023-12-28 19:28:24 +01:00
ChrisHegarty
1f1d0735c8
DOAP changes for release 9.9.1
2023-12-16 22:55:20 +00:00
Jakub Slowinski
3965319441
Attempting to clean up some remaining Solr references ( #12939 )
...
* Attempting to clean up some remaining Solr references
* Update gradle/help.gradle
Co-authored-by: Dawid Weiss <dawid.weiss@gmail.com>
---------
Co-authored-by: Dawid Weiss <dawid.weiss@gmail.com>
2023-12-14 06:02:16 -05:00
ChrisHegarty
8324a890fe
Fix doap 9.9.0 revision
2023-12-13 09:18:51 +00:00
ChrisHegarty
f5059231a8
DOAP changes for release 9.9.0
2023-12-13 08:52:56 +00:00
Robert Muir
c28d174cd7
script to run microbenchmarks across different ec2 instance types ( #12787 )
2023-11-10 12:31:10 -05:00
Michael Sokolov
4c9e241db3
Remove or repurpose obsolete JIRA tasks from release wizard ( #11833 )
2023-11-02 13:49:52 -04:00
Jan Høydahl
5f1c726807
ReleaseWizard - Upgrade 'consolemenu' dependency to v0.7.1 ( #11855 )
...
Ported from https://github.com/apache/solr/pull/1020
Also pin python versions in requirements.txt to avoid unexpected incompatibilties in the future
Co-authored-by: Jan Høydahl <janhoy@users.noreply.github.com>
2023-11-02 07:42:45 -04:00
Patrick Zhai
33a3af4260
Add a little bit more hint to releaseWizard
2023-10-09 17:05:23 -03:00
Luca Cavanna
1dd05c89b0
Add missing create github release step to release wizard ( #12607 )
...
The "create github release" step was missing from the release wizard. We have forgotten about it a few times recently.
While at it, I also expanded the instructions around closing the current milestone and moved them after removing opened issues / PRs from the current milestone.
2023-10-02 19:59:23 +02:00
Patrick Zhai
f01f3679bb
DOAP changes for release 9.8.0
2023-09-28 11:34:29 -07:00
Adrien Grand
edc2cf5cd1
DOAP changes for release 9.7.0
2023-06-26 11:05:46 +02:00
Alan Woodward
dcbf7523a1
DOAP changes for release 9.6.0
2023-05-10 08:36:53 +01:00
Uwe Schindler
8564da434d
Generate gradle.properties from gradlew ( #12131 )
...
* SOLR-16641 - Generate gradle.properties from gradlew (#1320 )
* Adapt for Lucene
* Remove localSettings from smoker; thanks @colvinco
* Print properties at end for debugging
* Add CHANGES.txt entry
---------
Co-authored-by: Colvin Cowie <colvin.cowie.dev@gmail.com>
Co-authored-by: Colvin Cowie <51863265+colvinco@users.noreply.github.com>
2023-02-06 19:47:15 +01:00
Luca Cavanna
d7d07c453f
Release wizard: update folder name in stage artifacts command ( #12117 )
2023-02-01 10:47:32 +01:00
Luca Cavanna
102a4de32f
DOAP changes for release 9.5.0
2023-01-30 15:30:35 +01:00
Michael Gibney
832552e0ac
buildAndPushRelease should optionally pause before assembleRelease ( #12095 )
2023-01-23 16:39:10 -05:00
Michael Gibney
fa5dcbad9f
update releaseWizard.py to support offline gpg key ( #12085 )
...
porting analogous change from solr: https://github.com/apache/solr/pull/1288
2023-01-19 14:41:35 +01:00
Adrien Grand
f5ea0412eb
Replace JIRA release instructions with GitHub. ( #11968 )
2022-12-27 11:08:46 +01:00
Adrien Grand
469547e909
No longer announce releases on general@l.a.o. ( #11967 )
...
This mailing-list is deprecated.
2022-11-23 10:55:58 +01:00
Adrien Grand
0e0a20d88e
DOAP changes for release 9.4.2
2022-11-22 15:18:29 +01:00
Dawid Weiss
af28352d31
Create proper relative upload path for maven artifacts, check for sanity of groupId and relative path #11329
2022-11-22 08:16:16 +01:00
Dawid Weiss
e78210b7f0
Add self-contained artifact upload script for apache nexus ( #11329 ) ( #11947 )
2022-11-18 18:58:06 +01:00