<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.java.wicket.devel">
    <title>gmane.comp.java.wicket.devel</title>
    <link>http://blog.gmane.org/gmane.comp.java.wicket.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29455"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29454"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29453"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29452"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29451"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29450"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29449"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29448"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29447"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29446"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29445"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29444"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29443"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29442"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29441"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29440"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29439"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29438"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29437"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29436"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29455">
    <title>Re: WebSockets don't work in Safari</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29455</link>
    <description>&lt;pre&gt;http://jfarcand.wordpress.com/2012/05/16/safaris-websocket-implementation-and-java-problematic/

On Thu, May 24, 2012 at 6:56 PM, Martijn Dashorst
&amp;lt;martijn.dashorst-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Martin Grigorov</dc:creator>
    <dc:date>2012-05-24T16:19:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29454">
    <title>WebSockets don't work in Safari</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29454</link>
    <description>&lt;pre&gt;While testing the upcoming release of Wicket 6-beta2, I tried testing
the websockets example, but it fails with the following serverside
error (using mvn jetty:run)

ERROR - AsynchronousProcessor      - failed to timeout resource null
java.lang.NullPointerException
at org.atmosphere.cpr.AsynchronousProcessor.timedout(AsynchronousProcessor.java:354)
at org.atmosphere.cpr.AsynchronousProcessor$AsynchronousProcessorHook.timedOut(AsynchronousProcessor.java:578)
at org.atmosphere.websocket.WebSocketProcessor.close(WebSocketProcessor.java:216)
at org.atmosphere.container.JettyWebSocketHandler.onClose(JettyWebSocketHandler.java:132)
at org.eclipse.jetty.websocket.WebSocketConnectionD00.onClose(WebSocketConnectionD00.java:227)
at org.eclipse.jetty.websocket.WebSocketServletConnectionD00.onClose(WebSocketServletConnectionD00.java:99)
at org.eclipse.jetty.server.AbstractConnector.connectionClosed(AbstractConnector.java:1145)
at org.eclipse.jetty.server.nio.SelectChannelConnector.endPointClosed(SelectChannelConnector.java:274)
at org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager.endPointClosed(SelectChannelConnector.java:301)
at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.destroyEndPoint(SelectorManager.java:848)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.doUpdateKey(SelectChannelEndPoint.java:585)
at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:463)
at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:285)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:603)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:538)
at java.lang.Thread.run(Thread.java:680)
ERROR - Jetty8WebSocket            - WebSocket Redirect not supported

Is this expected (&amp;lt; at &amp;gt;papegaaij) behavior in that Safari is not yet a
supported platform for atmosphere?

As wicket-atmosphere is experimental, I don't want this to hold back
the release, so expect a vote coming up soon...

Martijn

&lt;/pre&gt;</description>
    <dc:creator>Martijn Dashorst</dc:creator>
    <dc:date>2012-05-24T15:56:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29453">
    <title>Re: git commit: Assembly plugin completely disabled</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29453</link>
    <description>&lt;pre&gt;On Wed, May 23, 2012 at 6:02 PM, Martijn Dashorst
&amp;lt;martijn.dashorst-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

mvn5 is an alias to something that runs on *your* machine, so it could
be anything.
I made two releases so far.


But when we will have -beta2 ?
It is just ridiculous that the vote has been canceled because of a
simple change in the version of wicket-atmosphere, and almost two
weeks later we
do not move at all ...

I'm not sure whether you realize but this just frustrates me.
If there is another reason not to release -beta2 then please let me know.
Otherwise I suggest to set manually the version of wicket-atmosphere
to 0.1, do the release as before, then set it to 0.2-SNAPSHOT and then
you will have your time to rework the release procedure.




&lt;/pre&gt;</description>
    <dc:creator>Martin Grigorov</dc:creator>
    <dc:date>2012-05-23T15:18:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29452">
    <title>Re: git commit: Assembly plugin completely disabled</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29452</link>
    <description>&lt;pre&gt;
The current release scripts depend on Java 5 AFAICT, at least they
claim to do so (mvn5). They should not work in the first place.


Dropping them altogether should be good enough for trunk. Wicket 1.5
can still use them though.

Martijn

&lt;/pre&gt;</description>
    <dc:creator>Martijn Dashorst</dc:creator>
    <dc:date>2012-05-23T15:02:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29451">
    <title>Re: git commit: Assembly plugin completely disabled</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29451</link>
    <description>&lt;pre&gt;Maybe you should do this in a branch.
It seems it will take you some time until you are ready with the new
release procedure.

With this commit I think the currently used release.sh scripts wont be
able to create the .tar.gz and .zip for Apache downloads
(http://archive.apache.org/dist/wicket/).

I suggest to drop the old release scripts once we have the new one
stabilized, i.e. after few releases.

On Wed, May 23, 2012 at 5:21 PM,  &amp;lt;dashorst&amp;lt; at &amp;gt;apache.org&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Martin Grigorov</dc:creator>
    <dc:date>2012-05-23T14:30:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29450">
    <title>wicket pull request: WICKET-4219: Enable markup escaping of WizardStep's la...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29450</link>
    <description>&lt;pre&gt;Github user tgoetz closed the pull request at:

    https://github.com/apache/wicket/pull/9


&lt;/pre&gt;</description>
    <dc:creator>Git at Apache</dc:creator>
    <dc:date>2012-05-23T07:30:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29449">
    <title>wicket pull request: WICKET-4219: Enable markup escaping of WizardStep's la...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29449</link>
    <description>&lt;pre&gt;Github user tgoetz closed the pull request at:

    https://github.com/apache/wicket/pull/9


&lt;/pre&gt;</description>
    <dc:creator>Git at Apache</dc:creator>
    <dc:date>2012-05-23T07:29:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29448">
    <title>wicket pull request: WICKET-4219: Enable markup escaping of WizardStep's la...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29448</link>
    <description>&lt;pre&gt;Github user tgoetz closed the pull request at:

    https://github.com/apache/wicket/pull/10


&lt;/pre&gt;</description>
    <dc:creator>Git at Apache</dc:creator>
    <dc:date>2012-05-23T07:29:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29447">
    <title>wicket pull request: WICKET-4219: Enable markup escaping of WizardStep's la...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29447</link>
    <description>&lt;pre&gt;Github user tgoetz closed the pull request at:

    https://github.com/apache/wicket/pull/10


&lt;/pre&gt;</description>
    <dc:creator>Git at Apache</dc:creator>
    <dc:date>2012-05-23T07:29:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29446">
    <title>wicket pull request: Javadoc corrections</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29446</link>
    <description>&lt;pre&gt;Github user tgoetz closed the pull request at:

    https://github.com/apache/wicket/pull/11


&lt;/pre&gt;</description>
    <dc:creator>Git at Apache</dc:creator>
    <dc:date>2012-05-23T07:18:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29445">
    <title>wicket pull request: Javadoc corrections</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29445</link>
    <description>&lt;pre&gt;Github user tgoetz closed the pull request at:

    https://github.com/apache/wicket/pull/11


&lt;/pre&gt;</description>
    <dc:creator>Git at Apache</dc:creator>
    <dc:date>2012-05-23T07:18:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29444">
    <title>wicket pull request: Javadoc corrections</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29444</link>
    <description>&lt;pre&gt;GitHub user tgoetz opened a pull request:

    https://github.com/apache/wicket/pull/11

    Javadoc corrections

    Several javadoc corrections

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tgoetz/wicket javadoc

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/11.patch

----
commit a2f73926097ddb14819dc85aa6f4db184f5a9e21
Author: Thomas GoÌtz &amp;lt;tom-IRwnrYQUMquELgA04lAiVw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:   2012-05-22T13:51:18-07:00

    Javadoc corrections

----


&lt;/pre&gt;</description>
    <dc:creator>Git at Apache</dc:creator>
    <dc:date>2012-05-22T20:56:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29443">
    <title>wicket pull request: Javadoc corrections</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29443</link>
    <description>&lt;pre&gt;GitHub user tgoetz opened a pull request:

    https://github.com/apache/wicket/pull/11

    Javadoc corrections

    Several javadoc corrections

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tgoetz/wicket javadoc

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/11.patch

----
commit a2f73926097ddb14819dc85aa6f4db184f5a9e21
Author: Thomas GoÌtz &amp;lt;tom-IRwnrYQUMquELgA04lAiVw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:   2012-05-22T13:51:18-07:00

    Javadoc corrections

----


&lt;/pre&gt;</description>
    <dc:creator>Git at Apache</dc:creator>
    <dc:date>2012-05-22T20:57:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29442">
    <title>Re: [Vote] Release Apache Wicket 6.0.0-beta2</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29442</link>
    <description>&lt;pre&gt;I strive to build a release tomorrow, but family might interfere (it's
a holiday tomorrow).

Martijn

On Wed, May 16, 2012 at 5:13 PM, Martin Grigorov &amp;lt;mgrigorov-1oDqGaOF3Lkdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Martijn Dashorst</dc:creator>
    <dc:date>2012-05-16T15:26:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29441">
    <title>Re: [Vote] Release Apache Wicket 6.0.0-beta2</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29441</link>
    <description>&lt;pre&gt;Any progress on a solution for the problem with the release of
wicket-atmosphere module ?

On Tue, May 15, 2012 at 4:37 PM, Martin Grigorov &amp;lt;mgrigorov-1oDqGaOF3Lkdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Martin Grigorov</dc:creator>
    <dc:date>2012-05-16T15:13:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29440">
    <title>Re: [Vote] Release Apache Wicket 6.0.0-beta2</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29440</link>
    <description>&lt;pre&gt;wicket-cdi is more mature, imo it may be included directly with 6.x version

but I think that new modules like wicket-atmo can have their own
release cycle until they are included in the big group. there is no
reason why wicket-atmo:0.2 should wait for 6.0.0-beta3

but of course this will add some more pain in the release process

On Tue, May 15, 2012 at 4:30 PM, Igor Vaynberg &amp;lt;igor.vaynberg-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Martin Grigorov</dc:creator>
    <dc:date>2012-05-15T14:37:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29439">
    <title>Re: [Vote] Release Apache Wicket 6.0.0-beta2</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29439</link>
    <description>&lt;pre&gt;if the whole idea is to release these modules why move wicket-cdi in
there and disable its releasing?

-igor

On Tue, May 15, 2012 at 12:51 AM, Martijn Dashorst
&amp;lt;martijn.dashorst-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Igor Vaynberg</dc:creator>
    <dc:date>2012-05-15T14:30:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29438">
    <title>wicket pull request: WICKET-4219: Enable markup escaping of WizardStep's la...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29438</link>
    <description>&lt;pre&gt;GitHub user tgoetz opened a pull request:

    https://github.com/apache/wicket/pull/10

    WICKET-4219: Enable markup escaping of WizardStep's labels by default due to security aspects

    Applied to 1.5.x branch

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tgoetz/wicket wicket-1.5.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/10.patch

----
commit 1543047dda1158504c98502d73f5e8e6535e9bd9
Author: Thomas GoÌtz &amp;lt;tom-IRwnrYQUMquELgA04lAiVw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:   2012-05-15T02:16:53-07:00

    WICKET-4219: Enable markup escaping of WizardStep's labels by default due to security aspects

----


&lt;/pre&gt;</description>
    <dc:creator>Git at Apache</dc:creator>
    <dc:date>2012-05-15T09:21:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29437">
    <title>wicket pull request: WICKET-4219: Enable markup escaping of WizardStep's la...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29437</link>
    <description>&lt;pre&gt;GitHub user tgoetz opened a pull request:

    https://github.com/apache/wicket/pull/10

    WICKET-4219: Enable markup escaping of WizardStep's labels by default due to security aspects

    Applied to 1.5.x branch

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tgoetz/wicket wicket-1.5.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/10.patch

----
commit 1543047dda1158504c98502d73f5e8e6535e9bd9
Author: Thomas GoÌtz &amp;lt;tom-IRwnrYQUMquELgA04lAiVw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:   2012-05-15T02:16:53-07:00

    WICKET-4219: Enable markup escaping of WizardStep's labels by default due to security aspects

----


&lt;/pre&gt;</description>
    <dc:creator>Git at Apache</dc:creator>
    <dc:date>2012-05-15T09:21:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29436">
    <title>Re: [Vote] Release Apache Wicket 6.0.0-beta2</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29436</link>
    <description>&lt;pre&gt;
The whole idea is that we release these modules as part of our normal
releases to give them exposure. Therefore rerolling the release with
proper 0.1 versioning for the experimentals is necessary IMO.

Martijn

&lt;/pre&gt;</description>
    <dc:creator>Martijn Dashorst</dc:creator>
    <dc:date>2012-05-15T07:51:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.wicket.devel/29435">
    <title>Re: [Vote] Release Apache Wicket 6.0.0-beta2</title>
    <link>http://permalink.gmane.org/gmane.comp.java.wicket.devel/29435</link>
    <description>&lt;pre&gt;+1 to release it

tested most of wicket-examples

the broken module is not in the staging repo. i.e. there wont be
0.1-SNAPSHOT in Maven central

On Mon, May 14, 2012 at 3:06 PM, Emond Papegaaij
&amp;lt;emond.papegaaij-F3d6P0JCqsnz+pZb47iToQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Martin Grigorov</dc:creator>
    <dc:date>2012-05-15T07:43:59</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.wicket.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.wicket.devel</link>
  </textinput>
</rdf:RDF>

