Commit Graph

3007 Commits

Author SHA1 Message Date
Michael Bayne efe4d98135 [maven-release-plugin] prepare for next development iteration 2013-05-07 12:50:51 -07:00
Michael Bayne 9810907f1c [maven-release-plugin] prepare release samskivert-1.7.1 2013-05-07 12:50:40 -07:00
Michael Bayne 6268823186 Allow shenanigans (injection) when instantiating logic. 2013-05-07 07:26:39 -07:00
Michael Bayne 1a7ed933e7 Added forTest(). 2013-05-06 17:40:18 -07:00
Michael Bayne aca5806cd4 Allow for more app/dispatcher customizations. 2013-05-06 16:13:21 -07:00
Ray J. Greenwell 557ac47d60 No need to create an ArrayList. 2013-05-06 13:28:15 -07:00
Michael Bayne 2bf7fb3868 Allow a dispatcher servlet to just create its app.
Going through the servlet config is kind of pointless when there's almost
always a one to one connection between a DispatcherServlet and an Application.
2013-05-06 13:21:48 -07:00
Michael Bayne 797ae92e4c IndiscriminateSiteIdentifier -> SiteIdentifiers.DEFAULT
Also added SiteIdentifiers.single().
2013-05-06 13:21:14 -07:00
Michael Bayne 471a6ce1d5 Add a version of createTableIfMissing minus uinqueness constraints.
Most callers don't want or need 'em and have to import List and Collections
just to conveniently pass in an empty list.
2013-05-06 11:17:23 -07:00
Michael Bayne bd7e747eeb Out with arrays, in with collections. 2013-05-06 11:07:21 -07:00
Michael Bayne 678c990270 Fix issue with primary keys, uniqueness and HSQLDB 2.2.4.
Said version of HSQLDB freaks out if primary keys are included in the UNIQUE
clause when creating a table. They're unique by definition, and the HSQLDB
authors are clearly strong believers in DRY. So much so that RY is considered
an error in this case.
2013-05-06 10:34:26 -07:00
Michael Bayne d5cbc48a6f Fail earlier if we get a null URL. 2013-05-06 09:45:46 -07:00
Michael Bayne 3992d7c724 [maven-release-plugin] prepare for next development iteration 2012-10-02 11:45:24 -07:00
Michael Bayne 5c0ce7d6e1 [maven-release-plugin] prepare release samskivert-1.7 2012-10-02 11:45:15 -07:00
Mark Johnson cab5d01e89 Preparing for 1.7-SNAPSHOT development. 2012-09-05 13:33:57 -07:00
Mark Johnson 4b05ba5cee Preparing for samskivert-1.6.1 release. 2012-09-05 13:25:21 -07:00
Ray J. Greenwell 54382927dc Don't hardcode a Content-Type in the newly-added overload. 2012-08-17 13:51:25 -07:00
Ray J. Greenwell de7f31b0f4 Allow a map of request properties to be specified.
This adds an overload. A better way might be to configure some sort of builder
and finish with request(), but that's a larger refactor and if I was doing
that there'd be plenty to fix.
2012-08-16 19:06:00 -07:00
Pär Winzell 9decf8bfbb IDEA can trivially load this module from its POM. 2012-07-23 12:32:39 -05:00
Ray J. Greenwell 34ddf5b472 Deprecated constructor with pointless argument. 2012-04-30 14:19:15 -07:00
Ray J. Greenwell 177c6d3ae4 The isAccessible() check is unnecessary. 2012-04-30 14:19:15 -07:00
Ray J. Greenwell c0b27d469a Added a setTime(long) to Calendars.Builder. 2012-02-23 09:39:37 +08:00
Mark Johnson 874668e696 Preparing for 1.7-SNAPSHOT development. 2012-02-21 22:16:15 -08:00
Mark Johnson bf482f9e38 Preparing for samskivert-1.6 release. 2012-02-21 21:59:55 -08:00
David Hoover a3399702d7 Auld Lang Syne 2012-01-03 10:48:11 -08:00
Michael Bayne 03386dbb95 Catch non-primary-key uniqueness violations as well. 2011-10-20 16:29:27 -07:00
Ray J. Greenwell f2e09bff6f Show the interval class name in toString() if the interval was cancelled.
I thought we already did this. The new method on RunBuddy is a needless
complication. toString() is what you want. It's what everybody wants.
2011-10-20 15:41:46 -07:00
Michael Bayne 5ff6dd3477 Javadoc fixes. 2011-10-14 21:32:27 -07:00
Michael Bayne eab18691ea Upgraded to ooo-build 2.9, normalized targets. 2011-10-14 21:22:57 -07:00
Michael Bayne bcda62f2eb Ordering tweaks. 2011-09-29 17:45:07 -07:00
Michael Bayne 628f99eeb7 Update project and issues URLs. 2011-09-29 17:36:51 -07:00
Michael Bayne aa85328e22 [maven-release-plugin] prepare for next development iteration 2011-09-29 17:27:33 -07:00
Michael Bayne 1305bfb35a [maven-release-plugin] prepare release samskivert-1.5 2011-09-29 17:27:26 -07:00
Michael Bayne b3e79c5324 No need to exclude transitive depends when the trigger is itself optional.
Also updated our test depends just for kicks.
2011-09-29 17:15:23 -07:00
Michael Bayne 04b8a0bb00 Merge remote-tracking branch 'ooo/master' 2011-09-23 16:30:46 -07:00
Michael Bayne a73908ffad Order our equals() comparisons in the same way Java Collections do.
ArrayList and friends explicitly call equals() on the supplied object with the
array object as the argument, rather than the other way around. This allows one
to, for example, pass in some sort of Key object that can compare itself for
equality against a list of KeyedValue objects.

This sort of delicate dance around the equality contract is dangerous, but we
should let the caller decide whether they wish to dance with the devil.
2011-09-23 16:26:59 -07:00
David Hoover ab23b714e0 Some Randoms methods for doubles. 2011-09-02 13:13:18 -07:00
David Hoover 316dea118d Change Randoms.getProbability to use doubles.
Existing callers will merrily promote up, and this way we can match
the results over in the actionscript port in aspirin.
2011-09-02 13:10:52 -07:00
Andrzej Kapolka cdbf87f7dd Added another element to list of MAC addresses to ignore. My machine, at
least, reports a bunch of these from ipconfig.
2011-08-29 16:48:34 -07:00
David Hoover b76ab3cdac No longer pick from arrays.
Per the wailing and gnashing of teeth in response to 7e51d4c and 7bb7ee2,
I'll do the extra legwork to keep my bits in a List despite java handing
them to me as an array.
2011-08-23 13:33:11 -07:00
Michael Bayne 7e51d4c624 Compaction. 2011-08-23 11:15:13 -07:00
David Hoover 7bb7ee2ad8 Support picking from arrays. 2011-08-23 10:52:54 -07:00
Pär Winzell ad377342dd Implement initValue for HSQL identity generators. 2011-07-21 15:55:46 -05:00
Charlie Groves ed16a08797 Remove and ignore Eclipse files in favor of letting people generate their own using m2eclipse 2011-06-27 13:55:34 -07:00
Charlie Groves ab8b0f678f Bump to ooo-build 2.5 since the maven-ant-tasks jar 2.1 uses is no longer available 2011-06-24 13:41:28 -07:00
mthomas cca1a46592 Add missing @Override 2011-06-23 11:46:48 -07:00
Michael Bayne 024e2ad3c4 Trimmed trailing whitespace. 2011-06-21 17:13:35 -07:00
Michael Bayne 67a450df2c I can't resist some compaction here. 2011-06-21 17:12:14 -07:00
mthomas e570924919 Fix my last commit, which apparently had a stale version of the JDBCUtil class... 2011-06-21 16:26:31 -07:00
mthomas 4a24b8b942 Merge branch 'master' of github.com:threerings/samskivert 2011-06-21 16:24:05 -07:00