Actually, the map functions aren't the problem.  Those were easy to cut
over.  The problem is the new ThreadLocal behavior in Java 8 that just
doesn't have an equivalent in older JDKs.

I think I'm almost done, will raise a PR to prep it for inclusion.

I do not envy the road warriors, mind you.

John

On Thu, Mar 24, 2016 at 11:05 PM David Blevins <david.blev...@gmail.com>
wrote:

> The code is significantly harder without the Java 8 computeIfAbsent on
> hashmap.
>
> In terms of time, I wish I had more to give.  I was on the road 49 out of
> 52 weeks last year and this year is no different.
>
> I've pretty much sacrificed every bit of time and work-life balance
> possible in hopes to produce more for others.  It's a work in progress....
>
>
> -David
>
>
> On Thu, Mar 24, 2016 at 6:47 PM, John D. Ament <johndam...@apache.org>
> wrote:
>
> > I don't mind looking at it a bit further.  You're the only contributor
> and
> > you're a long standing ASF guy.  Of course one big issue is that you're
> > using a modern, supported JVM version.  We're still on the archaic 1.6
> JDK.
> >
> > One thing to point out, your license is already assigning ownership to
> the
> > ASF -
> >
> >
> https://github.com/tomitribe/microscoped/blob/master/microscoped-timer/pom.xml#L3
> > not
> > sure if that's intentional or not.
> >
> > Here's a reference to what it looks like when its not licensed to the
> ASF.
> > https://github.com/johnament/hammock/blob/master/pom.xml#L1
> >
> > The big difference - licensed under vs licensed to.
> >
> > John
> >
> > On Thu, Mar 24, 2016 at 9:39 PM David Blevins <david.blev...@gmail.com>
> > wrote:
> >
> > > John had asked on twitter if this code could be donated.  Absolutely.
> > >
> > > https://tomitribe.io/projects/microscoped <
> > > https://tomitribe.io/projects/microscoped>
> > >
> > > I feel bad writing a “come and get it” email.  90% of the code was
> > written
> > > between 12am and 5am the night before the related JavaOne talk. Not by
> > > choice. :)
> > >
> > > Is there anyone with time to help?
> > >
> > >
> > > --
> > > David Blevins
> > > http://twitter.com/dblevins
> > > http://www.tomitribe.com
> > >
> > >
> >
>

Reply via email to