clayburn opened a new pull request, #868:
URL: https://github.com/apache/unomi/pull/868
## Summary
Update the two Gradle build extensions that publish build scans to
develocity.apache.org. Both were added in October 2025 and have not been
updated
since.
## What changed
* Develocity Maven extension: 2.1 to 2.5.0
* Common Custom User Data Maven extension: 2.0.6 to 2.4.0
develocity.apache.org runs Develocity 2026.2, which supports Develocity Maven
extension versions up to 2.5.0. Common Custom User Data 2.4.0 is built
against
Develocity Maven extension 2.5.0, so the two versions match.
## Test plan
- [x] `./build.sh --integration-tests` passes locally on JDK 17: 88/88
modules, 954 goals,
unit tests plus 345 integration tests, 0 failures and 0 errors.
- [x] Confirmed Maven resolves and loads both new extension versions, with
no compatibility warning.
- [ ] CI also runs the OpenSearch integration test leg. The local run used
Elasticsearch.
No Unomi behavior changes, so no integration tests are added.
## References
UNOMI-985
----
- [x] Make sure there is a [JIRA
issue](https://issues.apache.org/jira/browse/UNOMI-985) filed for the change
- [x] Format the pull request title like `[UNOMI-XXX] - Title of the pull
request`
- [ ] Provide integration tests for your changes - not applicable, see Test
plan
- [x] Write a pull request description that is detailed enough to understand
what the pull request does, how, and why
- [x] Run `mvn clean install -P integration-tests` - ran the project
equivalent `./build.sh --integration-tests`, green
- [x] I hereby declare this contribution to be licenced under the [Apache
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]