Re: Apache Wicket - Java Release train

2018-02-23 Thread Martin Grigorov
Hi,

I am not sure that I understand your concern.
OpenJDK and Oracle JDK are supposed to behave the same way.
If they don't than there is a bug in either of them.
I guess your question is whether Wicket will be tested better with only one
of them ? So far I've never really cared which JDK I use for a project. But
I'd suggest you to use the same flavor and version everywhere
(development, staging and production)


On Feb 23, 2018 5:42 PM, "Mihir Chhaya"  wrote:

Hello,

This question is more for the Apache Wicket core team.

As Oracle has announced the release train approach, could you share Apache
Wicket's release plan for OpenJDK/Oracle JDK and any concerns with using
OpenJDK?

We use various frameworks including Apache Wicket 7.x w and w/o
Spring/Hibernate, and currently looking for various available option (full
scale OpenJDK or hybrid model with OpenJDK on local and Oracle JDK on
server etc.).

Thanks,
-Mihir.


Re: Redirect based on a header?

2018-02-23 Thread Andrea Del Bene
You might also find useful having a look at request cycle listener 
(class AbstractRequestCycleListener) which can be adopted to redirect 
the requests to https.



On 22/02/2018 23:35, Martin Grigorov wrote:

Hi,

Does it have to be "with Wicket" ?
You can use custom Servlet Filter that is executed before WicketFilter.

Martin Grigorov
Wicket Training and Consulting
Looking for a remote position with Wicket ? Contact me!
https://twitter.com/mtgrigorov


On Thu, Feb 22, 2018 at 5:55 PM, Boris Goldowsky 
wrote:


I’m not sure if there is a wicket-y way to do this.

In the environment where I’m deploying my wicket app (google cloud +
kubernetes + docker + tomcat), a request that came in to the load balancer
under insecure http is forwarded to wicket, and identified by the request
containing an “x-forwarded-proto” header with the value “http”.  I need to
redirect such requests to the https version of the site.

Is there a way in wicket to look at a request header and send a redirect
before any of the usual URL processing happens?

Thanks!
Boris



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





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



Apache Wicket - Java Release train

2018-02-23 Thread Mihir Chhaya
Hello,

This question is more for the Apache Wicket core team.

As Oracle has announced the release train approach, could you share Apache
Wicket's release plan for OpenJDK/Oracle JDK and any concerns with using
OpenJDK?

We use various frameworks including Apache Wicket 7.x w and w/o
Spring/Hibernate, and currently looking for various available option (full
scale OpenJDK or hybrid model with OpenJDK on local and Oracle JDK on
server etc.).

Thanks,
-Mihir.


Re: RestartResponseException within Modal window

2018-02-23 Thread Jorge Fernandez
Hi, any other suggestions on how I could better handle a
RestartResponseException
within the modal window?

On Tue, Feb 20, 2018 at 5:29 PM, Jorge Fernandez  wrote:

> Yes, I need to be able to use RestartResponse since it is used by the
> application to perform special cleanup/handling.
>
> On Tue, Feb 20, 2018 at 3:03 PM, Sven Meier  wrote:
>
>> Hi,
>>
>> do you really need to use a RestartResponseException?
>>
>> You could close the dialog and redirect afterwards instead:
>>
>> dialog.close(target);
>> target.appendJavaScript(|"window.location ='http://www.yoururl.com
>> ';");|
>>
>> Have fun
>> Sven
>>
>>
>>
>> Am 20.02.2018 um 18:42 schrieb Jorge Fernandez:
>>
>>> Hi,
>>>
>>> I am trying to handle a RestartResponseException within a Modal window in
>>> my application. I would like to be redirected without the
>>> UnloadConfirmation. I prefer not to use showUnloadConfirmation(boolean)
>>> because I only want to bypass it in this specific case and enable it for
>>> others. Any ideas on how this can be achieved?
>>>
>>> Thanks
>>>
>>>
>>
>


Re: @apache_wicket Twitter account

2018-02-23 Thread Andrea Del Bene

Thank you François! Great job!


On 22/02/2018 23:32, Martin Grigorov wrote:

Good job, François! :-)

Martin Grigorov
Wicket Training and Consulting
Looking for a remote position with Wicket ? Contact me!
https://twitter.com/mtgrigorov


On Thu, Feb 22, 2018 at 1:21 PM, Francois Meillet <
francois.meil...@gmail.com> wrote:


Today @apache_wicket Twitter account https://twitter.com/apache_wicket <
https://twitter.com/apache_wicket> has 40 new followers and received
4,361 impressions over the last 24 hours !

You like your framework ?
Share the success !

Follow @apache_wicket https://twitter.com/apache_wicket <
https://twitter.com/apache_wicket> and retweet as much as you can  !
  :‑)

François





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



[ANNOUNCE] Wicket jQuery UI 8.0.0-M9.1 released

2018-02-23 Thread Sebastien Briquet
Dear Wicket jQuery/Kendo UI users,

Due to a bug discovered yesterday that affects several Kendo UI components
on latest release (7.10.0 & 8.0.0-M9), I had to roll out a patch release :
8.0.0-M9.1 which is now available at maven central.

Thanks & best regards,
Sebastien.


On Mon, Feb 19, 2018 at 8:32 PM, Sebastien Briquet 
wrote:

> Dear Wicket jQuery/Kendo UI users,
>
> Wicket jQuery UI 8.0.0-M9 based on Apache Wicket 8.0.0-M9 is now released!
>
> Changelog:
> https://github.com/sebfz1/wicket-jquery-ui/releases/tag/
> wicket-jquery-ui-8.0.0-M9
>
> API BREAKS:
> - Kendo UI: API BREAK Editor model object is now String type (no more
> generic T)
> - Kendo UI: API BREAK DataProviderBehavior#newJsonRow(T bean) now returns
> a JSONObject
>
> Maven dependencies:
>
> 
>
> 
> com.googlecode.wicket-jquery-ui
> wicket-jquery-ui
> 8.0.0-M9
> 
>
> 
> com.googlecode.wicket-jquery-ui
> wicket-jquery-ui-theme-base
> 8.0.0-M9
> 
>
> 
>
> 
> com.googlecode.wicket-jquery-ui
> wicket-kendo-ui
> 8.0.0-M9
> 
>
> 
> com.googlecode.wicket-jquery-ui
> wicket-kendo-ui-theme-default
> 8.0.0-M9
> 
>
> Questions / Issues:
>
> If you have any *question*, feel free to ask in the forum:
> http://groups.google.com/group/wicket-jquery-ui/
>
> If you notice an *issue*, please report it here:
> https://github.com/sebfz1/wicket-jquery-ui/issues
>
> Enjoy! :)
> Sebastien
>


[ANNOUNCE] Wicket jQuery UI 6.29.0 released

2018-02-23 Thread Sebastien Briquet
Dear Wicket jQuery/Kendo UI users,

Wicket jQuery UI 6.29.0 based on Apache Wicket 6.29.0 is now released!

Changelog (same as 8.0.0-M9):
https://github.com/sebfz1/wicket-jquery-ui/releases/tag/
wicket-jquery-ui-8.0.0-M9

API BREAKS:
- Kendo UI: API BREAK Editor model object is now String type (no more
generic T)
- Kendo UI: API BREAK DataProviderBehavior#newJsonRow(T bean) now returns a
JSONObject

Maven dependencies:




com.googlecode.wicket-jquery-ui
wicket-jquery-ui
6.29.0



com.googlecode.wicket-jquery-ui
wicket-jquery-ui-theme-base
6.29.0





com.googlecode.wicket-jquery-ui
wicket-kendo-ui
6.29.0



com.googlecode.wicket-jquery-ui
wicket-kendo-ui-theme-default
6.29.0


Questions / Issues:

If you have any *question*, feel free to ask in the forum:
http://groups.google.com/group/wicket-jquery-ui/

If you notice an *issue*, please report it here:
https://github.com/sebfz1/wicket-jquery-ui/issues

Enjoy! :)
Sebastien


[ANNOUNCE] Wicket jQuery UI 7.10.1 released

2018-02-23 Thread Sebastien Briquet
Dear Wicket jQuery/Kendo UI users,

Due to a bug discovered yesterday that affects several Kendo UI components
on latest release (7.10.0 & 8.0.0-M9), I had to roll out a patch release :
7.10.1 which is now available at maven central.

Thanks & best regards,
Sebastien.

On Tue, Feb 20, 2018 at 12:27 AM, Sebastien Briquet 
wrote:

> Dear Wicket jQuery/Kendo UI users,
>
> Wicket jQuery UI 7.10.0 based on Apache Wicket 7.10.0 is now released!
>
> Changelog (same as 8.0.0-M9):
> https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wick
> et-jquery-ui-8.0.0-M9
>
> API BREAKS:
> - Kendo UI: API BREAK Editor model object is now String type (no more
> generic T)
> - Kendo UI: API BREAK DataProviderBehavior#newJsonRow(T bean) now returns
> a JSONObject
>
> Maven dependencies:
>
> 
>
> 
> com.googlecode.wicket-jquery-ui
> wicket-jquery-ui
> 7.10.0
> 
>
> 
> com.googlecode.wicket-jquery-ui
> wicket-jquery-ui-theme-base
> 7.10.0
> 
>
> 
>
> 
> com.googlecode.wicket-jquery-ui
> wicket-kendo-ui
> 7.10.0
> 
>
> 
> com.googlecode.wicket-jquery-ui
> wicket-kendo-ui-theme-default
> 7.10.0
> 
>
> Questions / Issues:
>
> If you have any *question*, feel free to ask in the forum:
> http://groups.google.com/group/wicket-jquery-ui/
>
> If you notice an *issue*, please report it here:
> https://github.com/sebfz1/wicket-jquery-ui/issues
>
> Enjoy! :)
> Sebastien
>