rishabhdaim commented on PR #3085: URL: https://github.com/apache/jackrabbit-oak/pull/3085#issuecomment-5507951428
This PR changed classes in `org.apache.jackrabbit.oak.plugins.index.elastic.query` and `org.apache.jackrabbit.oak.plugins.index.elastic.util` (e.g. lazy provisioning changes to `ElasticIndexWriter`/`ensureProvisioned()`), but the `@Version` in the corresponding `package-info.java` files was not bumped. Both packages are still declared as `2.4.1`, while the OSGi baseline check (comparing against the last released `2.6.0` jar) now computes `2.6.1` as required for both: ``` [ERROR] org.apache.jackrabbit.oak.plugins.index.elastic.query: Version increase required; detected 2.4.1, suggested 2.6.1 [ERROR] org.apache.jackrabbit.oak.plugins.index.elastic.util: Version increase required; detected 2.4.1, suggested 2.6.1 ``` This breaks `mvn install`/`verify` for `oak-search-elastic` for anyone building on trunk today. Could we get a follow-up bumping both `@Version` annotations to `2.6.1`? -- 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]
