Michael Bayne 2bd94e6dde Nixed database stuff & Depot depend.
I wasn't thinking clearly when I introduced that Depot depend. ooo-util is
*just* supposed to depend on Guava and samskivert and the fact that it was able
to do DB stuff because of samskivert's (unfortunate) database stuff was an
unhappy accident. ooo-util is really for only the most generic utility stuff.

I'm creating a new library, ooo-db which extends ooo-util with database stuff,
and OOO projects that do database things (which is not Narya, Nenya, Vilya &c)
can depend on ooo-db instead of ooo-util and they'll get a sensible Depot in
addition to a sensible Guava and samskivert.

 don't want to all of a sudden foist a Depot on all the non-Depot needing
libraries that happen to already depend on ooo-util.
2015-03-12 11:23:29 -07:00
2011-10-05 10:11:28 -07:00
2011-10-05 10:07:34 -07:00
2015-03-12 11:23:29 -07:00
2011-10-05 11:18:44 -07:00

ooo-util

A place for OOO utilities.

This is a public library, so we don't want hopelessly threerings-specific things in there (put those in the newly slimmed down threerings library). What we can do is rely on Guava, which is what keeps useful things out of samskivert and often pushes them into weird places like Narya.

What we can also do is use ooo-util to export the latest version of samskivert and Guava to all of our other projects. A project that relies on the latest snapshot of ooo-util can expect to have the latest snapshot of samskivert and Guava, and when either samskivert or Guava ships a versioned release, we'll ship a versioned release of ooo-util so that projects can bump to that release to obtain the latest transitive depends.

We should strongly resist the addition of additional depends to this library, unless they are indisputably useful to every single library and project in the whole wide world. Guava made that cut a long while back, and samskivert lingers with us like an embarrassing uncle, but I don't imagine another universally useful library is likely to come along in this decade. But if it does, we've got a place to put it.

S
Description
Utility classes for games
Readme 120 KiB
Languages
Java 64%
Shell 36%