t1 / problem-details

Problem Details [RFC-9457] Java API, TCK, and implementations for JAX-RS and (currently not) Spring Boot
Apache License 2.0
16 stars 5 forks source link

Current Status of Project? #42

Closed dhufnagel closed 3 years ago

dhufnagel commented 4 years ago

Hi,

I'd like to build the project for jaxrs but did not manage to do so. I came across the issue, that the master branch relies on a class of the sandbox api, which is not there. The class ResponseStatus does not exist. So how could this project be build? I started to migrate to javax.ws.rs.core.Response.Status and have all files in my own project.

So I wanted to ask, what the current status of this project is? Is it supposed to be that way or am I doing something wrong?

t1 commented 4 years ago

I didn't notice that, because the GitHub Actions pass. I'll investigate.

As for the status: the latest release is ready to use, while the move to MicroProfile in a sort of hibernation, i.e. I currently have too many other things to attend to (mainly MP GraphQL). I take your question as an indication that I should try to get back to it soon and finish my stuff ;-) Thanks for the support :-)

t1 commented 4 years ago

You need to build https://github.com/t1/microprofile-sandbox first. I'm working on getting that into upstream, so it's sufficient to build https://github.com/eclipse/microprofile-sandbox

amoscatelli commented 3 years ago

Any news ? What do I have to do so use this spec ? I can't find the dependencies on any maven server ...

Thank you in advance

t1 commented 3 years ago

@amoscatelli: I hardly got any feedback on this, so I thank you for yours. I'm not getting paid for this, so I can't promise anything. But it would help me, if you could tell a little bit more about the setting you want to use it in.

amoscatelli commented 3 years ago

Sorry I am not sure I understood your question. I want my backend to use the RFC-7807 specification to handle errors. I just wanted to download the last dependencies (the one implementing the microprofile problem details proposal API) without compiling it myself.

Anyway I managed to manually compile and use the dependencies. Thank you.

t1 commented 3 years ago

I've released version 1.0.9 to Maven Central. The 2.x branch is in an unfinished state. HTH. Questions welcome!