Commit Graph

87 Commits

Author SHA1 Message Date
dependabot[bot] fa4a3eaa73 Bump junit from 4.10 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.10.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.10...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-28 22:45:03 +00:00
Michael Bayne 6c62140bbe [maven-release-plugin] prepare for next development iteration 2017-04-23 07:53:52 -07:00
Michael Bayne a312082d58 [maven-release-plugin] prepare release depot-1.7.4 2017-04-23 07:53:43 -07:00
Michael Bayne 855d4b154d Maven plugin updates. 2017-04-23 07:35:37 -07:00
Michael Bayne f4662604f2 Remove prereq; that's only for plugin projects. 2017-04-23 07:29:21 -07:00
Michael Bayne 97ccb9ef06 Use depot-maven-plugin to gen our records. 2016-04-03 11:14:58 -07:00
Michael Bayne e12acdaddc [maven-release-plugin] prepare for next development iteration 2016-04-03 09:18:01 -07:00
Michael Bayne 9743b34857 [maven-release-plugin] prepare release depot-1.7.3 2016-04-03 09:17:56 -07:00
Michael Bayne a76d24d9e3 [maven-release-plugin] prepare for next development iteration 2015-10-11 16:45:10 -07:00
Michael Bayne a74237d596 [maven-release-plugin] prepare release depot-1.7.2 2015-10-11 16:45:07 -07:00
Michael Bayne 14962cf1a3 Plugin updates &c.
Reinstated 1.8 javadoc stuff, because build3 can handle that now.
2015-10-11 16:43:32 -07:00
Pär Winzell 4fc541608c Preparing for 1.8-SNAPSHOT development. 2015-06-13 12:45:49 -05:00
Pär Winzell a4c8d9cdae Preparing for depot-1.7.1 release. 2015-06-13 12:36:40 -05:00
Ray J. Greenwell c003842d93 -Xdoclint:all is freakout out our build server on Java 7.
As usual I'm about 5 levels removed from what I should be doing,
so I have no love left for fixing this with any subtlety.
2015-03-31 14:05:31 -07:00
Michael Bayne 835da43a0b [maven-release-plugin] prepare for next development iteration 2015-03-12 08:56:18 -07:00
Michael Bayne af069b8e50 [maven-release-plugin] prepare release depot-1.7 2015-03-12 08:56:15 -07:00
Michael Bayne 2eacad24e9 Javadoc fixes, use samskivert 1.9 for testing. 2015-03-12 08:54:42 -07:00
Michael Bayne 66952dc472 Eliminated samskivert dependency.
It was a constant source of annoyance that part of the Depot implementation
lived in samskivert.jdbc. Now it all lives in Depot and samskivert can go back
to being a long obsolete library of utility methods.

Depot clients will have to make three renaming changes:

1. ConnectionProvider &c are now in com.samskivert.depot.

2. ByteEnum is now in com.samskivert.util.

3. Methods that returned index information used to return samskivert Tuple if
you wanted an expression and an order. Now they must return Depot Tuple2. This
should fail at app startup if you miss a spot, so this should not result in any
ticking timebombs.

NB: the next commit is probably going to change Tuple2 into a proper named
class because using a Tuple2 for this situation turns out to suck.

NB2: I moved DropTableMigration out of impl and put the impl details into
DepotMetaData. I should have done that separately, but it was already in
progress when I undertook to revamp.
2015-02-10 13:00:22 -08:00
Jamie Doornbos a4356d6c56 Profile to deploy to a local directory.
This is to support three rings internal build system (and avoid ant legacy).
2014-11-14 15:16:00 -08:00
Jamie Doornbos 39e81a2444 Move eclipse hacks. 2014-11-14 15:12:38 -08:00
Mark Johnson 1a6dad39c2 Preparing for 1.7-SNAPSHOT development. 2014-10-14 14:21:16 -07:00
Mark Johnson 1bd4b6dab0 Preparing for depot-1.6.6 release. 2014-10-14 14:18:30 -07:00
Michael Bayne d676847c24 Initial pass at transaction support.
Now to test it!
2014-10-01 14:16:48 -07:00
Michael Bayne 0047c94dc4 [maven-release-plugin] prepare for next development iteration 2014-06-26 11:55:38 -07:00
Michael Bayne 3f8400447c [maven-release-plugin] prepare release depot-1.6.5 2014-06-26 11:55:35 -07:00
Michael Bayne 44091660ea Migrated to Github. 2014-06-25 15:39:13 -07:00
Michael Bayne 712fe35283 [maven-release-plugin] prepare for next development iteration 2014-06-25 21:54:35 +00:00
Michael Bayne ad864e3498 [maven-release-plugin] prepare release depot-1.6.4 2014-06-25 21:54:27 +00:00
Michael Bayne e12e0bf15c Update Maven compiler plugin. 2014-06-25 21:49:12 +00:00
Michael Bayne a961f5e4c2 Version updates! Mostly plugins, samskivert 1.8.2.
Also added maven-dependency-plugin so that hopefully I can release without
freakoutery.
2014-06-25 21:48:53 +00:00
Ray Greenwell c02625f0d7 Preparing for 1.7-SNAPSHOT development. 2014-05-20 18:37:46 +00:00
Ray Greenwell 832f934faf Preparing for depot-1.6.3 release. 2014-05-20 18:34:06 +00:00
Ray Greenwell d45af7c98c Depend on samskivert 1.7.4.. 2014-05-20 18:33:19 +00:00
Michael Bayne 9ebd2c677c Use new smarter DatabaseLiaison.lastInsertedId. 2014-05-02 18:19:51 +00:00
Michael Bayne 1547c7d44c [maven-release-plugin] prepare for next development iteration 2013-09-17 19:11:08 +00:00
Michael Bayne 7e1f8d4230 [maven-release-plugin] prepare release depot-1.6.2 2013-09-17 19:11:04 +00:00
Michael Bayne 0c26a26ce0 Bump HSQLDB to 2.9, fix test that assumed count(*) returned int. 2013-05-16 18:42:05 +00:00
Michael Bayne e468e2937a Add nexus-staging-maven-plugin; makes releases easier. 2013-05-08 23:33:03 +00:00
Michael Bayne f3b7af452d [maven-release-plugin] prepare for next development iteration 2013-05-07 19:54:03 +00:00
Michael Bayne 1f0a64b8e3 [maven-release-plugin] prepare release depot-1.6.1 2013-05-07 19:53:59 +00:00
Michael Bayne 8803b2de12 Use latest guava and samskivert. 2013-05-07 19:51:36 +00:00
Michael Bayne c340e7062d Use normal Guava. 2013-05-07 19:39:37 +00:00
Michael Bayne a625c831ae Updates to work with HSQLDB 2.2.4.
We need the HsqldbLiaison fixes from samskivert 1.8-SNAPSHOT and we have to nix
some hardcoded bogosity in our own tests.
2013-05-06 17:38:16 +00:00
Michael Bayne 959dbacb53 [maven-release-plugin] prepare for next development iteration 2012-10-09 19:15:33 +00:00
Michael Bayne e6072acae9 [maven-release-plugin] prepare release depot-1.6 2012-10-09 19:15:26 +00:00
Ray Greenwell 5afad5b6b3 Move to samskivert 1.7 and guava-jdk5 13.0 2012-10-03 00:24:17 +00:00
Par Winzell 97be694e70 Preparing for 1.6-SNAPSHOT development. 2012-04-21 22:11:35 +00:00
Par Winzell c7b02449a9 Preparing for depot-1.5.3 release. 2012-04-21 22:00:46 +00:00
Mark Johnson 385e823b5b Preparing for 1.6-SNAPSHOT development. 2012-04-11 02:43:52 +00:00
Mark Johnson 4d28182537 Preparing for depot-1.5.2 release. 2012-04-11 02:42:20 +00:00