On Mon, Jun 12, 2023 at 8:57 AM Martin Grigorov <mgrigo...@apache.org>
wrote:

> On Sat, Jun 10, 2023 at 4:49 PM Andrea Del Bene <an.delb...@gmail.com>
> wrote:
>
> > Hi,
> >
> > I'm having some module related problems building Wicket 10.0.0-M1. On my
> > first attempt build failed with message
> >
> > "Error: log4j-api-2.9.0.jar is a multi-release jar file but
> > --multi-release option is not set"
> >
>
> How to reproduce the failure ?
> "mvn clean install" works fine here.
>

I think it's something related to the "package" goal, which triggers
moditect plug-in in module wicket-commons-fileupload.


>
>
>
> >
> > So I decided to use Apache Maven JDeps Plugin as suggested here :
> >
> >
> https://stackoverflow.com/questions/46662286/error-log4j-api-2-9-0-jar-is-a-multi-release-jar-file-but-multi-release-optio
> >
> > But know I receive this complain about modules and
> > wicket-commons-fileupload:
> >
> > INFO] [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-jdeps-plugin:3.1.1:jdkinternals (default)
> > on project wicket-commons-fileupload:
> > [INFO] [ERROR] Exit code: 1 - Exception in thread "main"
> > java.lang.module.FindException: Module org.apache.commons.io not found,
> > required by org.apache.wicket.commons.fileupload
> > [INFO] [ERROR]     at
> > java.base/java.lang.module.Resolver.findFail(Resolver.java:893)
> > [INFO] [ERROR]     at
> > java.base/java.lang.module.Resolver.resolve(Resolver.java:192)
> > [INFO] [ERROR]     at
> > java.base/java.lang.module.Resolver.resolve(Resolver.java:141)
> > [INFO] [ERROR]     at
> > java.base/java.lang.module.Configuration.resolve(Configuration.java:421)
> > [INFO] [ERROR]     at
> > java.base/java.lang.module.Configuration.resolve(Configuration.java:255)
> > [INFO] [ERROR]     at
> >
> >
> jdk.jdeps/com.sun.tools.jdeps.JdepsConfiguration$Builder.build(JdepsConfiguration.java:564)
> > [INFO] [ERROR]     at
> > jdk.jdeps/com.sun.tools.jdeps.JdepsTask.buildConfig(JdepsTask.java:603)
> > [INFO] [ERROR]     at
> > jdk.jdeps/com.sun.tools.jdeps.JdepsTask.run(JdepsTask.java:557)
> > [INFO] [ERROR]     at
> > jdk.jdeps/com.sun.tools.jdeps.JdepsTask.run(JdepsTask.java:533)
> > [INFO] [ERROR]     at
> jdk.jdeps/com.sun.tools.jdeps.Main.main(Main.java:49)
> > [INFO] [ERROR]
> > [INFO] [ERROR] Command line was: /bin/sh -c
> > '/usr/lib/jvm/temurin-17-jdk-amd64/bin/jdeps' '-cp'
> >
> '/home/andrea/.m2/repository/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar:/home/andrea/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar:/home/andrea/.m2/repository/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar'
> >
> > '--multi-release' '17'
> >
> >
> '/home/andrea/WicketBuild/wicket/target/checkout/wicket-commons-fileupload/target/classes'
> >
> > Do you have any suggestion about this?
> >
> > Thank you.
> >
> >
> > On 08/06/23 16:28, Martin Grigorov wrote:
> > > I don’t have any tasks for 10 at the moment
> > >
> > > On Thu, 8 Jun 2023 at 16:17, Andrea Del Bene <an.delb...@gmail.com>
> > wrote:
> > >
> > >> Ready when you are :-)...if everything is in place I can start working
> > on
> > >> RC1 release on this weekend
> > >>
> > >> On Wed, Jun 7, 2023 at 4:06 PM Martin Grigorov <mgrigo...@apache.org>
> > >> wrote:
> > >>
> > >>> The PR has been merged!
> > >>>
> > >>> On Wed, Jun 7, 2023 at 3:32 PM Greb Lindqvist <
> > greb.lindqv...@gmail.com>
> > >>> wrote:
> > >>>
> > >>>> I am looking forward to testing RC1 in several projects.
> > >>>>
> > >>>> Thank you for moving this forward!
> > >>>>
> > >>>> On Wed, Jun 7, 2023 at 6:00 AM Martin Grigorov <
> mgrigo...@apache.org>
> > >>>> wrote:
> > >>>>
> > >>>>> On Wed, May 31, 2023 at 7:37 AM Maxim Solodovnik <
> > >> solomax...@gmail.com
> > >>>>> wrote:
> > >>>>>
> > >>>>>> Should be fixed with this:
> > >> https://github.com/apache/wicket/pull/591
> > >>>> :)
> > >>>>> If no one has a better solution than I suggest to merge this PR and
> > >>>> release
> > >>>>> Wicket 10 RC1
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>> On Tue, 30 May 2023 at 22:16, Maxim Solodovnik <
> > >> solomax...@gmail.com
> > >>>>>> wrote:
> > >>>>>>>
> > >>>>>>>
> > >>>>>>> from mobile (sorry for typos ;)
> > >>>>>>>
> > >>>>>>>
> > >>>>>>> On Tue, May 30, 2023, 20:05 Jeroen Steenbeeke <
> > >>>>> j.steenbeeke...@gmail.com>
> > >>>>>> wrote:
> > >>>>>>>> The current wicket-commons-fileupload 10.0.0-M1-SNAPSHOT jar in
> > >>> the
> > >>>>>> Apache
> > >>>>>>>> snapshots repo duplicates classes from commons-io, Jakarta
> > >> Servlet
> > >>>> and
> > >>>>>>>> SLF4J and is triggering my Maven Enforcer's BanDuplicateClasses
> > >>>> rule.
> > >>>>>>>
> > >>>>>>> Sounds interesting
> > >>>>>>> Could you share details? :)
> > >>>>>>>
> > >>>>>>>> Op za 27 mei 2023 om 21:53 schreef Martin Grigorov <
> > >>>>>> mgrigo...@apache.org>:
> > >>>>>>>>> On Sat, May 27, 2023 at 8:18 PM smallufo <small...@gmail.com>
> > >>>>> wrote:
> > >>>>>>>>>> Hi
> > >>>>>>>>>> Where can I get wicket-10 snapshot ?
> > >>>>>>>>>>
> > >>>>>>>>>
> > >>>>>>>>>
> > >>
> >
> https://github.com/apache/wicket/blob/master/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml#L175-L186
> > >>>>>>>>> I cannot find it in mvnrepository.com ...
> > >>>>>>>>>
> > >>>>>>>>> I've upgrade all subsystems from javax to jakarta , and
> > >> spring 5
> > >>>> to
> > >>>>>> spring
> > >>>>>>>>> 6
> > >>>>>>>>>> But a lot of incompatibility issues are in wicket 9
> > >>>>>>>>>> Since it has no major issues , how about releasing it ASAP ?
> > >>>>>>>>>> Thanks.
> > >>>>>>>>>>
> > >>>>>>>>>>
> > >>>>>>>>>> János Cserép <cserepja...@pilar.hu> 於 2023年5月25日 週四
> > >> 下午3:51寫道:
> > >>>>>>>>>>> Just a thought...
> > >>>>>>>>>>>
> > >>>>>>>>>>> I've been using Wicket 10 snapshot builds in production
> > >> for
> > >>>> over
> > >>>>>> a year
> > >>>>>>>>>> now
> > >>>>>>>>>>> with latest Spring and Jakarta libs without any major
> > >>> issues,
> > >>>> so
> > >>>>>> if
> > >>>>>>>>> that
> > >>>>>>>>>> is
> > >>>>>>>>>>> an option for you, go ahead. You can mitigate risks by
> > >>>> creating
> > >>>>>> release
> > >>>>>>>>>>> from a known git rev yourself if your release process does
> > >>> not
> > >>>>>> like
> > >>>>>>>>>>> SNAPSHOT dependencies.
> > >>>>>>>>>>>
> > >>>>>>>>>>> j
> > >>>>>>>>>>>
> > >>>>>>>>>>>
> > >>>>>>>>>>> On Thu, 25 May 2023 at 09:15, Tony Tkacik <
> > >>>>>> tony.tka...@evolveum.com
> > >>>>>>>>>>> .invalid>
> > >>>>>>>>>>> wrote:
> > >>>>>>>>>>>
> > >>>>>>>>>>>> Hi,
> > >>>>>>>>>>>> I would like to ask about your timeline / plans
> > >> regarding
> > >>>>>> release of
> > >>>>>>>>>>>> Wicket 10?
> > >>>>>>>>>>>>
> > >>>>>>>>>>>> We are in process of upgrading our open-source project
> > >>>>> midPoint
> > >>>>>> to
> > >>>>>>>>>> latest
> > >>>>>>>>>>>> Spring releases and that requires Wicket to be updated
> > >> to
> > >>>>>> version 10
> > >>>>>>>>>>>> in order to support Spring 6.
> > >>>>>>>>>>>>
> > >>>>>>>>>>>> Thanks,
> > >>>>>>>>>>>> Anton Tkacik
> > >>>>>>>>>>>>
> > >>>>>>>>
> > >>>>>>>> --
> > >>>>>>>> Jeroen Steenbeeke
> > >>>>>>
> > >>>>>>
> > >>>>>> --
> > >>>>>> Best regards,
> > >>>>>> Maxim
> > >>>>>>
> > >>>>>>
> > >> ---------------------------------------------------------------------
> > >>>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > >>>>>> For additional commands, e-mail: users-h...@wicket.apache.org
> > >>>>>>
> > >>>>>>
> > >>
> > >> --
> > >> Andrea Del Bene.
> > >> Apache Wicket committer.
> > >>
> >
>


-- 
Andrea Del Bene.
Apache Wicket committer.

Reply via email to