Hi, after trying to work with Apache POI 5.4.0-SNAPSHOT a bit more I think I found an issue with the new XmlBeans 5.3.0 builds:
There is now a dependency on "log4j-bom", but as normal "jar"-dependency, i.e. not of type "bom". When using a snapshot build of Apache POI (which includes the XmlBeans 5.3.0 RC), I get the following: Could not resolve dependencies for project ossfuzz:poi-fuzzer:jar:5.4.0-SNAPSHOT: org.apache.logging.log4j:log4j-bom:jar:2.24.2 was not found in https://maven-central-eu.storage-download.googleapis.com/maven2/ during a previous attempt. => Note the ":jar:"! It seems Maven thinks it needs to find a jar-file for this dependency, but this is not available. We likely need to switch this to "<type>pom</type>", others seem to also use "<scope>import</scope>", but not sure if this is needed/useful. Based on this I have to withdraw my vote for now as this may happen to many users of XmlBeans and Apache POI if we would release it this way. Thanks... Dominik. On Tue, Nov 26, 2024 at 10:02 PM PJ Fanning <fannin...@yahoo.com.invalid> wrote: > Hi everyone, > > I've prepared artifacts for the release of Apache XmlBeans 5.3.0 (RC1). > These are built with Java 8. > > This is a bug fix and dependency upgrade release. > > A full list of changes is available in the change log: > > https://issues.apache.org/jira/projects/XMLBEANS/versions/12355264 > > > https://issues.apache.org/jira/issues/?jql=project+%3D+XMLBEANS+AND+fixVersion+%3D+%22Version+5.3.0%22 > > > The commit Ids: > > svn 1922054 > git a15f23a6ea05503a93ffbb6868302df4fc340069 > > > The artifacts are at: > > https://dist.apache.org/repos/dist/dev/poi/XMLBEANS-5.3.0-RC1/ > > > The KEYS are at: > > https://downloads.apache.org/poi/KEYS > > > You can use this maven URL for your mvn/gradle builds: > > https://repository.apache.org/content/repositories/staging > > > Please vote to release the artifacts. > > > The vote is open for at least 72 hrs and requires that at least 3 POI PMC > members vote +1. > > +1 Approve > 0 Neutral > -1 Reject (with reason) > > > Here is my +1(binding) > > PJ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org > For additional commands, e-mail: dev-h...@poi.apache.org > >