Commit Graph

6895 Commits

Author SHA1 Message Date
Michael Bayne 03d2f4e679 Move aslib module to profile. 2016-12-17 16:54:31 -08:00
Michael Bayne e8094c4b09 Get our Flash bits from Tim's Maven repo.
Google Code is going away and this Flash shit is never going to be published to
Maven Central.
2015-03-17 08:34:52 -07:00
Michael Bayne 2382687b21 Cache Maven stuffs on Travis. 2015-03-17 08:29:07 -07:00
Michael Bayne 9c16e724ba Support setting classpath directly. 2015-03-17 08:28:01 -07:00
Michael Bayne 85bf22ea8a Only build master. 2015-03-14 10:48:08 -07:00
Michael Bayne 99531f23cf Wire up a Travis build. 2015-03-14 10:09:28 -07:00
Michael Bayne 86c5cf7c75 [maven-release-plugin] prepare for next development iteration 2015-03-12 11:46:43 -07:00
Michael Bayne 1dccfa1d58 [maven-release-plugin] prepare release narya-1.15 2015-03-12 11:46:40 -07:00
Michael Bayne bbecc4c2fb Objects deprecated, use MoreObjects. 2015-03-12 11:44:12 -07:00
Michael Bayne 8493c455fb Various javadoc fixes. 2015-03-12 11:41:06 -07:00
Michael Bayne 05c6374264 Bump in prep for release. 2015-03-12 11:34:57 -07:00
Michael Bayne be22838013 Version upgrades in prep for release. 2015-03-12 11:34:07 -07:00
Ray J. Greenwell e275c2ceda Added commented-out Java 6 improvements. 2015-01-21 10:26:52 -08:00
Ray J. Greenwell 39d1356e56 Occam's razor.
These String methods have been around since jdk1.1...
2015-01-20 17:23:20 -08:00
Jamie Doornbos 34f98e1c46 Javadoc fixes. 2014-11-14 10:20:11 -08:00
Jamie Doornbos 2474c58421 Move eclipse hackery into a profile.
This gets rid of a ton of noise when running mvn with plugin:goal syntax, e.g. source:jar.
2014-11-14 10:11:25 -08:00
Jamie Doornbos b16b9c8e5e Nevermind, this doesn't work in maven 3.
Revert "Disable unique snapshot versions."

This reverts commit 733ecf0137.
2014-11-11 13:03:25 -08:00
Jamie Doornbos 733ecf0137 Disable unique snapshot versions.
These are a hassle and not necessary.
2014-11-11 11:54:39 -08:00
Ray J. Greenwell 2740da3abf Oh, was I supposed to subclass and re-assign these statics?
That's a terrible idea. I think 'final' was just forgotten.
2014-10-29 10:08:54 -07:00
Ray J. Greenwell 2290ee3f3d Also do proper cloning so we can be subclassed. 2014-10-29 09:59:51 -07:00
Ray J. Greenwell 8c72823ab1 De-static some bits on ImportSet.
Statics can't be overridden. This class shouldn't have to know
about all threerings projects everywhere.
2014-10-29 09:59:51 -07:00
Jamie Doornbos c00610a642 Allow narya to be built with internal maven structure.
In an ideal world, we should run a proper repository server and mirror, but this will allow us to
build in the meantime.
2014-10-28 09:40:34 -07:00
Michael Bayne 9d25489af1 Factor out wire format test.
We can't include things with unpredictable iteration order (sets, maps) in our
wire test, but we still want to test those things in our GIANT STREAMABLE CLASS
OF DOOM test. So we now have a separate wire format test which just ensures
that we don't spuriously break the encoding of things that should be
predictable.
2014-10-21 14:17:00 -07:00
Michael Bayne 01b4ef9af7 Use latest Javassist. Supports Java 8. 2014-10-20 16:07:31 -07:00
Ray J. Greenwell e7537349c3 Document these constants better.
I've got half a mind to change the default to ORDINAL and let yohoho cope.
2014-08-06 10:44:21 -07:00
Ray J. Greenwell a1dc0730af Preparing for 1.15-SNAPSHOT development. 2014-04-01 16:40:30 -07:00
Ray J. Greenwell 116e1bdf36 Preparing for narya-parent-1.14.3 release. 2014-04-01 16:34:34 -07:00
Sylvain Royer 7105977c49 Fix Narya build. 2014-03-21 14:38:48 -07:00
Sylvain Royer 5afb22cd6c Have default be a final constant, pass in message into chat identifier in case they need to check message type or something. 2014-03-21 14:10:12 -07:00
Sylvain Royer fb01d1d79a Remove import. 2014-03-21 13:05:54 -07:00
Sylvain Royer b9a3efc0b7 Add a source item in the chat history. This allows us to determine from which speak object this chat originated from. 2014-03-21 13:04:40 -07:00
Ray J. Greenwell 43d7e5b726 Drive-by: use one Entry for all logs. 2014-03-20 14:16:00 -07:00
Ray J. Greenwell 436c9f8621 Fix compilation.
This directory doesn't exist. Commented out.
2014-02-11 16:41:01 -08:00
Michael Bayne 8f94d9c329 Cast differently. 2014-01-23 14:24:26 -08:00
Michael Bayne a36b19bd70 Work around path replacement issue.
This is not optimal, but it's no worse than it was before and fixes one
particular failure mode.
2014-01-22 13:39:09 -08:00
Michael Bayne 71e52d355e Added toArrayList().
If we're going to tell you to use an ArrayList instead of toArray(), let's make
that easy. This would be unnecessary if there was an ArrayList constructor that
took Iterable, but there isn't. And DSet is not a Collection.
2014-01-22 13:38:14 -08:00
Michael Bayne 3f589492f5 Put tools.properties in the right directory. 2014-01-22 13:06:09 -08:00
Michael Bayne 5fb7ca15fc tools.properties should be in the tools submodule. 2014-01-22 13:04:38 -08:00
Michael Bayne 82d9c54ed8 Nix unused imports. 2014-01-20 14:22:20 -08:00
Michael Bayne 65dee239c7 Can't @Override on iface method if we're 1.5 compat. 2014-01-20 14:20:10 -08:00
Mark Johnson f720f10df5 Preparing for 1.15-SNAPSHOT development. 2013-12-10 14:50:38 -08:00
Mark Johnson 6746bcef83 Preparing for narya-parent-1.14.2 release. 2013-12-10 14:43:48 -08:00
Ray J. Greenwell 25cb866cc0 Or maybe just interrupt the reader thread.
This seems to work. I'm going with this unless I hear otherwise.
2013-12-05 14:19:28 -08:00
Ray J. Greenwell cea4b3cfd8 RFC: Fix for datagram reader not shutting down.
Every time a client logs on and back off, another DatagramReader thread
is left around. This seems to fix it, but this method should be called
when either the reader or writer shut down..

Also: the didExit methods look funny:

    /**
     * Callback called by the datagram writer thread when it goes away.
     */
    protected synchronized void datagramWriterDidExit ()
    {
        // clear out our writer reference
        _datagramWriter = null;

        if (_datagramReader == null) {
            closeDatagramChannel();
        }

        log.debug("Datagram writer thread exited.");
    }

Why would it only try to shut things down if there's no reader?
Perhaps the idea here is that it won't shut down the channel until
both the reader and writer exit? It's not documented...
2013-12-05 14:07:51 -08:00
Ray J. Greenwell e842439bd0 Reduce logging.
On success this is followed by a "Session resumed" message, and
something should always be logged on failure too.
2013-10-28 22:27:01 -07:00
Ray J. Greenwell 3bbe3a6330 Suppress logging of common peer condition.
This has been happening for a while on PX and I've been meaning to track
it down. When a peer shuts down an object that's proxied on other peers,
the other peers receive an ObjectDestroyedEvent, and clear the object
from their omgrs. Other listeners may also receive the event and will need
to clear the proxying information, but that causes an unsubscribe to be
queued up, which when it runs will find the DObject already gone, and log
an error.

At first I considered not queuing up the unsubscribe action if the object
is no longer present in the omgr, but in the case that I'm working with
we have 2 or more objects that will all be destroyed simultaneously.
Even if I test to see if the first object is around or not, this same
test would always pass for the second object even though its death event
is next on the queue. The unsubscribe would be enqueued after THAT, so
there's no test to detect that the two objects are linked.

Instead, just suppress this message if we're a peer client. I didn't
want to suppress it altogether because we might want this message logged for
normal client connections. Maybe not.

Perhaps there is a better way. Maybe the PeerNode should add its own
ObjectDeathListener and clear out the proxy information and ensure that
the proxied object is also destoyed, and clients need not unproxy manually
in that case.

RFC.
2013-10-26 18:33:53 -07:00
Ray J. Greenwell 408cf8aa6e Remove 'TEMP' logging from 2008-2009.
The proxy stuff shows up all the time in the px logs.
2013-10-26 18:27:13 -07:00
Michael Bayne f1f1b3bc7e Complain not about rawtypes here javac7. 2013-09-16 10:45:05 -07:00
Michael Bayne f417974f84 Use 3.1 compiler plugin which has sane args config. 2013-09-16 10:45:05 -07:00
Mark Johnson adf7c0f717 Preparing for 1.15-SNAPSHOT development. 2013-08-27 19:06:27 -07:00