Just have tested:

- signatures
- build from sources
- wicketstuff build

All OK

BUT
run of `select2-examples` with JDK-17 on the PATH failed with:

```
java.lang.reflect.InaccessibleObjectException: Unable to make field
private final java.lang.String java.lang.Enum.name accessible: module
java.base does not "opens java.lang" to unnamed module @2069b0f8
at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:178)
at java.base/java.lang.reflect.Field.setAccessible(Field.java:172)
at 
org.apache.wicket.core.util.lang.PropertyResolver$DefaultPropertyLocator.findField(PropertyResolver.java:1522)
at 
org.apache.wicket.core.util.lang.PropertyResolver$DefaultPropertyLocator.get(PropertyResolver.java:1449)
at 
org.apache.wicket.core.util.lang.PropertyResolver$CachingPropertyLocator.get(PropertyResolver.java:1344)
at 
org.apache.wicket.core.util.lang.PropertyResolver.getGetAndSet(PropertyResolver.java:390)
at 
org.apache.wicket.core.util.lang.PropertyResolver.getObjectWithGetAndSet(PropertyResolver.java:354)
at 
org.apache.wicket.core.util.lang.PropertyResolver.getObjectWithGetAndSet(PropertyResolver.java:260)
at 
org.apache.wicket.core.util.lang.PropertyResolver.getValue(PropertyResolver.java:110)
at 
org.apache.wicket.markup.html.form.ChoiceRenderer.getIdValue(ChoiceRenderer.java:149)
```

Everything is OK with Java-11 on the PATH

So I'm +1 for the release,
but would appreciate any hint on how wicketstuff run under Java-17 can
be fixed ....

On Sat, 16 Sept 2023 at 11:31, Maxim Solodovnik <solomax...@gmail.com> wrote:
>
> On Thu, 14 Sept 2023 at 14:58, Andrea Del Bene <an.delb...@gmail.com> wrote:
> >
> > FYI I had  to downgrade Maven Source Plugin to 3.2.1 as 3.3.0 kept giving
> > me this message
> > https://stackoverflow.com/questions/76433857/failed-to-execute-goal-org-apache-maven-pluginsmaven-source-plugin3-3-0jar-no
>
> Actually the goal should be changed:
>
> <goals>
>       <goal>jar-no-fork</goal>
> </goals>
>
> And everything will work :)
>
> > Probably it's this bug
> > https://issues.apache.org/jira/projects/MSOURCES/issues/MSOURCES-141
> >
> > On Thu, Sep 14, 2023 at 2:41 AM Ernesto Reinaldo Barreiro <
> > reier...@gmail.com> wrote:
> >
> > > +1 for release: manually tested our application + the 600+ integration
> > > selenium tests passed
> > >
> > > On Wed, Sep 13, 2023 at 2:28 PM Andrea Del Bene <an.delb...@gmail.com>
> > > wrote:
> > >
> > > > This is a vote to release Apache Wicket 9.15.0
> > > >
> > > > Please download the source distributions found in our staging area
> > > > linked below.
> > > >
> > > > I have included the signatures for both the source archives. This vote
> > > > lasts for 72 hours minimum.
> > > >
> > > > [ ] Yes, release Apache Wicket 9.15.0
> > > > [ ] No, don't release Apache Wicket 9.15.0, because ...
> > > >
> > > > Distributions, changelog, keys and signatures can be found at:
> > > >
> > > >      https://dist.apache.org/repos/dist/dev/wicket/9.15.0
> > > >
> > > > Staging repository:
> > > >
> > > > https://repository.apache.org/content/repositories/orgapachewicket-1189
> > > >
> > > > The binaries are available in the above link, as are a staging
> > > > repository for Maven. Typically the vote is on the source, but should
> > > > you find a problem with one of the binaries, please let me know, I can
> > > > re-roll them some way or the other.
> > > >
> > > > Staging git repository data:
> > > >
> > > >      Repository:  g...@github.com:bitstorm/wicket.git
> > > >      Branch:      build/wicket-9.15.0
> > > >      Release tag: rel/wicket-9.15.0
> > > >
> > > >
> > > > ========================================================================
> > > >
> > > >      CHANGELOG for 9.15.0:
> > > >
> > > > ** Bug
> > > >
> > > >      * [WICKET-7061] - When I move from 9.13.0->9.14.0, my importmaps
> > > > fail to parse correctly due to presence of the CDATA wrapping.
> > > >      * [WICKET-7065] - TextFilteredPropertyColumn violates CSP
> > > >      * [WICKET-7067] - DefaultExceptionMapper should not set
> > > > disableCaching for  WebSocketResponse
> > > >      * [WICKET-7070] - Quick start generated app has multiple errors
> > > >      * [WICKET-7071] - Problems when calling request.getInputStream()
> > > > before executing WicketFilter
> > > >
> > > > ** Improvement
> > > >
> > > >      * [WICKET-7039] - Improve Accessibility of wicket-autocomplete.js
> > > >      * [WICKET-7059] - [Serialization] make easier to avoid
> > > > serialization for form request
> > > >      * [WICKET-7062] - [Tooling] improve tools for investigating page
> > > sizes
> > > >      * [WICKET-7063] - Convert all Application_*.properties to
> > > > Application_*.utf8.properties
> > > >      * [WICKET-7066] - Add possibility to define type-Attribute of
> > > > JavascriptHeaderItem as "module"
> > > >      * [WICKET-7068] - Current tree themes are not RTL friendly
> > > >
> > > > ** Task
> > > >
> > > >      * [WICKET-7069] - assertTrue(equals()) in tests should be replaced
> > > > with assertEquals
> > > >
> > > >
> > >
> > > --
> > > Regards - Ernesto Reinaldo Barreiro
> > >
> >
> >
> > --
> > Andrea Del Bene.
> > Apache Wicket committer.
>
>
>
> --
> Best regards,
> Maxim



-- 
Best regards,
Maxim

Reply via email to