Re: Wicket EnclosureContainer - any changes to behaviour from 6.x -> 7.x?

2021-09-12 Thread Martin Grigorov
On Mon, Sep 13, 2021 at 9:27 AM Chris Colman
 wrote:

>
> > You shouldn't use  if you use EnclosureContainer.
> > Use a  instead.
>
> It's weird how it's worked perfectly for many years for us in Wicket 6.x.
>
> Maybe an extra note could be added to the 6.x -> 7.x migration guide in
> case others experience this in their migration efforts.
>

We didn't do any changes in this area. Or at least I don't remember such.

What we could do is to improve EnclosureContainer to complain when used
with .


>
> Regards,
> Chris
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Wicket EnclosureContainer - any changes to behaviour from 6.x -> 7.x?

2021-09-12 Thread Chris Colman




You shouldn't use  if you use EnclosureContainer.
Use a  instead.


It's weird how it's worked perfectly for many years for us in Wicket 6.x.

Maybe an extra note could be added to the 6.x -> 7.x migration guide in 
case others experience this in their migration efforts.


Regards,
Chris

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



[ANNOUNCE] Apache Wicket 9.5.0 released

2021-09-12 Thread Andrea Del Bene

The Apache Wicket PMC is proud to announce Apache Wicket 9.5.0!

Apache Wicket is an open source Java component oriented web application
framework that powers thousands of web applications and web sites for
governments, stores, universities, cities, banks, email providers, and
more. You can find more about Apache Wicket at https://wicket.apache.org

This release marks another minor release of Wicket 9. We
use semantic versioning for the development of Wicket, and as such no
API breaks are present in this release compared to 9.0.0.

New and noteworthy
--

This release includes the following notable features:

- Full support for Java 9+ module system (WICKET-6904)
- Support of ByteBuddy as java bytecode manipulation library (WICKET-6913).

Using this release
--

With Apache Maven update your dependency to (and don't forget to
update any other dependencies on Wicket projects to the same version):


    org.apache.wicket
    wicket-core
    9.5.0


Or download and build the distribution yourself, or use our
convenience binary package you can find here:

 * Download: http://wicket.apache.org/start/wicket-9.x.html#manually

Upgrading from earlier versions
---

If you upgrade from 9.y.z this release is a drop in replacement. If
you come from a version prior to 9.0.0, please read our Wicket 9
migration guide found at

 * http://s.apache.org/wicket9migrate

Have fun!

— The Wicket team




    CHANGELOG for 9.5.0:

** Bug

    * [WICKET-6884] - Wicket API 9.x refers to 10.0.0-M1-SNAPSHOT API
    * [WICKET-6902] - Change of PartialPageUpdate order of 
onAfterResponse and writePriorityEvaluations makes 
IListener.onAfterResponde ignore prepended javascripts

    * [WICKET-6908] - Possible bug / edge case where page is not detached
    * [WICKET-6909] - Link to Javadoc for 9.x is broken on the website
    * [WICKET-6913] - Java 17 compatibility with cglib
    * [WICKET-6914] - Visibility change of "File Upload" via ajax 
causes "missing" form-data


** Improvement

    * [WICKET-6901] - PropertyValidator improve configuration doc
    * [WICKET-6911] - wicket-spring throws an error when a spring bean 
uses ctor injection


** Task

    * [WICKET-6903] - Replace maven-clirr-plugin with something newer
    * [WICKET-6904] - Make Apache Wicket fully supporting Java9+ module 
system

    * [WICKET-6916] - Simplify JMX with StandardMBean


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org