Re: Upgrade to Wicket 10 and Bootstrap 5

2024-01-04 Thread Andrea Patricelli
Thanks a lot. Best regards, Andrea On 04/01/24 12:44, Martin Grigorov wrote: Hi, On Thu, Jan 4, 2024 at 1:05 PM Andrea Patricelli < andrea.patrice...@tirasa.net> wrote: Good morning all and happy new year, I'm currently upgrading my frontend application to wicket 10, I'm on 10.0.0-M2. I'm

Re: Upgrade to Wicket 10 and Bootstrap 5

2024-01-04 Thread Martin Grigorov
On Thu, Jan 4, 2024 at 2:01 PM Andrea Patricelli < andreapatrice...@apache.org> wrote: > Thanks for the quick reponse Martin. > > We're ok to use the SNAPSHOT and going to report issues, if any. But we > do not find on oss.sonatype.org, will it be available there soon or do > we have to get from

Re: Incorrect modification time in jars

2024-01-04 Thread Martin Grigorov
On Thu, Jan 4, 2024 at 1:02 PM Emond Papegaaij wrote: > > > > I've just opened a PR with this change ( > > https://github.com/apache/wicket/pull/758). I don't think this change > > will be problematic, but as it only really influences the release builds, > > it's hard to test its effect without

Re: Upgrade to Wicket 10 and Bootstrap 5

2024-01-04 Thread Andrea Patricelli
Thanks for the quick reponse Martin. We're ok to use the SNAPSHOT and going to report issues, if any. But we do not find on oss.sonatype.org, will it be available there soon or do we have to get from some other source? Best regards, Andrea On 04/01/24 12:44, Martin Grigorov wrote: Hi, On

Re: Upgrade to Wicket 10 and Bootstrap 5

2024-01-04 Thread Martin Grigorov
Hi, On Thu, Jan 4, 2024 at 1:05 PM Andrea Patricelli < andrea.patrice...@tirasa.net> wrote: > Good morning all and happy new year, > > I'm currently upgrading my frontend application to wicket 10, I'm on > 10.0.0-M2. I'm also using some de.agilecoders.wicket.wicket-bootstrap > libraries. > >

Upgrade to Wicket 10 and Bootstrap 5

2024-01-04 Thread Andrea Patricelli
Good morning all and happy new year, I'm currently upgrading my frontend application to wicket 10, I'm on 10.0.0-M2. I'm also using some de.agilecoders.wicket.wicket-bootstrap libraries. Which version of wicket-bootstrap do you suggest to fully comply with bootstrap 5 and correctly upgrade

Re: Incorrect modification time in jars

2024-01-04 Thread Emond Papegaaij
> > I've just opened a PR with this change ( > https://github.com/apache/wicket/pull/758). I don't think this change > will be problematic, but as it only really influences the release builds, > it's hard to test its effect without doing an actual release. > It turned out that maven-bundle-plugin

Re: Incorrect modification time in jars

2024-01-04 Thread Emond Papegaaij
Op do 7 dec 2023 om 08:58 schreef Emond Papegaaij : > Op do 7 dec 2023 om 02:35 schreef Maxim Solodovnik : > >> File timestamps might be set to `project.build.outputTimestamp` by Maven >> This enables "reproducible builds" >> https://maven.apache.org/guides/mini/guide-reproducible-builds.html >>