Update to WICKET-5819 - memory usage

2015-05-24 Thread Tobias Soloschenko
Hello everyone, I just want to introduce a new fluent method to PackageResource / PackageResourceReference which is called readPartially(boolean). It adresses a memory consumption issue while reading media files (audio, video) or other large resource files. Before this implementation the

Re: New StrngResourceLocator (WICKET-5906)

2015-05-24 Thread Tobias Soloschenko
Without looking into code, but the change about the defaultValue make sense to me - I remember a discussion about the constructor and why it has been removed - maybe we should check the mailinglist / the PRs before re-adding it. kind regards Tobias Am 24.05.2015 um 17:21 schrieb Andrea Del

Re: New StrngResourceLocator (WICKET-5906)

2015-05-24 Thread Tobias Soloschenko
@Andrea: So if I understood you right - if no component would be set to the StringResourceModel the localizer is going to be invoked like this: (second paramter is the component) value = localizer.getString(getResourceKey(), null, null, null, null, defaultValue); I guess the app

Re: Update to WICKET-5819 - memory usage

2015-05-25 Thread Tobias Soloschenko
things in the javadoc improvements. Did you receive notifications? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, May 24, 2015 at 2:48 PM, Tobias Soloschenko tobiassolosche...@googlemail.com wrote: Hello everyone, I just want to introduce a new fluent

Re: wicket git commit: WICKET-5819 - renamed readPartially to readBuffered (default true)

2015-05-25 Thread Tobias Soloschenko
-5819_Improvements Commit: 7a837f605f0df3777f5a3a2b70d3f1142f32a1f4 Parents: 7343727 Author: Tobias Soloschenko tsolosche...@apache.org Authored: Mon May 25 22:37:30 2015 +0200 Committer: Tobias Soloschenko tsolosche...@apache.org Committed: Mon May 25 22:37:30 2015 +0200

Re: Update to WICKET-5819 - memory usage

2015-05-25 Thread Tobias Soloschenko
in the javadoc improvements. Did you receive notifications? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, May 24, 2015 at 2:48 PM, Tobias Soloschenko tobiassolosche...@googlemail.com wrote: Hello everyone, I just want to introduce a new fluent

Re: Update to WICKET-5819 - memory usage

2015-05-26 Thread Tobias Soloschenko
made some comments in GitHub about small things in the javadoc improvements. Did you receive notifications? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, May 24, 2015 at 2:48 PM, Tobias Soloschenko tobiassolosche...@googlemail.com wrote

Re: User manual from GDoc - ASCIIdoctor

2015-05-26 Thread Tobias Soloschenko
, 2015 at 2:30 PM, Tobias Soloschenko tobiassolosche...@googlemail.com wrote: Hi, I would also recommend to stay at gdoc. I also evaluated AsciiDoctor and there are a lot of formatting and exporting issues to be solved and currently (as Martin said already) the process is rather simple

Re: User manual from GDoc - ASCIIdoctor

2015-05-26 Thread Tobias Soloschenko
Hi, I would also recommend to stay at gdoc. I also evaluated AsciiDoctor and there are a lot of formatting and exporting issues to be solved and currently (as Martin said already) the process is rather simple to update the documentation and it is well integrated in the build process. If

Re: Update to WICKET-5819 - memory usage

2015-05-26 Thread Tobias Soloschenko
in GitHub about small things in the javadoc improvements. Did you receive notifications? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, May 24, 2015 at 2:48 PM, Tobias Soloschenko tobiassolosche...@googlemail.com wrote: Hello everyone, I just want

Re: Update to WICKET-5819 - memory usage

2015-05-26 Thread Tobias Soloschenko
in GitHub about small things in the javadoc improvements. Did you receive notifications? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, May 24, 2015 at 2:48 PM, Tobias Soloschenko tobiassolosche...@googlemail.com wrote: Hello everyone, I just want

Re: New team member: François Meillet!

2015-06-29 Thread Tobias Soloschenko
Warm welcome! :-) kind regards Tobias Am 29.06.2015 um 10:40 schrieb Martijn Dashorst martijn.dasho...@gmail.com: The Project Management Committee (PMC) for Apache Wicket has asked François Meillet to become a team member and we are pleased to announce that they have accepted. François

Re: Wicket 7 finalization

2015-06-29 Thread Tobias Soloschenko
Hi, the only thing currently mentioned and which I target with a change this evening: http://apache-wicket.1842946.n4.nabble.com/Wicket7-MediaComponent-and-Source-classes-td4671386.html If this has been changed +1 of me. :-) - I am so happy that 7.0.0 is going to be released, finally! :-)

Re: Wicket 7 special website is live

2015-07-28 Thread Tobias Soloschenko
On iOS devices (iPhone5s) the contribute / apache buttons are cut off a bit behind the main content. Maybe increase the header a bit? kind regards Tobias Am 28.07.2015 um 17:11 schrieb Andrea Del Bene an.delb...@gmail.com: Fantastic! It's definitely beautiful to me. Thank you Martijn!

Re: Wicket 7 special website is live

2015-07-28 Thread Tobias Soloschenko
I fixed it with a media query. :-) Great job! I like the new wicket 7 image! :-D kind regards Tobias Am 28.07.2015 um 17:11 schrieb Andrea Del Bene an.delb...@gmail.com: Fantastic! It's definitely beautiful to me. Thank you Martijn! PS: Did you have the chance to take a look at a

Re: [VOTE] Release Wicket 7.0.0 take 3

2015-07-15 Thread Tobias Soloschenko
May I am wrong but does the ajax form example (with name / email) work for you? Last time I tried it nothing happens on ajax / normal submit. If this is fine +1 Tested: InlineImage, Media Tags (video playback), Responsive Images, CssUrlReplacer tested on Safari 8.0.7 / Chrome 43.0.2357.130 /

Re: [VOTE] Release Wicket 7.0.0 take 3

2015-07-15 Thread Tobias Soloschenko
, Tobias Soloschenko wrote: May I am wrong but does the ajax form example (with name / email) work for you? Last time I tried it nothing happens on ajax / normal submit. If this is fine +1 Tested: InlineImage, Media Tags (video playback), Responsive Images, CssUrlReplacer tested on Safari

Fwd: Generic resource reference for video / audio playback

2015-10-26 Thread Tobias Soloschenko
ith the default Java NIO way (java.nio.file.spi.FileTypeDetector) * Supports content ranges kind regards Tobias Weitergeleitete Nachricht Betreff:Generic resource reference for video / audio playback Datum: Mon, 26 Oct 2015 06:39:25 +0100 Von: Tobias Solosche

Re: Generic resource reference for video / audio playback

2015-10-26 Thread Tobias Soloschenko
26 Oct 2015 06:39:25 +0100 Von:Tobias Soloschenko <tobias.solosche...@gmail.com> An: dev@wicket.apache.org Hi guys, as I wrote in the confluence page about new Wicket 8 features, I wanted to ask you what you think about a generic resource reference to handle with media

Generic resource reference for video / audio playback

2015-10-25 Thread Tobias Soloschenko
Hi guys, as I wrote in the confluence page about new Wicket 8 features, I wanted to ask you what you think about a generic resource reference to handle with media files located at the file system of the server or at least are reachable by java streams. This would it make easier to point to a

Re: Compile error at master (watchForModifications)

2015-10-26 Thread Tobias Soloschenko
use Ubuntu but Martijn uses Mac as you and apparently he also doesn't have this problem. But make the change if this fixed the problem at your side. It looks minor. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Oct 26, 2015 at 8:59 AM, Tobias S

Re: Compile error at master (watchForModifications)

2015-10-26 Thread Tobias Soloschenko
fine here. Also BuildBot is OK: https://ci.apache.org/builders/wicket-master Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Oct 26, 2015 at 6:55 AM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: Hi, I got a compile error when I am ch

Re: Generic resource reference for video / audio playback

2015-10-27 Thread Tobias Soloschenko
I like the idea, these new resources will be useful for our project > > On Mon, Oct 26, 2015 at 3:21 PM, Tobias Soloschenko < > tobiassolosche...@googlemail.com> wrote: > >> Hi again, >> >> I just implemented an example based on the java.nio API: >> >> &g

Re: Site update: help needed

2015-10-26 Thread Tobias Soloschenko
That you very much! :-) kind regards Tobias > Am 26.10.2015 um 22:47 schrieb Andrea Del Bene : > > I've updated the site for the two new releases. > > Regards. >> My local ruby/gem installation is properly borked and I won't be able >> to update the site for a couple of

Re: Site update: help needed

2015-10-26 Thread Tobias Soloschenko
The "more" link at Wicket 7.1.0 Release is not working correctly - the Wicket page (menu, etc.) is not shown. kind regards Tobias > Am 26.10.2015 um 22:47 schrieb Andrea Del Bene : > > I've updated the site for the two new releases. > > Regards. >> My local ruby/gem

Wicket Site issues

2015-10-27 Thread Tobias Soloschenko
Hi, I am going to fix some issues with the Wicket Site today Currently the main page is not displayed right on mobile devices and the more button of Wicket 7.1.0 does not display the page Layout kind regards Tobias

Re: Site update: help needed

2015-10-26 Thread Tobias Soloschenko
Hi Andrea, I would suggest to let remain the new wicket 7 entrance page a bit longer. kind regards Tobias Am 26.10.15 um 15:43 schrieb andrea del bene: Hi Martijn, what shall we do about the landing page? it still shows the announcement for the new 7 version. Should we turn back to the

Re: Site update: help needed

2015-10-26 Thread Tobias Soloschenko
just delete the xcode dev tools and redownload it. There are some changes since 10.11. There is a folder for it - or try to find it with "whereis gem" and delete the parent folder. kind regards Tobias > Am 26.10.2015 um 13:00 schrieb Martijn Dashorst : > > You

Re: [GitHub] wicket pull request: Wicket 6.x

2015-10-25 Thread Tobias Soloschenko
Great! Finally it's closed! :-) kind regards Tobias > Am 25.10.2015 um 21:13 schrieb Martijn Dashorst : > >> On Sun, Oct 25, 2015 at 9:03 PM, asfgit wrote: >> Github user asfgit closed the pull request at: >> >>

Re: WICKET-6021: add commons-collections as a dependency or not...

2015-11-10 Thread Tobias Soloschenko
Hi, please watch out - there is a security issue mentioned at heise.de (zero day exploid) which affects common collections: org/apache/commons/collections/functors/InvokerTransformer.class Here is an article in english which mentions that issue:

Re: Wicket Tumblr entry listed twice

2015-11-13 Thread Tobias Soloschenko
Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Tue, Oct 6, 2015 at 11:51 AM, Tobias Soloschenko < > tobiassolosche...@googlemail.com> wrote: > >> Hi, >> >> there is one reference listed up twice at

Re: Wicket Tumblr entry listed twice

2015-11-15 Thread Tobias Soloschenko
move it but to submit new entries so that >> this one goes down :-) >> >> Martin Grigorov >> Wicket Training and Consulting >> https://twitter.com/mtgrigorov >> >> On Fri, Nov 13, 2015 at 4:06 PM, Tobias Soloschenko < >> tobias.solosche...@gmail.com> wrote: &g

Re: WICKET-6021: add commons-collections as a dependency or not...

2015-11-10 Thread Tobias Soloschenko
orov > > On Tue, Nov 10, 2015 at 11:18 PM, Tobias Soloschenko < > tobiassolosche...@googlemail.com> wrote: > >> Hi, >> >> please watch out - there is a security issue mentioned at heise.de (zero >> day exploid) which affects common collections: >> >

Re: [VOTE] Integration of the FileSystemResourceReference

2015-11-01 Thread Tobias Soloschenko
31, 2015 at 3:47 PM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: Hi, I just wanted to ask if we should integrate the FileSystemResourceReference into wicket core which is mentioned and already discussed here: http://apache-wicket.1842946.n4.nabble.com/Generic-resource-ref

Fwd: Generic resource reference for video / audio playback

2015-10-30 Thread Tobias Soloschenko
.org> > Betreff: Re: Generic resource reference for video / audio playback > Antwort an: dev@wicket.apache.org > > I like the idea, these new resources will be useful for our project > > On Mon, Oct 26, 2015 at 3:21 PM, Tobias Soloschenko < > tobiassolosche...@googlemai

Re: [VOTE] Integration of the FileSystemResourceReference

2015-11-01 Thread Tobias Soloschenko
> Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Sun, Nov 1, 2015 at 10:38 AM, Tobias Soloschenko < > tobiassolosche...@googlemail.com> wrote: > >> I wrote some unit tests even with mime type detection and created a p

Re: MultiFileUploadField

2015-10-30 Thread Tobias Soloschenko
Hi, I don't know the other code of the file upload, but would it be better to use a LinkedHashMap to ensure the order? kind regards Tobias > Am 30.10.2015 um 14:48 schrieb Sven Meier : > > Hi all, > > I had problems building Wicket 6.x due to a failure in >

[VOTE] Integration of the FileSystemResourceReference

2015-10-31 Thread Tobias Soloschenko
Hi, I just wanted to ask if we should integrate the FileSystemResourceReference into wicket core which is mentioned and already discussed here: http://apache-wicket.1842946.n4.nabble.com/Generic-resource-reference-for-video-audio-playback-td4672337.html I provided two examples: * Reading

Re: Issues with /META-INF/wicket/*.properties

2015-10-14 Thread Tobias Soloschenko
Hi Martin, maybe there are two other options: 1. Use serviceloader in all NON-OSGi environments and only for OSGi use the old mechanism. 2. Implement a switch to tell the Wicket-Application to use the service loader or the old mechanism. Also I would allow the user to implement another way

Re: Issues with /META-INF/wicket/*.properties

2015-10-14 Thread Tobias Soloschenko
.g. wicket-extensions, > wicket-jquery-ui, ...) then these libraries should implement both/all ways. > I.e. if you implement your own way then these libraries most probably won't > work. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov &g

Re: Unit tests of concat bundle failing

2015-10-08 Thread Tobias Soloschenko
tin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Thu, Oct 8, 2015 at 4:31 AM, Tobias Soloschenko < > tobiassolosche...@googlemail.com> wrote: > >> Hi all, >> >> because I am currently fixing one bug I noticed that one

Re: New component based on selectize.js is available on wickstuff

2015-10-08 Thread Tobias Soloschenko
gt;> The only thing I miss in selectize is the search box … >>> >>> Tom >>> >>> >>>> On 07.10.2015, at 14:51, Tobias Soloschenko < >> tobiassolosche...@googlemail.com> wrote: >>>> >>>> Hi all, >>>

Re: New component based on selectize.js is available on wickstuff

2015-10-08 Thread Tobias Soloschenko
for customization. kind regards Tobias > Am 08.10.2015 um 16:01 schrieb Tom Götz <t...@decoded.de>: > > Well, there *is* ajax support, although not in line with other Wicket ajax > components … > > Tom > > >> On 08.10.2015, at 15:57, Tobias Soloschenko >>

Re: [Vote] Release Apache Wicket 1.5.14

2015-10-18 Thread Tobias Soloschenko
+1 for release. kind regards Tobias > Am 18.10.2015 um 13:47 schrieb Martin Grigorov : > > This vote is to release Apache Wicket 1.5.14 > > Git repo > http://git-wip-us.apache.org/repos/asf/wicket.git > > Branch name > build/wicket-1.5.14 > > Archived and signed Git

Re: Releasing 7.1

2015-10-18 Thread Tobias Soloschenko
Would be great because of the performance improvements! :-) kind regards Tobias > Am 18.10.2015 um 16:45 schrieb Martijn Dashorst : > > Just a heads up, building a release of 7.1 > > Martijn > > > -- > Become a Wicket expert, learn from the best:

Re: [VOTE] Release Apache Wicket 7.1.0

2015-10-18 Thread Tobias Soloschenko
+1 for release kind regards Tobias > Am 18.10.2015 um 18:46 schrieb Martijn Dashorst : > > This is a vote to release Apache Wicket 7.1.0 > >Please download the source distributions found in our staging area >linked below. > >I have included the signatures for

Re: [VOTE] Release Apache Wicket 7.1.0 (take 2)

2015-10-20 Thread Tobias Soloschenko
+1 for release kind regards Tobias > Am 21.10.2015 um 00:50 schrieb Martin Grigorov : > > [ X ] Yes, release Apache Wicket 7.1.0 > > Tested: > - build from sources > - random wicket examples > - Wicket Bootstrap > - WicketStuff (mvn clean test) > > > Martin Grigorov >

Re: wicket git commit: simplify filter handling: don't pass the chain around, use the boolean return in #doFilter() instead

2015-10-09 Thread Tobias Soloschenko
Hi Would be bad for PortletFilter! kind regards Tobias > Am 09.10.2015 um 10:12 schrieb Martin Grigorov : > > Hi Sven, > > Why this change? > This makes it impossible to use another Filter after WicketFilter? > > Martin Grigorov > Wicket Training and Consulting >

New component based on selectize.js is available on wickstuff

2015-10-07 Thread Tobias Soloschenko
Hi all, just wanted to mention that a new component based on selectize.js is available on wicketstuff, now. Keyfeatures: * Ajax-Support for select component * Select / Select-Group functionality * Tag functionality which also allow to create new tags

Re: [wicket8] Use which servlet api? 3.0 or 3.1

2015-10-06 Thread Tobias Soloschenko
ps://twitter.com/mtgrigorov > > On Tue, Oct 6, 2015 at 9:58 AM, andrea del bene <an.delb...@gmail.com> > wrote: > >> Agree. +1 for option b. >> >> >>> On 06/10/2015 00:21, Tobias Soloschenko wrote: >>> >>> Hi, >>> >&

Re: [wicket8] Lambdas everywhere (just models for now)

2015-10-06 Thread Tobias Soloschenko
Hi Martijn, my favorit: & Serializable, YT extends Function & Serializable> :-D Anyway some places hard to read but the unit tests show the benefit! kind regards Tobias Am 06.10.15 um 11:15 schrieb Martijn Dashorst: I've created a Lambdas class

Wicket Tumblr entry listed twice

2015-10-06 Thread Tobias Soloschenko
Hi, there is one reference listed up twice at Wicket Tumblr Account (the last and the previous): http://builtwithwicket.tumblr.com/ This results in a rendundant listing at the Wicket site carousel. kind regards Tobias

Re: New component based on selectize.js is available on wickstuff

2015-10-09 Thread Tobias Soloschenko
components … Tom On 08.10.2015, at 15:57, Tobias Soloschenko <tobiassolosche...@googlemail.com> wrote: No ajax support :-) kind regards Tobias Am 08.10.2015 um 15:52 schrieb Maxim Solodovnik <solomax...@gmail.com>: sorry for Off topic, what is wrong with select2? why to chan

Re: [VOTE] Release Wicket 7.0.0 take 3

2015-07-10 Thread Tobias Soloschenko
-1 because of http://apache-wicket.1842946.n4.nabble.com/Wicket7-MediaComponent-and-Source-classes-tp4671386.html See last posts. kind regards Tobias Am 10.07.2015 um 10:16 schrieb Martijn Dashorst martijn.dasho...@gmail.com: This is the third vote to release Apache Wicket 7.0.0

Re: [VOTE] Release Wicket 7.0.0 take 3

2015-07-10 Thread Tobias Soloschenko
, 2015 at 1:30 PM, Tobias Soloschenko tobiassolosche...@googlemail.com wrote: -1 because of http://apache-wicket.1842946.n4.nabble.com/Wicket7-MediaComponent-and-Source-classes-tp4671386.html See last posts. kind regards Tobias Am 10.07.2015 um 10:16 schrieb Martijn Dashorst

Re: Nice shout out by Uncle Bob Martin

2015-09-08 Thread Tobias Soloschenko
Who is uncle bob? ;-) kind regards Tobias > Am 08.09.2015 um 14:23 schrieb Martijn Dashorst : > > https://youtu.be/0oGpWmS0aYQ?t=1117 > > Of course we're listed as part of the horrible frameworks of yore... > Feels great to not be left out! > > Martijn > > -- >

Re: Download links for 1.3, 1.4, 1.5 seems to be broken

2015-09-14 Thread Tobias Soloschenko
Thanks! :-) kind regards Tobias > Am 14.09.2015 um 11:17 schrieb Martin Grigorov : > > Thanks, Martijn! > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Mon, Sep 14, 2015 at 9:58 AM, Martijn Dashorst < >

Re: Download links for 1.3, 1.4, 1.5 seems to be broken

2015-09-13 Thread Tobias Soloschenko
Maybe regenerate it from the sources of central maven repo: http://mvnrepository.com/artifact/org.apache.wicket/wicket/1.3.7 kind regards Tobias > Am 13.09.2015 um 20:19 schrieb Martin Grigorov : > > The docs for 1.4.x and 1.5.x should be fixed now! > > @devs: there is

Re: Download links for 1.3, 1.4, 1.5 seems to be broken

2015-09-13 Thread Tobias Soloschenko
=c4e3ad95c0109a01d5ea50a1094425a58a81a90a but I'm not sure it's worth it. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, Sep 13, 2015 at 8:51 PM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: Maybe regenerate it from the sources of central maven repo:

Re: Master - Wicket 8.x

2015-10-03 Thread Tobias Soloschenko
Hi Martin, thanks for the information! kind regards Tobias > Am 03.10.2015 um 13:32 schrieb Martin Grigorov : > > Hi, > > I'll create a branch wicket-7.x for Wicket 7.x and change the settings in > master's pom.xml to use Java 8. > > There are four fixed tickets for

Re: [wicket8] Use default method for IModel#detach()?

2015-10-05 Thread Tobias Soloschenko
+1 kind regards Tobias Am 05.10.15 um 22:42 schrieb Martijn Dashorst: Should we use an empty default implementation for IModel#detach? public class IModel extends IDetachable { ... @Override default void detach() { } } This won't break existing applications, but

Re: [wicket8] Use which servlet api? 3.0 or 3.1

2015-10-05 Thread Tobias Soloschenko
Hi, I think servlet 3.1 and JEE 7 should be used in the next version. Wicket 7 is targeting JEE 6 so it is covered. kind regards Tobias Am 05.10.15 um 22:17 schrieb Martijn Dashorst: On Mon, Oct 5, 2015 at 10:11 PM, Martin Grigorov wrote: Now even with Martijn's

Re: Deprecate MarkupContainer#get(int) and MarkupContainer#swap(int, int)

2015-09-21 Thread Tobias Soloschenko
+1 for both. kind regards Tobias > Am 21.09.2015 um 13:28 schrieb Martin Grigorov : > > +1 > > I also haven't used these methods > > and +1 for a branch for Wicket 8! > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > >> On Mon,

Path of User-Guide for Wicket 8.x is wrong

2015-10-05 Thread Tobias Soloschenko
Hi, I noticed that the path for the user guide seems to be wrong - it is actually this: https://ci.apache.org/projects/wicket/guide/8.x/8.x/ but should be: https://ci.apache.org/projects/wicket/guide/8.x/ kind regards Tobias

Re: wicket git commit: Readme Update

2015-10-05 Thread Tobias Soloschenko
Thanks for the hint. pom.xml version is now 3.0.1 kind regards Tobias Am 05.10.15 um 14:07 schrieb Martin Grigorov: OK, so the pom.xml is the last to fix Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Oct 5, 2015 at 2:05 PM, Tobias Soloschenko

Re: wicket git commit: Readme Update

2015-10-05 Thread Tobias Soloschenko
iff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2a1217c2 Branch: refs/heads/master Commit: 2a1217c28e0bd840a0c7fc9be4e9df76abd99f42 Parents: 73448df Author: Tobias Soloschenko <tsolosche...@apache.org> Authored: Mon Oct 5 13:53:41 2015 +0200 Committer: Tobias Soloschenko <tsolo

Re: Master - Wicket 8.x

2015-10-05 Thread Tobias Soloschenko
Yep, I will change it this afternoon. One additional point is that we have to release a new version of wicket-eclipse-settings (v3) for jdk 8 kind regards Tobias > Am 05.10.2015 um 12:50 schrieb Martin Grigorov <mgrigo...@apache.org>: > > On Mon, Oct 5, 2015 at 11:56 AM, Tob

Re: wicket git commit: Readme Update

2015-10-05 Thread Tobias Soloschenko
er Commit: 2a1217c28e0bd840a0c7fc9be4e9df76abd99f42 Parents: 73448df Author: Tobias Soloschenko <tsolosche...@apache.org> Authored: Mon Oct 5 13:53:41 2015 +0200 Committer: Tobias Soloschenko <tsolosche...@apache.org> Committed: Mon Oct 5 13:53:41 2015 +0200 --

Re: Master - Wicket 8.x

2015-10-05 Thread Tobias Soloschenko
Hi Martin, we also should adjust this at the wicket site: http://wicket.apache.org/contribute/ kind regards Tobias Am 03.10.15 um 13:32 schrieb Martin Grigorov: Hi, I'll create a branch wicket-7.x for Wicket 7.x and change the settings in master's pom.xml to use Java 8. There are four

Re: Master - Wicket 8.x

2015-10-05 Thread Tobias Soloschenko
at the moment. (broken links) See PR for more information. kind regards Tobias Am 05.10.15 um 12:50 schrieb Martin Grigorov: On Mon, Oct 5, 2015 at 11:56 AM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: Hi Martin, we also should adjust this at the wicket site:

Re: Wicket Tumblr entry listed twice

2015-10-06 Thread Tobias Soloschenko
gorov > > On Tue, Oct 6, 2015 at 11:51 AM, Tobias Soloschenko < > tobiassolosche...@googlemail.com> wrote: > >> Hi, >> >> there is one reference listed up twice at Wicket Tumblr Account (the last >> and the previous): >> >> http://builtwithwicket

Wicket Site Improvements

2015-10-06 Thread Tobias Soloschenko
Hi all, I made some improvements to our site http://wicket.apache.org/ * Added content about Wicket 8 * Fixed some layout issues that a white space has been shown on the right side at mobile devices (iOS 9.x) * Rearranged the button bars (3 max in one row), because some buttons got cut of at

Re: CompoundPropertyModel works different in wicket-7.x and master

2015-12-06 Thread Tobias Soloschenko
Great! Thanks a lot for the fix! kind regards Tobias > Am 06.12.2015 um 14:21 schrieb Sven Meier : > > Hi all, > > the Java 8 compiler is just better inferrinf the right method signature. > That's nothing Wicket can do about - besides avoiding constructor overloading. > >

Re: cors attribute

2015-12-06 Thread Tobias Soloschenko
Sounds good to me! If it is used at so many places! kind regards Tobias > Am 06.12.2015 um 14:40 schrieb Sven Meier : > > Hi Tobias, > > has "crossorigin" too, and

Re: CompoundPropertyModel works different in wicket-7.x and master

2015-12-06 Thread Tobias Soloschenko
Hi all, I am going to add some Information about the new components the next days. :-) kind regards Tobias > Am 06.12.2015 um 14:21 schrieb Sven Meier : > > Hi all, > > the Java 8 compiler is just better inferrinf the right method signature. > That's nothing Wicket can do

CompoundPropertyModel works different in wicket-7.x and master

2015-12-06 Thread Tobias Soloschenko
Hi guys, Martin mentioned to me that my last integration breaks the build of Wicket-7.x. As I saw master compiled fine. After a short research we found out that the CompoundPropertyModel works slightly different. Output in wicket-7.x: Output in master: http://www.google.de/test.jpg"/>

Re: CompoundPropertyModel works different in wicket-7.x and master

2015-12-06 Thread Tobias Soloschenko
; > new ExternalImage("compoundImage",compoundPropertyModel.bind("url"))); > > this invokes the constructor with the Serializable argument, effectively > wrapping the propertyModel inside a normal model. > > Have fun > Sven > > >> On 06.12.2015

Re: cors attribute

2015-12-06 Thread Tobias Soloschenko
Hi Sven, I would suggest to externalize it and use a separate for MediaC and Image, because it might diff in feature changes. WDYT? kind regards Tobias > Am 06.12.2015 um 10:17 schrieb Sven Meier : > > Hi, > > I've noticed that the "crossorigin" attribute is popping on

Re: CompoundPropertyModel works different in wicket-7.x and master

2015-12-06 Thread Tobias Soloschenko
perhaps this is treated differently in Java 7 vs. 8. > > Sven > >> On 06.12.2015 10:57, Tobias Soloschenko wrote: >> Hi Sven, >> >> so the behavior of wicket-7.x is right then? Because getObect receives the >> actual nested model and not src as model obje

Re: [VOTE] Integration of the FileSystemResourceReference

2015-12-11 Thread Tobias Soloschenko
> newResourceResponse(Attributes attributes) method > so it is impossible to construct FSRR(Path). > It would be nice to have such ability :) it might be useful to provide for > ex. user profile pictures by id of some other resources :) > >> On Fri, Dec 11, 2015 at 12:52

Re: [VOTE] Integration of the FileSystemResourceReference

2015-12-10 Thread Tobias Soloschenko
etings/blob/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/util/RecordingResourceReference.java#L72 > > On Sun, Nov 8, 2015 at 3:38 PM, Tobias Soloschenko < > tobiassolosche...@googlemail.com > <javascript:_e(%7B%7D,'cvml','tobiassolosche...@g

Re: Commits not reflected back

2015-12-11 Thread Tobias Soloschenko
:26 PM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: Hi all, there are currently commits not reflected back to the repository. See: https://issues.apache.org/jira/browse/WICKET-6042 Anyone know about that? kind regards Tobias

Commits not reflected back

2015-12-11 Thread Tobias Soloschenko
Hi all, there are currently commits not reflected back to the repository. See: https://issues.apache.org/jira/browse/WICKET-6042 Anyone know about that? kind regards Tobias

Re: [VOTE] Release Apache Wicket 7.2.0

2016-01-04 Thread Tobias Soloschenko
Hi Martin, thanks for changing it! :-) kind regards Tobias > Am 04.01.2016 um 13:26 schrieb Martin Grigorov : > > Hi, > > I guess we will have to make a new attempt to release 7.2.0. > I'll change all tickets with "Fix for = 7.3.0" to 7.2.0. > > Martin Grigorov >

NashornResourceReference

2016-01-06 Thread Tobias Soloschenko
Hi guys, I am currently playing around a bit with the nashorn implementation of Java 8. I just implemented a ResourceReference to show up cool features. :-) Features: * Post javascript against the resource reference which is executed on server side and optional enriched with user scoped

Re: NashornResourceReference

2016-01-07 Thread Tobias Soloschenko
he user, or you will have to > deal with rogue > scripts. > > Best regards, > Emond > >> On Thursday, January 07, 2016 10:25:30 AM Tobias Soloschenko wrote: >> Hi Emond, >> >> I already implemented a thread pool which terminates long running scrip

Re: NashornResourceReference

2016-01-07 Thread Tobias Soloschenko
e VM). > > Best regards, > Emond > >> On Thursday, January 07, 2016 11:12:31 AM Tobias Soloschenko wrote: >> Hi, >> >> I use ScheduledExecutorService and cancel - I am going to submit and show >> you the changes this evening. >> >> kind regards

Re: NashornResourceReference

2016-01-07 Thread Tobias Soloschenko
uting 'while(!isInterrupted());'. > There is no way to > safely stop a thread in Java (other than stopping the entire VM). > > Best regards, > Emond > >> On Thursday, January 07, 2016 11:12:31 AM Tobias Soloschenko wrote: >> Hi, >> >> I use ScheduledExecutorService and c

Re: NashornResourceReference

2016-01-07 Thread Tobias Soloschenko
after 1 minute, the executor is still not terminated. > > Also, when executing my other script, I get a java.lang.OutOfMemoryError > after only 3 > seconds. > > Best regards, > Emond > >> On Thursday, January 07, 2016 12:21:42 PM Tobias Soloschenko wrote: >>

Re: NashornResourceReference

2016-01-07 Thread Tobias Soloschenko
m will start to die on you. > > Best regards, > Emond > >> On Thursday, January 07, 2016 02:50:03 PM Tobias Soloschenko wrote: >> Hi well for me the behavior you mentioned is not shown up. >> >> For me the jvm is terminated. I also watched the process list. >>

Re: NashornResourceReference

2016-01-07 Thread Tobias Soloschenko
tScheduledExecutorService().awaitTermination( > 1, TimeUnit.MINUTES); > } > You will see that after 1 minute, the executor is still not terminated. > > Also, when executing my other script, I get a java.lang.OutOfMemoryError > after only 3 > seconds. > > Best regards, > E

Re: NashornResourceReference

2016-01-07 Thread Tobias Soloschenko
) { o[i++] = new Array(100); } Also, you can try to run the same testcase multiple times in 1 go. After about 100 executions of the script, I suspect your system will start to die on you. Best regards, Emond On Thursday, January 07, 2016 02:50:03 PM Tobias Soloschenko wrote: Hi well for me

Re: NashornResourceReference

2016-01-08 Thread Tobias Soloschenko
so, a script can still catch the Exception we use to abort it > and continue > running. We simply have to trust our users to not write scripts that would > harm our server. > Therefore, we only allow a select group of users to write scripts and we can > always see > who w

Video Examples

2015-12-22 Thread Tobias Soloschenko
Hi all, I tried out the video examples with Safari: http://examples7x.wicket.apache.org/videos/ - The videos are only playing sound. However if I play them on localhost (running the examples locally): http://127.0.0.1:8080/videos/ - they are working. I don't know yet whats wrong, but I try to

Re: [VOTE] Release Apache Wicket 7.2.0

2015-12-25 Thread Tobias Soloschenko
ket Training and Consulting > https://twitter.com/mtgrigorov > > On Fri, Dec 25, 2015 at 2:41 PM, Tobias Soloschenko < > tobiassolosche...@googlemail.com> wrote: > >> @Martin should we integrate the fixes for video playback before release?! >> I have some time, tomor

Re: [VOTE] Release Apache Wicket 7.2.0

2015-12-26 Thread Tobias Soloschenko
and Consulting https://twitter.com/mtgrigorov On Fri, Dec 25, 2015 at 2:41 PM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: @Martin should we integrate the fixes for video playback before release?! I have some time, tomorrow? kind regards Tobias Am 25.12.2015 um 14:08 s

Re: [VOTE] Release Apache Wicket 7.2.0

2015-12-26 Thread Tobias Soloschenko
Changes are committed - master / wicket-7.x are patched. kind regards Tobias Am 26.12.15 um 17:25 schrieb Maxim Solodovnik: I would prefer to get 7.2.0 without this issue On Sat, Dec 26, 2015 at 4:01 PM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: Hi Martin,

Re: Release 7.2.0 as Christmas gift?

2015-12-18 Thread Tobias Soloschenko
Cool :-) - looking forward to use the new version! By the way we need to release wicket-eclipse-settings-3 of JDK 8 - anyone able to help me out with it? I already changed the version and prepared it on master branch. kind regards Tobias > Am 18.12.2015 um 16:52 schrieb Martijn Dashorst

Wicket Examples

2015-12-21 Thread Tobias Soloschenko
Hi, just saw that wicket-library.com got updated. That's great - thank you a lot for the time you spent. Maybe we can update the documentation page to show at least both links (Wicket 6.x and Wicket 7.x)?! examples6x.wicket.apache.org examples7x.wicket.apache.org Because of some API changes

Re: Wicket 7x Examples

2015-12-22 Thread Tobias Soloschenko
ter.com/mtgrigorov > > On Tue, Dec 22, 2015 at 9:01 AM, Tobias Soloschenko < > tobiassolosche...@googlemail.com> wrote: > >> Hey guys, >> >> the link is not working anymore: >> >> http://examples7x.wicket.apache.org/ >> >> I don't k

<    1   2   3   4   5   6   >