[
https://issues.apache.org/jira/browse/AVRO-3701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17675561#comment-17675561
]
Christophe Le Saec commented on AVRO-3701:
------------------------------------------
Hi [~iemejia],
this [PR|https://github.com/apache/avro/pull/2053] is failing on Maven4 github
action with
{noformat}
Error: Unknown packaging: bundle @ org.xerial.snappy:snappy-java:1.1.8.4,
/home/runner/.m2/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.pom,
line 6, column 16
{noformat}
See
[here|https://github.com/apache/avro/actions/runs/3892852569/jobs/6644755689]
line 3236.
And i didn't touch any maven file on this PR, nor snappy package.
As maven 4 is still in alpha version (4.0.0-alpha-3) shouldn't we deactivate
github action on it while it's not on final version ?
> Add github action to validate maven 4 build compatibility
> ---------------------------------------------------------
>
> Key: AVRO-3701
> URL: https://issues.apache.org/jira/browse/AVRO-3701
> Project: Apache Avro
> Issue Type: Test
> Components: build
> Reporter: Ismaël Mejía
> Assignee: Ismaël Mejía
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.12.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> We can validate in advance compatility with Maven 4 for a future migration.
> We can also validate with the new [maven build cache
> extension|https://maven.apache.org/extensions/maven-build-cache-extension/]
> that brings big improvements into the build via smart caching of build
> artifacts and results.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)