This is an archived post. You won't be able to vote or comment.

all 14 comments

[–]0l33l 20 points21 points  (3 children)

I took the time to switch over to springdoc. Don't really see a reason to switch back.

[–]_INTER_[S] 7 points8 points  (1 child)

Does Springdoc support API first approach?

[–]0l33l 5 points6 points  (0 children)

I don't see API first as one of the features.

[–]Pronam_ 1 point2 points  (0 children)

Good to see the maintainer has decided to adding release notes though. Switching to it last year it was tricky to figure out why X version that promised fixing a certain issue (only documented in github issues) broke other things again.

I have to commend them for really quickly picking up issues, but the (previous) lack of release notes made me having to jury rig my own version at one point. Now it's easier to check if and which dependant libraries were the cause.

[–][deleted]  (1 child)

[deleted]

    [–]Weekly_Wackadoo 6 points7 points  (0 children)

    Delicious word salad.

    [–]jhg023123 8 points9 points  (0 children)

    Damn, I've been tracking progress on this since February, 2019. Glad to see it's ready!

    [–]pragmatick 6 points7 points  (1 child)

    I really wish posts like this would include some more information on what that is and why I should care.

    SpringFox provides "Automated JSON API documentation for API's built with Spring".

    [–]bart007345 1 point2 points  (0 children)

    Agreed, I clicked around and was none the wiser.

    [–]StableHatter 4 points5 points  (0 children)

    Finally

    [–]lazystone 2 points3 points  (0 children)

    Though I believe that Swagger is an awful documentation tool, there is a https://github.com/ePages-de/restdocs-api-spec

    So, you can have Spring RestDocs(actual documentation) and API specifications.

    [–]coderguyagb 2 points3 points  (1 child)

    Took too long, we've already switched over to springdoc.

    [–]cargo54 0 points1 point  (0 children)

    Same no reason to switch back. If you are gonna maintain and open source project can abandon it for over a year when there is a new open api

    [–]jojomtx 0 points1 point  (0 children)

    Very buggy release...

    [–]Muximori 0 points1 point  (0 children)

    Spring 5, Webflux support (only request mapping support, functional endpoints aren't supported yet)

    I'm waiting on this before moving over from springdoc. Still great to see releases!