On Mon, Nov 11, 2019 at 11:43 AM Daniel Mönch <daniel.moe...@gmail.com> wrote:
>
> Hello,
>
> In an enterprise legacy project, we are using Jackson in v. 1.8.2.
> However, neither sources nor Javadocs are attached to the included library.
>
> I had no luck to find the Javadoc for this old version anywhere. Everywhere I 
> looked, only v. 2+ is available.
> Even the Wayback machine did not parse the whole Javadoc at the old homepage 
> ( http://jackson.codehaus.org/1.8.2/javadoc/index.html )
>
> Is there any resource where I can retrieve or browse the Javadoc (or sources) 
> from?

Right, Jackson 1.x was hosted at Codehaus SVN, which is long gone.

But I think this:

https://github.com/FasterXML/jackson-1

has what you need, check branch 1.8.
`master` is for 1.9[.13] which is not all that far out either.
In both cases you'd need to regenerate javadocs using Ant... probably
just `ant clean javadoc`.

I hope this helps!

-+ Tatu +-

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jackson-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jackson-user/CAL4a10gFXW1mzT%2B7XefGti6k2XTeFAU8t%3Dkx-%3DEzPy_iH-q2kA%40mail.gmail.com.

Reply via email to