[wicket] branch rel/wicket-9.8.1 created (now db71ab3)

2022-02-21 Thread jonl
This is an automated email from the ASF dual-hosted git repository. jonl pushed a change to branch rel/wicket-9.8.1 in repository https://gitbox.apache.org/repos/asf/wicket.git. at db71ab3 🐛 Added 'uses' statement to fix exception during startup, release branch for wicket 9

[wicket] 01/01: 🐛 Added 'uses' statement to fix exception during startup, release branch for wicket 9.8.1

2022-02-21 Thread jonl
This is an automated email from the ASF dual-hosted git repository. jonl pushed a commit to branch rel/wicket-9.8.1 in repository https://gitbox.apache.org/repos/asf/wicket.git commit db71ab353b5399701f101e0ec61eaa03a3a691e1 Author: jonathan AuthorDate: Sun Feb 20 20:02:55 2022 -0700 🐛

svn commit: r966898 - in /wicket/trunk: wicket-util/src/main/java/org/apache/wicket/util/file/ wicket-util/src/main/java/org/apache/wicket/util/value/ wicket/src/test/java/org/apache/wicket/util/time/

2010-07-22 Thread jonl
Author: jonl Date: Thu Jul 22 23:22:41 2010 New Revision: 966898 URL: http://svn.apache.org/viewvc?rev=966898&view=rev Log: added a few convenient methods, made folder and file methods non-final to allow sub-classing Modified: wicket/trunk/wicket-util/src/main/java/org/apache/wicket/

svn commit: r789370 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/util/time/Time.java

2009-06-29 Thread jonl
Author: jonl Date: Mon Jun 29 16:04:06 2009 New Revision: 789370 URL: http://svn.apache.org/viewvc?rev=789370&view=rev Log: fixed WICKET-2349 regarding failing conversion of timeofday under meridian clock Issue: WICKET-2349 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/

svn commit: r781198 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/util/file/Folder.java

2009-06-02 Thread jonl
Author: jonl Date: Tue Jun 2 22:44:38 2009 New Revision: 781198 URL: http://svn.apache.org/viewvc?rev=781198&view=rev Log: Add Folder.freeDiskSpace() Issue: WICKET-2302 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/util/file/Folder.java Modified: wicket/trunk/wicket

svn commit: r776796 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/util/time/Duration.java

2009-05-20 Thread jonl
Author: jonl Date: Wed May 20 18:09:24 2009 New Revision: 776796 URL: http://svn.apache.org/viewvc?rev=776796&view=rev Log: Add wait method Issue: WICKET-2285 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/util/time/Duration.java Modified: wicket/trunk/wicket/src/main/

svn commit: r634834 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/BookmarkablePageLink.java

2008-03-07 Thread jonl
Author: jonl Date: Fri Mar 7 13:56:23 2008 New Revision: 634834 URL: http://svn.apache.org/viewvc?rev=634834&view=rev Log: Made getPageParameters() method public Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/BookmarkablePageLink.java Modi

svn commit: r634384 - in /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: MarkupContainer.java markup/html/WebMarkupContainer.java

2008-03-06 Thread jonl
Author: jonl Date: Thu Mar 6 11:24:05 2008 New Revision: 634384 URL: http://svn.apache.org/viewvc?rev=634384&view=rev Log: changed getMarkupType() to return getPage().getMarkupType() and added serialVersionUID for ChildList Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/ap

svn commit: r634089 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/time/Time.java

2008-03-05 Thread jonl
Author: jonl Date: Wed Mar 5 16:08:13 2008 New Revision: 634089 URL: http://svn.apache.org/viewvc?rev=634089&view=rev Log: fixed javadoc cut and paste error Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/time/Time.java Modified: wicket/trunk/jdk-1.4/wicket

svn commit: r586024 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Localizer.java

2007-10-18 Thread jonl
Author: jonl Date: Thu Oct 18 09:16:19 2007 New Revision: 586024 URL: http://svn.apache.org/viewvc?rev=586024&view=rev Log: HashMap data structure was being corrupted by highly concurrent access, causing infinite loops on servers. Switched to a ConcurrentHashMap which has been rigged to s