Re: Wizard vs WicketTester

2020-04-04 Thread Maxim Solodovnik
This is WebSocketAwareCsrfPreventionRequestCycleListener who is unhappy :( Thanks for the hint :)) On Sat, 4 Apr 2020 at 20:07, Maxim Solodovnik wrote: > As usual everything works in test :( > Going to check what is the difference > > Shall I commit basic test to master? > >

[ANNOUNCE] WicketStuff 9.0.0-M5 Released

2020-04-07 Thread Maxim Solodovnik
WicketStuff core 9.0.0-M5 based on Apache Wicket 9.0.0-M5 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (12): Switching to the next development version Inline styles are removed Merge branch 'master' of github.com:wicket

Re: Equivalent for PerSessionPageStore in Wicket 9

2020-04-07 Thread Maxim Solodovnik
I can pack another release later this week ... On Wed, 8 Apr 2020 at 00:48, Thomas Heigl wrote: > > Thanks Sven! > > Did your changes make it into the release? Or did they just miss it? > > Thomas > > On Tue, Apr 7, 2020 at 7:43 PM Sven Meier wrote: > > > Hi Thomas, > > > > yes, you're right: >

Re: Equivalent for PerSessionPageStore in Wicket 9

2020-04-07 Thread Maxim Solodovnik
; On Tue, Apr 7, 2020 at 7:50 PM Maxim Solodovnik > wrote: > > > I can pack another release > > later this week ... > > > > On Wed, 8 Apr 2020 at 00:48, Thomas Heigl wrote: > > > > > > Thanks Sven! > > > > > > Did your changes make it

Re: Equivalent for PerSessionPageStore in Wicket 9

2020-04-07 Thread Maxim Solodovnik
Hello All, M5 seems to be broken (deploy has failed more than 10 times during my build attempts) I have to start another release Could you please tell when can I start? On Wed, 8 Apr 2020 at 07:01, Maxim Solodovnik wrote: > > Hello Thomas, > > Please test M6-SNAPSHOT (so I don'

Re: Equivalent for PerSessionPageStore in Wicket 9

2020-04-08 Thread Maxim Solodovnik
Thanks a million! On Wed, 8 Apr 2020 at 14:10, Thomas Heigl wrote: > > Hi Maxim, > > I'm testing against the snapshot now. Will get back to you shortly. > > Thomas > > On Wed, Apr 8, 2020 at 2:53 AM Maxim Solodovnik > wrote: > > > Hello All, > > &g

Re: Equivalent for PerSessionPageStore in Wicket 9

2020-04-08 Thread Maxim Solodovnik
OK Will start new release process in couple of hours Please stop me if you will find any blocker :) On Wed, 8 Apr 2020 at 14:36, Thomas Heigl wrote: > Hi Maxim, > > It works for me now! > > Thomas > > On Wed, Apr 8, 2020 at 9:17 AM Maxim Solodovnik > wrote: > >

Re: Equivalent for PerSessionPageStore in Wicket 9

2020-04-08 Thread Maxim Solodovnik
Released :) On Wed, 8 Apr 2020 at 15:41, Maxim Solodovnik wrote: > > OK > > Will start new release process in couple of hours > Please stop me if you will find any blocker :) > > On Wed, 8 Apr 2020 at 14:36, Thomas Heigl wrote: >> >> Hi Maxim, >> >&g

[ANNOUNCE] WicketStuff 9.0.0-M5.1 Released

2020-04-08 Thread Maxim Solodovnik
WicketStuff core 9.0.0-M5.1 based on Apache Wicket 9.0.0-M5 is released and soon will be available at Maven Central! Unfortunately WicketStuff core 9.0.0-M5 is broken, please use this release instead The changelog is: Maxim Solodovnik (12): Switching to the next development version

Re: Upgrade to Wicket 9: troubles with WicketTester and MockPageStore

2020-04-10 Thread Maxim Solodovnik
On Fri, 10 Apr 2020 at 15:06, Francesco Chicchiriccò wrote: > On 2020/04/10 06:59:06, Sven Meier wrote: > > Hi Francesco, > > > > there was a slight difference in the mock setup, which should now be as > > in Wicket 8: > > > > https://issues.apache.org/jira/browse/WICKET-6766 > > > > Many t

[ANNOUNCE] WicketStuff 8.8.0 Released

2020-04-29 Thread Maxim Solodovnik
WicketStuff core 8.8.0 based on Apache Wicket 8.8.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (3): Switching to the next development version Dependencies and plugins are updated wicketstuff 8.8.0 is released The WicketStuff

WebSocket onClose/onError/onAbort is not being called

2020-05-01 Thread Maxim Solodovnik
Hello, I'm having weird situation: WebSocket connection is closed on page reload, but none of my onClose/onError/onAbort handlers are being called I have changed wicket version to latest SNAPSHOT and got some debug logs: *ERROR* 05-01 16:10:21.740 o.a.w.p.w.j.WicketEndpoint:100 [EventExec-e2-t9]

Re: WebSocket onClose/onError/onAbort is not being called

2020-05-01 Thread Maxim Solodovnik
> > https://github.com/apache/wicket/blob/master/wicket-native-websocket/wicket-native-websocket-javax/src/main/java/org/apache/wicket/protocol/ws/javax/WicketEndpoint.java#L92 > > > On Fri, May 1, 2020 at 12:21 PM Maxim Solodovnik > wrote: > > > Hello, > > >

Re: WebSocket onClose/onError/onAbort is not being called

2020-05-01 Thread Maxim Solodovnik
On Fri, 1 May 2020 at 18:15, Martin Grigorov wrote: > Hi Maxim, > > On Fri, May 1, 2020 at 1:31 PM Maxim Solodovnik > wrote: > > > Hello Martin, > > > > WicketEndpoint#onError is being called > > "*ERROR* 05-01 16:10:21.740 o.a.w.p.w.j.WicketE

Re: WebSocket onClose/onError/onAbort is not being called

2020-05-05 Thread Maxim Solodovnik
n/java/org/apache/openmeetings/core/util/WebSocketHelper.java#L76 On Fri, 1 May 2020 at 18:21, Maxim Solodovnik wrote: > > On Fri, 1 May 2020 at 18:15, Martin Grigorov wrote: > >> Hi Maxim, >> >> On Fri, May 1, 2020 at 1:31 PM Maxim Solodovnik >> wrote: >> >>

Re: WebSocket onClose/onError/onAbort is not being called

2020-05-06 Thread Maxim Solodovnik
Thanks Martin! https://issues.apache.org/jira/browse/WICKET-6782 will create PR in a moment :) On Wed, 6 May 2020 at 00:22, Martin Grigorov wrote: > Hi Maxim, > > On Fri, May 1, 2020 at 2:22 PM Maxim Solodovnik > wrote: > > > On Fri, 1 May 2020 at 18:15, Martin Grigorov

Page locked for a long time

2020-07-05 Thread Maxim Solodovnik
Hello All, our app allows huge file uploads I have noticed the page is locked while incoming input stream is being copied (might take more than an hour) at java.base@11.0.7/java.io.InputStream.read(InputStream.java:205) at org.apache.commons.fileupload.util.Streams.copy(Streams.java:98) at org.a

Re: Page locked for a long time

2020-07-06 Thread Maxim Solodovnik
ution for that. > > > > Here is a blog article on this topic: > http://wicketinaction.com/2012/11/uploading-files-to-wicket-iresource/ and > its demo app: https://github.com/martin-g/blogs/tree/master/file-upload > > > > > > Have fun > > Sven > > >

[ANNOUNCE] WicketStuff 9.0.0 Released

2020-07-16 Thread Maxim Solodovnik
WicketStuff core 9.0.0 based on Apache Wicket 9.0.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (6): Switching to the next development version Merge branch 'master' of github.com:wicketstuff/core Tests shoul

[ANNOUNCE] WicketStuff 8.9.0 Released

2020-07-18 Thread Maxim Solodovnik
WicketStuff core 8.9.0 based on Apache Wicket 8.9.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version Release preparation: dependencies are updated Possibly fixes #694: alternative way to

[ANNOUNCE] WicketStuff 7.17.0 Released

2020-07-21 Thread Maxim Solodovnik
WicketStuff core 7.17.0 based on Apache Wicket 7.17.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version Fixed issue #690: commons-io is updated Dependencies are updated (partially

Re: Page locked for a long time

2020-07-23 Thread Maxim Solodovnik
Heigl wrote: > We've been using Martin's solution with JQueryFileUpload for years and it > works great. > > Best, > > Thomas > > On Mon, Jul 6, 2020 at 8:59 AM Maxim Solodovnik > wrote: > > > Thanks a million :)) > > > > On Mon, 6 Jul 2020

Re: Page locked for a long time

2020-07-23 Thread Maxim Solodovnik
d vanaf mijn iPhone > > Op 24 jul. 2020 om 05:49 heeft Maxim Solodovnik het > volgende geschreven: > > Hello Martin, All, > > finally I have started to implement this functionality and faced weird > issue: no post parameters are retrievable :(( > I was able to reprodu

[ANNOUNCE] WicketStuff 8.10.0 Released

2020-10-11 Thread Maxim Solodovnik
WicketStuff core 8.10.0 based on Apache Wicket 8.10.0 is released and soon will be available at Maven Central! The changelog is: Andrea Del Bene (1): Applied scope test to xml dependencies Maxim Solodovnik (3): Switching to the next development version Release preparation

[ANNOUNCE] WicketStuff 9.1.0 Released

2020-10-11 Thread Maxim Solodovnik
WicketStuff core 9.1.0 based on Apache Wicket 9.1.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (7): Switching to the next development version Fixes issue #699: firstDayOfWeek should be displayed as expected wicketstuff-datetime

Re: [ANNOUNCE] WicketStuff 9.1.0 Released

2020-10-12 Thread Maxim Solodovnik
s. Can > >> > >> https://github.com/sebfz1/wicket-jquery-ui > >> > >> Be released too? > >> > >> > >> On Mon, Oct 12, 2020 at 8:56 AM Maxim Solodovnik > >> wrote: > >> > >>> WicketStuff core 9.1.0 based on Apa

Re: [ANNOUNCE] WicketStuff 9.1.0 Released

2020-10-12 Thread Maxim Solodovnik
ery-ui/issues/new > > On Mon, Oct 12, 2020 at 1:47 PM Maxim Solodovnik > wrote: > > > Are you using `9.x` branch? > > > > On Mon, 12 Oct 2020 at 17:26, Ernesto Reinaldo Barreiro > > wrote: > > > > > > Or has source code moved to somewhere else? &

Re: Apache Wicket - Enforcing POST on Ajax calls

2020-10-19 Thread Maxim Solodovnik
+1 On Mon, 19 Oct 2020 at 17:28, Martin Grigorov wrote: > Hi Eric, > > You can implement it yourself: > > In #onUpdate(AjaxRequestTarget) start with: > > AjaxRequestAttributes attrs = getAttributes(); > String desiredMethod = attrs.getMethod().toString(); > String actualMethod = ((HttpServletReq

Re: Prevent script-injection attacks from user's input

2020-10-26 Thread Maxim Solodovnik
You can completely disable inline scripts using strict CSP And of cause this is you who output the script entered to the page :) If it is done via Label just remove 'setEscapeModelStrings(false)' If you need to accept and display HTML input, you can 'sanitize' form value from mobile (sorry for ty

[ANNOUNCE] WicketStuff 9.2.0 Released

2020-11-19 Thread Maxim Solodovnik
WicketStuff core 9.2.0 based on Apache Wicket 9.2.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (5): Switching to the next development version Xstream is updated Versions are fixed Dependencies and plugins are updated

[ANNOUNCE] WicketStuff 8.11.0 Released

2020-11-24 Thread Maxim Solodovnik
WicketStuff core 8.11.0 based on Apache Wicket 8.11.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version Xstream is updated Dependencies and plugins are updated wicketstuff-core-8.11.0

Re: Error 502 for examples8x

2020-12-25 Thread Maxim Solodovnik
Just have checked: works for me :) On Wed, 23 Dec 2020 at 20:30, Francois Meillet wrote: > There is a 502 for https://examples8x.wicket.apache.org/index.html < > https://examples8x.wicket.apache.org/index.html> > > > François > > > > -- Best regards, Maxim

Re: Error 502 for examples8x

2021-01-18 Thread Maxim Solodovnik
weird enough :( docker processes are up Apache is OK will try to check the logs ... On Tue, 19 Jan 2021 at 03:44, Leonardo D'Alimonte wrote: > I think error 502 - Proxy error happened again for Wicket 8 examples URL.. > > On Fri, Dec 25, 2020 at 9:16 AM Maxim Solodovnik >

Re: Error 502 for examples8x

2021-01-18 Thread Maxim Solodovnik
Have checked wrong VM :(( everything seems to work now (VM was rebooted) On Tue, 19 Jan 2021 at 12:00, Maxim Solodovnik wrote: > weird enough :( > docker processes are up > Apache is OK > > will try to check the logs ... > > > On Tue, 19 Jan 2021 at 03:44, Leonardo D&#

[ANNOUNCE] WicketStuff 9.3.0 Released

2021-03-31 Thread Maxim Solodovnik
WicketStuff core 9.3.0 based on Apache Wicket 9.3.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version Bcprov is updated, typo in version is fixed Dependencies are updated, build is fixed

[ANNOUNCE] WicketStuff 8.12.0 Released

2021-04-05 Thread Maxim Solodovnik
WicketStuff core 8.12.0 based on Apache Wicket 8.12.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (3): Switching to the next development version, bcprov is updated Dependencies are updated, build is fixed WicketStuff Core 8.12.0

[ANNOUNCE] WicketStuff 7.18.0 Released

2021-04-23 Thread Maxim Solodovnik
WicketStuff core 7.18.0 based on Apache Wicket 7.18.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version Xstream is updated Xstream jdk7 wicketstuff 7.18.0 released The WicketStuff

Re: reset form

2021-06-29 Thread Maxim Solodovnik
you have to add the fields to the target On Tue, 29 Jun 2021 at 15:22, vahid ghasemi wrote: > First, thanks for the speed of your support. > >1 AjaxButton reset = new AjaxButton("reset") { > >2 @Override > >3public void onSubmit(AjaxRequestTarget target) { > >

Re: pass error in submit method

2021-06-29 Thread Maxim Solodovnik
Maybe it would be better to perform checks during validation ? from mobile (sorry for typos ;) On Tue, Jun 29, 2021, 22:33 vahid ghasemi wrote: > Hello > How can I pass an error in an onSubmit method? > I have some errors that can detect in the onSubmit method. > I throw exceptions at end of t

[ANNOUNCE] WicketStuff 9.4.0 Released

2021-07-10 Thread Maxim Solodovnik
WicketStuff core 9.4.0 based on Apache Wicket 9.4.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version jython version is extracted to variable Dependencies are updated wicketstuff-core

[ANNOUNCE] WicketStuff 8.13.0 Released

2021-07-23 Thread Maxim Solodovnik
WicketStuff core 8.13.0 based on Apache Wicket 8.13.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version Dependencies are updated Dependencies are updated 8.13.0 release The

Re: login captcha issue

2021-07-31 Thread Maxim Solodovnik
You can set-up NoVersionMapper https://stackoverflow.com/questions/8602489/delete-version-number-in-url from mobile (sorry for typos ;) On Sat, Jul 31, 2021, 22:39 vahid ghasemi wrote: > Hello > I have a login form with a captcha. > I tested my form with Burp suite (penetration test tool). >

[ANNOUNCE] WicketStuff 9.5.0 Released

2021-09-14 Thread Maxim Solodovnik
WicketStuff core 9.5.0 based on Apache Wicket 9.5.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (5): Switching to the next development version Dependencies are updated Select2 and friends are updated Dependencies are updated

Re: About jQuery 2.2.4 vulnerability

2021-10-20 Thread Maxim Solodovnik
On Wed, 20 Oct 2021 at 17:21, Shengche Hsiao wrote: > Dear Martin > > After I applied the code, the website showed exceptions below > > > ERROR [org.apache.wicket.DefaultExceptionMapper] (default task-2521) > Unexpected error occurred: org.apache.wicket.WicketRuntimeException: An > error occurred

Re: ContextRelativeResourceReference CSS rendering problem

2021-10-21 Thread Maxim Solodovnik
Maybe you can create a quickstart? http://wicket.apache.org/start/quickstart.html On Thu, 21 Oct 2021 at 21:27, Greg Dunn wrote: > Hi, thanks for your response and assistance. > > Disabling strict CSP did not make any difference. > > You are correct that the problem only happens on the first pag

Re: wicket clickable image with tooltips map

2021-11-05 Thread Maxim Solodovnik
What version of wicket-bootstrap are you using? Are there any errors in JS console? from mobile (sorry for typos ;) On Thu, Nov 4, 2021, 21:52 C.S. wrote: > Many thanks Sven and Martin, > > Svens suggestion (adding an AjaxEventBehavior("load")) works like a charm. > Exactly what i was asking.

Re: wicket clickable image with tooltips map

2021-11-06 Thread Maxim Solodovnik
Unfortunately I have no experience with "wicket-bootstrap 2*" 5.* and 6.* seems to work for us as expected Maybe you can provide a quickstart application demonstrating the problem? https://wicket.apache.org/start/quickstart.html On Sat, 6 Nov 2021 at 13:55, C.S. wrote: > Wicket version is 8.12

[ANNOUNCE] WicketStuff 9.6.0 Released

2021-11-11 Thread Maxim Solodovnik
WicketStuff core 9.6.0 based on Apache Wicket 9.6.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (7): Switching to the next development version Cometd version is increased javadocs are partially fixed Wicket is updated, link

[ANNOUNCE] WicketStuff 9.7.0 Released

2021-12-13 Thread Maxim Solodovnik
WicketStuff core 9.7.0 based on Apache Wicket 9.7.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (3): Switching to the next development version Dependencies are updated wicketstuff-core-9.7.0 released dependabot[bot] (2

[DISCUSSION] drop wicketstuff-jwicket-ui*

2022-01-11 Thread Maxim Solodovnik
Hello All, I've just noticed: wicketstuff-jwicket-ui-datepicker Contains `jQuery UI Datepicker 1.10.3` ( more than 160 js/css files) wicketstuff-jwicket-ui-tooltip Contains `jQuery UI Tooltip 1.10.3` wicketstuff-jwicket-ui-accordion wicketstuff-jwicket-ui-dragdrop wicketstuff-jwicket-ui-

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-17 Thread Maxim Solodovnik
I would recommend to use https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/wicket-9.x/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/ladda/LaddaAjaxButton.java works for as On Mon, 17 Jan 2022 at 16:33, Michelle Ee Siew Phing wrote: > > Hi, > > Thanks

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-18 Thread Maxim Solodovnik
not available to us. > Sorry Did quick search on a wrong branch :( We are on bootstrap5 And are using de.agilecoders.wicket.extensions.markup.html.bootstrap.spinner.SpinnerAjaxButton If I do remember correctly it should work for bootstrap4 as well :) > On Mon, Jan 17, 2022 at 5:39 PM

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-20 Thread Maxim Solodovnik
Have you tried the SpinnerButton from wicket-bootstrap? Does it work for you? from mobile (sorry for typos ;) On Fri, Jan 21, 2022, 08:49 Michelle Ee Siew Phing < michelle...@mcruncher.com> wrote: > Sorry... missed out the wicket.bootstrap.version > > 5.0.5 > > On Fri, Jan 21, 2022 at 9:35 AM

[ANNOUNCE] WicketStuff 8.14.0 Released

2022-02-10 Thread Maxim Solodovnik
WicketStuff core 8.14.0 based on Apache Wicket 8.14.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (3): Switching to the next development version Dependencies are updated wicketstuff-core 8.14.0 is released The WicketStuff team

Re: [DISCUSSION] drop wicketstuff-jwicket-ui*

2022-02-10 Thread Maxim Solodovnik
Dropped! Thanks a lot! :) On Wed, 12 Jan 2022 at 13:58, Sven Meier wrote: > +1 for dropping them > > Sven > > Am 12. Januar 2022 07:29:19 MEZ schrieb Martin Grigorov < > mgrigo...@apache.org>: > >+1 to drop them ! > > > >On Wed, Jan 12,

[ANNOUNCE] WicketStuff 9.8.0 Released

2022-02-10 Thread Maxim Solodovnik
WicketStuff core 9.8.0 based on Apache Wicket 9.8.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (11): Switching to the next development version [dashboard] proper way of RTL detection, jquery-ui is updated Merge branch 'maste

Re: module error

2022-02-18 Thread Maxim Solodovnik
On Sat, 19 Feb 2022 at 03:04, Locke, Jonathan (Luo Shibo) < jonath...@telenav.com> wrote: > Hi Martin, > > I was able to fix the problem as you suggested by adding: > > uses org.apache.wicket.IInitializer; > > to module-info.java in wicket-core. I created a pull request, but got an > error try

Re: module error

2022-02-19 Thread Maxim Solodovnik
from mobile (sorry for typos ;) On Sat, Feb 19, 2022, 19:20 Ernesto Reinaldo Barreiro wrote: > No if you are a committer :-) > Commiter will never see 403 :) > > On Fri, Feb 18, 2022 at 11:44 PM Maxim Solodovnik > wrote: > > > On Sat, 19 Feb 2022 at 03:04, Lo

Re: module error

2022-02-19 Thread Maxim Solodovnik
activity Can you check if you have your github login at id.apache.org ? I'm amazed that wicket is still going strong. In two years it will be 20 > years of Wicket. > >Jon > > ____ > From: Maxim Solodovnik > Sent: Saturday, February

Re: module error

2022-02-20 Thread Maxim Solodovnik
t; at JIRA. > > > Once you have access to your Apache account you should go to > https://gitbox.apache.org/setup/ to link it with your GitHub account. > > > > On Sun, Feb 20, 2022, 08:00 Locke, Jonathan (Luo Shibo) < > jonath...@telenav.com> wrote: > > > Y

Re: Get session details when it expires

2022-03-15 Thread Maxim Solodovnik
from mobile (sorry for typos ;) On Tue, Mar 15, 2022, 16:56 Arunachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > Hi guys, > My app uses custom Session and Session Store classes that extend WebSession > and HttpSessionStore respectively. Additional details stored in the Session > c

[ANNOUNCE] WicketStuff 9.9.0 Released

2022-03-31 Thread Maxim Solodovnik
WicketStuff core 9.9.0 based on Apache Wicket 9.9.0 is released and soon will be available at Maven Central! Maxim Solodovnik (3): Switching to the next development version Dependencies are updated wicketstuff core 9.9.0 is released The WicketStuff team

[ANNOUNCE] WicketStuff 9.9.1 Released

2022-04-11 Thread Maxim Solodovnik
WicketStuff core 9.9.1 based on Apache Wicket 9.9.1 is released and soon will be available at Maven Central! Maxim Solodovnik (5): commons-io is updated push-* modules are dropped Dependencies and plugins are updated Dependencies are updated Wicketstuff-core 9.9.1

[ANNOUNCE] WicketStuff 9.10.0 Released

2022-05-06 Thread Maxim Solodovnik
WicketStuff core 9.10.0 based on Apache Wicket 9.10.0 is released and soon will be available at Maven Central! Maxim Solodovnik (3): Switching to the next development version Dependencies are updated wicketstuff-core-9.10.0 is released The WicketStuff team

Re: Reg : Multiple versions of jQuery's are loaded on same page causing conflict

2022-05-31 Thread Maxim Solodovnik
Can you share quick-start project? from mobile (sorry for typos ;) On Tue, May 31, 2022, 17:03 sundar saba wrote: > Hi all, > > Based on your solution my actual problem is solved. May I know from > where another version of jQuery v2.2.4 is loaded? And I know that jQuery > v3.6.0 is loaded fr

[ANNOUNCE] WicketStuff 9.11.0 Released

2022-07-11 Thread Maxim Solodovnik
WicketStuff core 9.11.0 based on Apache Wicket 9.11.0 is released and soon will be available at Maven Central! Maxim Solodovnik (3): Switching to the next development version Dependencies are updated and organized wicketstuff-core 9.11.0 is released The WicketStuff team

[ANNOUNCE] WicketStuff 9.12.0 Released

2022-10-16 Thread Maxim Solodovnik
WicketStuff core 9.12.0 based on Apache Wicket 9.12.0 is released and soon will be available at Maven Central! Maxim Solodovnik (7): Switching to the next development version Jetty and Spring are updated Dependencies are updated Dependencies are updated .vscode is

Re: Ajax - component not rendered.

2022-11-08 Thread Maxim Solodovnik
Steps to create Mini application are here: https://wicket.apache.org/start/quickstart.html :)) On Tue, 8 Nov 2022 at 15:01, Martin Grigorov wrote: > Hi, > > Please try to reproduce the problem in a mini application and share it > with us! > > On Tue, Nov 8, 2022 at 9:41 AM Laurent Duparchy wrot

Re: Wicket on low end hardware

2023-01-02 Thread Maxim Solodovnik
from mobile (sorry for typos ;) On Tue, Jan 3, 2023, 00:26 wrote: > It is not a very special setup. > > All devices run a Tomcat 9 servlet container. The servlet container runs > a webservice that is being used onsite by other systems and an > administration UI which is Wicket based. Both apps

Re: Wicket on low end hardware

2023-01-05 Thread Maxim Solodovnik
You can render components, not just pages According to the list You can create the list of all HTML files, find correspondent Java files and try to render them from mobile (sorry for typos ;) On Fri, Jan 6, 2023, 01:20 Chris Colman wrote: > In my case I have lots of modal forms (using Wickets

Re: FormComponent and FormComponentPanel ClassCast Issue

2023-01-29 Thread Maxim Solodovnik
Maybe you can create quickstart? On Mon, 30 Jan 2023 at 08:58, Eric Hamel wrote: > > Good evening, > > Does anyone have any insight on this ? > > ———- > Eric Hamel > Senior Project Manager > Albany ITG > 528-697-4503 > > > On Jan 23, 2023, at 10:31 AM, Eric Hamel wrote: > > > > The hierarch

Re: Wicket 10 + Commons FileUpload

2023-03-25 Thread Maxim Solodovnik
https://github.com/apache/wicket/pull/565 :)) On Thu, 23 Mar 2023 at 19:49, Martin Grigorov wrote: > > Hi, > > The plan is to copy the fileupload classes in Wicket. > Do you want to help with a PR ? > Just create a new Maven module, e.g. wicket-commons-fileupload, and copy > the Jakarta related c

Re: Wicket 10 + Commons FileUpload

2023-03-31 Thread Maxim Solodovnik
d time working to > the PR 🙏 > > > > > On Sat, Mar 25, 2023 at 5:02 PM Greb Lindqvist > wrote: > > > Thank you! 🎉 > > > > On Sat, Mar 25, 2023 at 6:05 AM Maxim Solodovnik > > wrote: > > > > > https://github.com/apache/wicket/pull/5

Re: Wicket 10 + Commons FileUpload

2023-04-03 Thread Maxim Solodovnik
gt;> org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:208) > >> at > >> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:307) > >> > >> Regards. > >> > >> On 2023/03/31 07:55

Re: Wicket 10 + Commons FileUpload

2023-04-03 Thread Maxim Solodovnik
tCycle(AbstractUpgradeFilter.java:67) > > > at > > > org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:208) > > > at > > > org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:307) > > > > >

[ANNOUNCE] WicketStuff 9.13.0 Released

2023-04-18 Thread Maxim Solodovnik
WicketStuff core 9.13.0 based on Apache Wicket 9.13.0 is released and soon will be available at Maven Central! Maxim Solodovnik (16): Switching to the next development version Dependencies are updated Dependencies are updated, vulnerable testng is removed Dependencies are

[ANNOUNCE] WicketStuff 8.15.0 Released

2023-05-03 Thread Maxim Solodovnik
WicketStuff core 8.15.0 based on Apache Wicket 8.15.0 is released and soon will be available at Maven Central! Maxim Solodovnik (3): Switching to the next development version Versions are updated WicketStuff Core 8.15.0 build is successful The WicketStuff team

[ANNOUNCE] WicketStuff 9.14.0 Released

2023-05-28 Thread Maxim Solodovnik
WicketStuff core 9.14.0 based on Apache Wicket 9.14.0 is released and soon will be available at Maven Central! Maxim Solodovnik (6): Switching to the next development version Hazelcast is updated Dependencies are updated Code clean-up Dependencies are updated

Re: Plans for Wicket 10 Release

2023-05-30 Thread Maxim Solodovnik
from mobile (sorry for typos ;) On Tue, May 30, 2023, 20:05 Jeroen Steenbeeke 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 BanDuplicateCl

Re: Plans for Wicket 10 Release

2023-05-30 Thread Maxim Solodovnik
Should be fixed with this: https://github.com/apache/wicket/pull/591 :) On Tue, 30 May 2023 at 22:16, Maxim Solodovnik wrote: > > > > from mobile (sorry for typos ;) > > > On Tue, May 30, 2023, 20:05 Jeroen Steenbeeke > wrote: >> >> The current wicket-commo

Re: wicketstuff v10?

2023-07-03 Thread Maxim Solodovnik
Hello Shawn, I'll get back from vacation in a week or so and will create a release :) Or someone might create release earlier :) from mobile (sorry for typos ;) On Mon, Jul 3, 2023, 18:44 Shawn McKinney wrote: > Hello, > > Any projections on when wicketstuff for v10.x will be available? > >

Re: wicketstuff v10?

2023-07-09 Thread Maxim Solodovnik
I'm back :) going to create release today :) You can track progress here https://github.com/wicketstuff/core/issues/752 On Tue, 4 Jul 2023 at 02:21, Shawn McKinney wrote: > > > > On Jul 3, 2023, at 11:26 AM, Maxim Solodovnik wrote: > > > > Hello Shawn, > > &

[ANNOUNCE] WicketStuff 10.0.0-M1 Released

2023-07-10 Thread Maxim Solodovnik
WicketStuff core 10.0.0-M1 based on Apache Wicket 10.0.0-M1 is released and soon will be available at Maven Central! Maxim Solodovnik (24): wicket-webjars is updated Fixes Issue #743: JSON.stringify is used instead of $.toJson Deprecated code is removed closure-compiler

Re: Quickstart Problems

2023-08-25 Thread Maxim Solodovnik
Sounds like we can fix something before 9.15 release :) I'll try to check it :) can you please file JIRA here: https://issues.apache.org/jira/projects/WICKET ? On Fri, 25 Aug 2023 at 22:20, Dr. Janko Jochimsen wrote: > > Hi, > > I am new to Wicket but have some experience with Java and Tapestry

Re: Quickstart Problems

2023-08-25 Thread Maxim Solodovnik
On Fri, 25 Aug 2023 at 22:20, Dr. Janko Jochimsen wrote: > > Hi, > > I am new to Wicket but have some experience with Java and Tapestry. > Installing the quickstarts I have run into some problems that make me wonder > how many people are starting with this platform as of 2023? > > First the fact

Re: Quickstart Problems

2023-08-25 Thread Maxim Solodovnik
On Fri, 25 Aug 2023 at 22:57, Maxim Solodovnik wrote: > > On Fri, 25 Aug 2023 at 22:20, Dr. Janko Jochimsen > wrote: > > > > Hi, > > > > I am new to Wicket but have some experience with Java and Tapestry. > > Installing the quickstarts I have run into som

Re: Quickstart Problems

2023-08-25 Thread Maxim Solodovnik
On Fri, 25 Aug 2023 at 22:20, Dr. Janko Jochimsen wrote: > > Hi, > > I am new to Wicket but have some experience with Java and Tapestry. > Installing the quickstarts I have run into some problems that make me wonder > how many people are starting with this platform as of 2023? > > First the fact

Re: Quickstart Problems

2023-08-25 Thread Maxim Solodovnik
Can you please try to use quickstart from this branch: https://github.com/apache/wicket/tree/quickstart-fix ? (9.15.0-SNAPSHOT so far :))) On Fri, 25 Aug 2023 at 23:34, Maxim Solodovnik wrote: > > On Fri, 25 Aug 2023 at 22:20, Dr. Janko Jochimsen > wrote: > > > > Hi, >

Re: Quickstart Problems

2023-08-25 Thread Maxim Solodovnik
did it myself: https://issues.apache.org/jira/browse/WICKET-7070 :) On Fri, 25 Aug 2023 at 22:39, Maxim Solodovnik wrote: > > Sounds like we can fix something before 9.15 release :) > > I'll try to check it :) > > can you please file JIRA here: https://issues.apache.o

Re: Quickstart Problems

2023-08-25 Thread Maxim Solodovnik
to contribute > issues. Just an idea. This might be great idea (since JIRA registration is a bit complicated these days ) :) > > Thx > Dan > > [1] https://github.com/apache/causeway-app-simpleapp > [2] https://github.com/apache/causeway-app-helloworld > > >

Re: Quickstart Problems

2023-08-26 Thread Maxim Solodovnik
Best > > Janko > > > -Ursprüngliche Nachricht- > Von: Maxim Solodovnik > Gesendet: Freitag, 25. August 2023 18:40 > Cc: users@wicket.apache.org > Betreff: Re: Quickstart Problems > > Can you please try to use quickstart from this branch: > https://github.com/ap

Re: Quickstart Problems

2023-08-27 Thread Maxim Solodovnik
! > > Best > > Janko > > -----Ursprüngliche Nachricht- > Von: Maxim Solodovnik > Gesendet: Samstag, 26. August 2023 09:01 > An: users@wicket.apache.org > Betreff: Re: Quickstart Problems > > On Sat, 26 Aug 2023 at 01:12, Dr. Janko Jochimsen > wrote: >

[ANNOUNCE] WicketStuff 9.15.0 Released

2023-09-21 Thread Maxim Solodovnik
WicketStuff core 9.15.0 based on Apache Wicket 9.15.0 is released and soon will be available at Maven Central! Maxim Solodovnik (6): Switching to the next development version wicketstuff-openlayers3 fixed to work with bootstrap 3, 4, 5 Jackson is downgraded Jetty is

[ANNOUNCE] WicketStuff 10.0.0-M2 Released

2023-10-19 Thread Maxim Solodovnik
WicketStuff core 10.0.0-M2 based on Apache Wicket 10.0.0-M2 is released and soon will be available at Maven Central! Maxim Solodovnik (10): portlet-parent is dropped Switching to the next development version Fixes #753: wicketstuff-openlayers3-bootstrap modified to work under

[ANNOUNCE] WicketStuff 9.16.0 Released

2023-11-27 Thread Maxim Solodovnik
WicketStuff core 9.16.0 based on Apache Wicket 9.16.0 is released and soon will be available at Maven Central! Maxim Solodovnik (5): Switching to the next development version BCprov is updated; Tests are fixed Jetty is updated Dependencies are updated wicketstuff

Re: Wicket 9 + Jetty 12: Lots of exceptions due to modification of read-only response

2024-01-22 Thread Maxim Solodovnik
Hello Martin, On Mon, 22 Jan 2024 at 23:09, Martin Simons wrote: > > Hey everyone, > > I started a gnarly migration of a really old Wicket 6 application to Wicket 9 > last week. One of the objectives was to move away from a .war-based > deployment to a Tomcat app server, and instead go with an

[ANNOUNCE] WicketStuff 10.0.0 Released

2024-03-18 Thread Maxim Solodovnik
) Maxim Solodovnik (15): Switching to the next development version schemaLocation for web.xml files is updated Jetty DTD URL is updated Dependencies are updated Merge is fixed Duplicate property removed TinyMCE 3 and 4 are dropped Modules for TinyMCE 3

[ANNOUNCE] WicketStuff 9.17.0 Released

2024-03-20 Thread Maxim Solodovnik
WicketStuff core 9.17.0 based on Apache Wicket 9.17.0 is released and soon will be available at Maven Central! Maxim Solodovnik (8): Switching to the next development version Dependencies are updated Fixes issue #764: presense of 'getAttribute' function is be

[ANNOUNCE] WicketStuff 9.18.0 Released

2024-06-04 Thread Maxim Solodovnik
WicketStuff core 9.18.0 based on Apache Wicket 9.18.0 is released and soon will be available at Maven Central! Richard Eckart de Castilho (1): wicket-jquery-ui - was migrated to wicketstuff with all commit history Andreas Svanberg (1): Removed unused bcprov-jdk18on dependency Maxim

[ANNOUNCE] WicketStuff 10.1.0 Released

2024-06-07 Thread Maxim Solodovnik
datatables library webjars (#923) #928 Upgrade moment.min.js from 2.29.3 to 2.29.4 (#929) #926 Use Webjars for JQueryUI (#927) Refactoring/#931 update JQuery UI dashboard webjars (#932) Maxim Solodovnik (3): Old bundled jQuery files are removed FullCalendar v6 is added

<    2   3   4   5   6   7   8   >