Good! Glad to hear it worked out, -+ Tatu +-
On Thu, Feb 6, 2020 at 11:48 PM Daniel Mönch <[email protected]> wrote: > Thank you very much, this was exactly what I was looking for. > Had to dig a bit into the history and now I could even check out the 1.8.2 > minor version as well. > ant jdoc worked flawless. > > Even could attach the source code and JDoc in Eclipse to the jackson libs > on the build path, making lookups a breeze. > > Thanks! > > On Monday, November 11, 2019 at 8:48:01 PM UTC+1, Tatu Saloranta wrote: >> >> On Mon, Nov 11, 2019 at 11:43 AM Daniel Mönch <[email protected]> >> 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jackson-user/ad7ffe45-8f17-4159-bb4d-659129930fbd%40googlegroups.com > <https://groups.google.com/d/msgid/jackson-user/ad7ffe45-8f17-4159-bb4d-659129930fbd%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/CAGrxA25zcc8dKA_K0EtR119Zt_a9PCdxQYZ%3D-UXs7NgoEqemnQ%40mail.gmail.com.
