Remo

Results 186 comments of Remo

yes, it should, at least a 4xx. PRs always welcome should you already have a fix in mind.

I refactored the release process a bit, among others the documentation now gets published automatically to crnk.io. There is a new task promote. We could attach the tagging and creation...

PRs welcome

we may put the formatting into maven itself as a step. Eclipse, Intellj, etc. can be configured to look quite a like, but they still differ. Code formatter configurations for...

I prefer tabs. But I'm also able to sleep at nights if spaces are used.

import order is ok for me, I'm not really looking at those.

formatting in the build sounds perfect to me. So far the the tabs seem to be favored. Not uncommon in the Java world I would say.

there should a possiblity of go a bit more trough Jackson when converting the attributes into a Resource object. The new ResourceFieldAccessor (other PR) could help in this area and...

and finally some test cases, because as it seems there were not any.

one could extend the JpaResourceInformationBuilder.getResourceType. Currently it already checks a (deprecated) "JpaResource" annotation. Maybe that one should be de-deprecated. All of that is a bit historic due to the old...