Remo

Results 186 comments of Remo

maven central account is already in place. There is a feature branch to move to maven central. It still needs some work. Like a Gradle update to make the publish...

3.4.20210509072026@MavenCentral. Next steps will then be do also setup GitHub Packages for non-release builds. thx @exceptionfactory for adding github actions!

that was on purpose😟 the ui has not beem touched for years and has a variety of issues or is out of date with current features. together with effort to...

indeed h as not been implemented as of yet (I think). I guess would be doable by allowing a repository to return null upon create. It should allow to return...

a list of available releases including latest is available from http://www.crnk.io/releases/. but yes, there should be a bit more instructions on the github page. And the badge should be added...

repositories are documented here: http://www.crnk.io/releases/stable/documentation/#_repository

added two batches to release version and latest version. And added link to the example application and some basic code snippets. Hope that helps. Input very welcomed.

yes, since crnk supports most frameworks out there, setup procedure can differ a bit from framework to framework. Some more automated (spring) than others. There is http://www.crnk.io/releases/stable/documentation/#_integration_with_spring_and_spring_boot. But input where...

adding some more fields to the CrnkException would maybe be a possiblity, But this will not work for non-crnk exception. what is your concrete use case?

yes, currently the gateway would also need crnk-validation to properly serialize/deserialize. But it would very much make sense if it works also otherwise. Meaning CrnkException should hold all the `ErrorData`...