utils
19 months agooffline building of site deploy to improve performance. master
Erik Brakkee [Sun, 25 Sep 2022 19:20:50 +0000 (21:20 +0200)]
offline building of site deploy to improve performance.

19 months agomail notification
Erik Brakkee [Sun, 25 Sep 2022 18:40:23 +0000 (20:40 +0200)]
mail notification

19 months agofinal tweaks.
Erik Brakkee [Sat, 24 Sep 2022 16:57:01 +0000 (18:57 +0200)]
final tweaks.

19 months agofix for javadoc:aggregate
Erik Brakkee [Sat, 24 Sep 2022 11:21:08 +0000 (13:21 +0200)]
fix for javadoc:aggregate

19 months agojavadoc config + copying index.html file as well.
Erik Brakkee [Sat, 24 Sep 2022 10:54:52 +0000 (12:54 +0200)]
javadoc config + copying index.html file as well.

19 months agofixes for the javadoc plugin
Erik Brakkee [Sat, 24 Sep 2022 10:36:40 +0000 (12:36 +0200)]
fixes for the javadoc plugin

19 months agofix
Erik Brakkee [Sat, 24 Sep 2022 09:25:02 +0000 (11:25 +0200)]
fix

19 months agomigration to new jenkins
Erik Brakkee [Sat, 24 Sep 2022 09:23:40 +0000 (11:23 +0200)]
migration to new jenkins

10 years agoUpdate to release instructions
Erik Brakkee [Sat, 12 Oct 2013 12:47:10 +0000 (14:47 +0200)]
Update to release instructions
Updated news.xml to give information about 0.8.

10 years agoupdates to release docs.
Erik Brakkee [Sat, 12 Oct 2013 12:36:48 +0000 (14:36 +0200)]
updates to release docs.

10 years ago[maven-release-plugin] prepare for next development iteration
Erik Brakkee [Sat, 12 Oct 2013 12:24:25 +0000 (14:24 +0200)]
[maven-release-plugin] prepare for next development iteration

10 years ago[maven-release-plugin] prepare release wamblee-utils-0.8 wamblee-utils-0.8
Erik Brakkee [Sat, 12 Oct 2013 12:24:24 +0000 (14:24 +0200)]
[maven-release-plugin] prepare release wamblee-utils-0.8

10 years agoUTILS-17
Erik Brakkee [Sat, 12 Oct 2013 12:09:09 +0000 (14:09 +0200)]
UTILS-17
CDI integration in wicket can lead to null pointer exceptions after deserialization

The InjectIonBehavior does injection after deserialization only when beforeRender is called, but beforeRender() is not always the first call done after deserialization. Therefore, InjectionBehavior should do injection straight after deserialization (if needed).

Injection is now done at deserialization.

10 years agoUTILS-16
Erik Brakkee [Sat, 12 Oct 2013 12:08:18 +0000 (14:08 +0200)]
UTILS-16

CachedObject gets out of sync when multiple CachedObjects share the same cache

The cached object now uses the non-null value obtained from the cache instead of the locally cached value in case of a cache hit. The locally cached value is only used when computing the new value fails in case of a cache miss.

10 years agoGit ignore file added.
Erik Brakkee [Sat, 12 Oct 2013 12:07:12 +0000 (14:07 +0200)]
Git ignore file added.

11 years agoMerge branch 'master' of https://wamblee.org/git/public/utils
Erik Brakkee [Sat, 22 Dec 2012 17:39:49 +0000 (18:39 +0100)]
Merge branch 'master' of https://wamblee.org/git/public/utils

11 years agoadded a space.
Erik Brakkee [Sat, 22 Dec 2012 17:39:18 +0000 (18:39 +0100)]
added a space.

12 years agoadded spaces.
erik [Tue, 20 Mar 2012 11:27:35 +0000 (12:27 +0100)]
added spaces.

12 years agoupdated release.sh
Erik Brakkee [Thu, 18 Aug 2011 09:36:20 +0000 (11:36 +0200)]
updated release.sh

12 years ago[maven-release-plugin] prepare for next development iteration
Erik Brakkee [Thu, 18 Aug 2011 09:12:32 +0000 (11:12 +0200)]
[maven-release-plugin] prepare for next development iteration

12 years ago[maven-release-plugin] prepare release wamblee-utils-0.7 wamblee-utils-0.7
Erik Brakkee [Thu, 18 Aug 2011 09:12:32 +0000 (11:12 +0200)]
[maven-release-plugin] prepare release wamblee-utils-0.7

12 years agoupdated release.sh to use --mirror instead of --tags
Erik Brakkee [Thu, 18 Aug 2011 09:08:57 +0000 (11:08 +0200)]
updated release.sh to use --mirror instead of --tags

12 years agoadded release notes for version 0.7 origin/HEAD origin/master
Erik Brakkee [Thu, 18 Aug 2011 09:08:22 +0000 (11:08 +0200)]
added release notes for version 0.7

12 years agominor changes to the site.
Erik Brakkee [Sat, 13 Aug 2011 15:41:17 +0000 (17:41 +0200)]
minor changes to the site.

12 years agofixed wrong gitweb url.
Erik Brakkee [Sat, 13 Aug 2011 15:06:04 +0000 (17:06 +0200)]
fixed wrong gitweb url.

12 years agoId is now a string.
Erik Brakkee [Sat, 13 Aug 2011 14:47:12 +0000 (16:47 +0200)]
Id is now a string.
Minor change to the site.

12 years agoadded new item for move from svn to git.
Erik Brakkee [Sat, 13 Aug 2011 12:42:37 +0000 (14:42 +0200)]
added new item for move from svn to git.

12 years agoupdated svn to git info.
Erik Brakkee [Sat, 13 Aug 2011 12:16:43 +0000 (14:16 +0200)]
updated svn to git info.

12 years agoadded last step in release procedure.
Erik Brakkee [Sat, 13 Aug 2011 12:02:03 +0000 (14:02 +0200)]
added last step in release procedure.

12 years agoadaptations for git.
Erik Brakkee [Sat, 13 Aug 2011 11:37:30 +0000 (13:37 +0200)]
adaptations for git.

12 years agoUTILS-15: typesafe id.
Erik Brakkee [Sat, 30 Jul 2011 15:53:01 +0000 (15:53 +0000)]
UTILS-15: typesafe id.

12 years agounit test for system clock.
Erik Brakkee [Sat, 30 Jul 2011 15:35:07 +0000 (15:35 +0000)]
unit test for system clock.

12 years agoadded a testcase specifically for the modification time.
Erik Brakkee [Mon, 25 Jul 2011 19:06:33 +0000 (19:06 +0000)]
added a testcase specifically for the modification time.

12 years agoUTILS-14: Add clock abstraction.
Erik Brakkee [Sun, 24 Jul 2011 18:58:25 +0000 (18:58 +0000)]
UTILS-14: Add clock abstraction.

12 years ago(no commit message)
Erik Brakkee [Sun, 24 Jul 2011 11:53:57 +0000 (11:53 +0000)]

12 years agono longer depending on hard coded value of schema versions.
Erik Brakkee [Tue, 5 Jul 2011 16:46:00 +0000 (16:46 +0000)]
no longer depending on hard coded value of schema versions.
Using the schema without a version so it is always resolved from the
jar.

13 years agotypo
Erik Brakkee [Tue, 5 Apr 2011 21:57:55 +0000 (21:57 +0000)]
typo

13 years ago(no commit message)
Erik Brakkee [Wed, 23 Mar 2011 19:49:45 +0000 (19:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Wed, 23 Mar 2011 19:49:40 +0000 (19:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Wed, 23 Mar 2011 19:49:34 +0000 (19:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Wed, 23 Mar 2011 19:49:27 +0000 (19:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Wed, 23 Mar 2011 19:49:17 +0000 (19:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Wed, 23 Mar 2011 19:49:12 +0000 (19:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 18 Mar 2011 12:04:37 +0000 (12:04 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 4 Mar 2011 23:49:59 +0000 (23:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 4 Mar 2011 22:54:58 +0000 (22:54 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 4 Mar 2011 22:51:59 +0000 (22:51 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 4 Mar 2011 22:49:36 +0000 (22:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 4 Mar 2011 22:36:56 +0000 (22:36 +0000)]

13 years agoAdded XPath utilities and updated the javadocs.
Erik Brakkee [Fri, 4 Mar 2011 22:34:04 +0000 (22:34 +0000)]
Added XPath utilities and updated the javadocs.

13 years agoaligned schema API with that of XSL transformation.
Erik Brakkee [Thu, 3 Mar 2011 22:18:56 +0000 (22:18 +0000)]
aligned schema API with that of XSL transformation.

13 years agoadded namespace context class.
Erik Brakkee [Tue, 1 Mar 2011 22:51:27 +0000 (22:51 +0000)]
added namespace context class.

13 years agoadded XMLDocument, XMLSchema, and XSLTransformation classes.
Erik Brakkee [Mon, 28 Feb 2011 22:23:41 +0000 (22:23 +0000)]
added XMLDocument, XMLSchema, and XSLTransformation classes.
XSLTransformer and most of DomUtils have now been removed.

13 years agoClasspathUriResolver is now also an LSInputResolver so it can be used for both XSLT...
Erik Brakkee [Tue, 22 Feb 2011 20:50:32 +0000 (20:50 +0000)]
ClasspathUriResolver is now also an LSInputResolver so it can be used for both XSLT and XML, XSD.

13 years agoadded unit tests for schema validation and a test for not wellformed XML.
Erik Brakkee [Tue, 22 Feb 2011 20:15:17 +0000 (20:15 +0000)]
added unit tests for schema validation and a test for not wellformed XML.

13 years agoNow using the dom level 3 API for parsing. Also extended the test case
Erik Brakkee [Mon, 21 Feb 2011 23:11:28 +0000 (23:11 +0000)]
Now using the dom level 3 API for parsing. Also extended the test case
to verify namespace awareness.

The readAndValidate() method must still be tested.

Removed the dependencies on dom4j and jaxen entirely from the code.
Turned out that conversion from Dom to Dom4j was not namespace aware.

13 years agoadded release notes
Erik Brakkee [Sun, 13 Feb 2011 19:26:56 +0000 (19:26 +0000)]
added release notes

13 years agomoved snapshot version to dependency management so that release plugin
Erik Brakkee [Sun, 13 Feb 2011 18:23:50 +0000 (18:23 +0000)]
moved snapshot version to dependency management so that release plugin
will step the version correctly.

13 years ago[maven-release-plugin] prepare for next development iteration
Erik Brakkee [Sun, 13 Feb 2011 17:54:23 +0000 (17:54 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release wamblee-utils-0.6
Erik Brakkee [Sun, 13 Feb 2011 17:54:21 +0000 (17:54 +0000)]
[maven-release-plugin] prepare release wamblee-utils-0.6

13 years ago(no commit message)
Erik Brakkee [Sun, 13 Feb 2011 17:13:54 +0000 (17:13 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 12 Feb 2011 15:03:58 +0000 (15:03 +0000)]

13 years agoNew server side tooltip behavior added.
Erik Brakkee [Sat, 12 Feb 2011 15:01:10 +0000 (15:01 +0000)]
New server side tooltip behavior added.

13 years agoAddition of tooltip behavior.
Erik Brakkee [Sat, 12 Feb 2011 14:40:13 +0000 (14:40 +0000)]
Addition of tooltip behavior.
Upgrade to jquery 1.5
General improvements.

13 years agotypo in javadocs.
Erik Brakkee [Sat, 12 Feb 2011 14:34:33 +0000 (14:34 +0000)]
typo in javadocs.

13 years agobetter maven 3 support. (no more relativePath).
Erik Brakkee [Sun, 9 Jan 2011 16:39:44 +0000 (16:39 +0000)]
better maven 3 support. (no more relativePath).

13 years agocobertura added again.
Erik Brakkee [Sun, 9 Jan 2011 14:37:24 +0000 (14:37 +0000)]
cobertura added again.

13 years agomigration to maven 3
Erik Brakkee [Sun, 9 Jan 2011 14:19:55 +0000 (14:19 +0000)]
migration to maven 3

13 years agoadded the capability to add an optional configuration
Erik Brakkee [Tue, 7 Sep 2010 20:04:51 +0000 (20:04 +0000)]
added the capability to add an optional configuration
object to the ready function. This allows the implementation of plugins that require configuration.

One example is a tooltip plugin that requires the tooltip text and possibly other options to configure
the tooltip.

13 years ago(no commit message)
Erik Brakkee [Sun, 29 Aug 2010 21:48:33 +0000 (21:48 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 20:16:27 +0000 (20:16 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 20:16:21 +0000 (20:16 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 20:16:17 +0000 (20:16 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:42:52 +0000 (19:42 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:40:42 +0000 (19:40 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:33:57 +0000 (19:33 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:33:44 +0000 (19:33 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:33:34 +0000 (19:33 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:33:29 +0000 (19:33 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:33:23 +0000 (19:33 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:33:16 +0000 (19:33 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:01:20 +0000 (19:01 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:01:15 +0000 (19:01 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:01:11 +0000 (19:01 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:01:07 +0000 (19:01 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:01:02 +0000 (19:01 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:00:57 +0000 (19:00 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:00:52 +0000 (19:00 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:37:36 +0000 (22:37 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:37:30 +0000 (22:37 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:07:16 +0000 (22:07 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:06:14 +0000 (22:06 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:06:02 +0000 (22:06 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:05:55 +0000 (22:05 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:05:49 +0000 (22:05 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:05:33 +0000 (22:05 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:05:27 +0000 (22:05 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:05:21 +0000 (22:05 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 19:03:17 +0000 (19:03 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 17:56:23 +0000 (17:56 +0000)]