Skip to content

Commit 3e09b7b

Browse files
committed
Merge remote-tracking branch 'upstream/main' into SOLR-18085
2 parents 7ae3d99 + d89a35c commit 3e09b7b

File tree

48 files changed

+1953
-177
lines changed

Some content is hidden

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

48 files changed

+1953
-177
lines changed

.github/workflows/bin-solr-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818
timeout-minutes: 40
1919

20-
env:
21-
DEVELOCITY_ACCESS_KEY: ${{ secrets.SOLR_DEVELOCITY_ACCESS_KEY }}
22-
2320
steps:
2421
- name: Checkout code
2522
uses: actions/checkout@v5

.github/workflows/docker-nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Nightly Docker Build & Publish
22

3+
# Note: This GHA workflow is unique in that it's not for PRs. Solr's *non*-PR CI workflows are
4+
# handled by Jenkins, but ASF's Jenkins is not equipped to build a multi-platform Docker image.
5+
36
on:
47
schedule:
58
# Run daily at 2 AM UTC

.github/workflows/docker-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
env:
2121
SOLR_DOCKER_IMAGE_REPO: github-pr/solr
2222
SOLR_DOCKER_IMAGE_TAG: ${{github.event.number}}
23-
DEVELOCITY_ACCESS_KEY: ${{ secrets.SOLR_DEVELOCITY_ACCESS_KEY }}
2423

2524
steps:
2625
- name: Checkout code

.github/workflows/gradle-extraction-check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 15
1717

18-
env:
19-
DEVELOCITY_ACCESS_KEY: ${{ secrets.SOLR_DEVELOCITY_ACCESS_KEY }}
20-
2118
steps:
2219
- name: Checkout code
2320
uses: actions/checkout@v5

.github/workflows/gradle-precommit.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
timeout-minutes: 15
1414

15-
env:
16-
DEVELOCITY_ACCESS_KEY: ${{ secrets.SOLR_DEVELOCITY_ACCESS_KEY }}
17-
1815
steps:
1916
- name: Checkout code
2017
uses: actions/checkout@v5

.github/workflows/solrj-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 15
1717

18-
env:
19-
DEVELOCITY_ACCESS_KEY: ${{ secrets.SOLR_DEVELOCITY_ACCESS_KEY }}
20-
2118
steps:
2219
- name: Checkout code
2320
uses: actions/checkout@v5
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# See https://github.com/apache/solr/blob/main/dev-docs/changelog.adoc
2+
title: Remove deprecated streamFunctions in GraphHandler for registering streaming expressions.
3+
type: removed # added, changed, fixed, deprecated, removed, dependency_update, security, other
4+
authors:
5+
- name: Eric Pugh
6+
links:
7+
- name: PR#4100
8+
url: https://github.com/apache/solr/pull/4100
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
title: New StrFloatLateInteractionVectorField suitable for re-ranking documents using multi-vector values for late interaction models
2+
type: added
3+
authors:
4+
- name: hossman
5+
links:
6+
- name: SOLR-17975
7+
url: https://issues.apache.org/jira/browse/SOLR-17975
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# See https://github.com/apache/solr/blob/main/dev-docs/changelog.adoc
2+
title: Initialization of tracing spans has moved to TracingFilter
3+
type: other # added, changed, fixed, deprecated, removed, dependency_update, security, other
4+
authors:
5+
- name: Gus Heck
6+
links:
7+
- name: SOLR-18047
8+
url: https://issues.apache.org/jira/browse/SOLR-18047
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# See https://github.com/apache/solr/blob/main/dev-docs/changelog.adoc
2+
title: CrossDC - support arbitrary Kafka properties
3+
type: added # added, changed, fixed, deprecated, removed, dependency_update, security, other
4+
authors:
5+
- name: Andrzej Bialecki
6+
nick: ab
7+
links:
8+
- name: SOLR-18062
9+
url: https://issues.apache.org/jira/browse/SOLR-18062

0 commit comments

Comments
 (0)