hydra-java icon indicating copy to clipboard operation
hydra-java copied to clipboard

Annotate your Java beans and serialize them as json-ld with hydra

Results 20 hydra-java issues
Sort by recently updated
recently updated
newest added

I've been messing around with Hydra-Java and SpringBoot and have the two working. I have taken [the sample project](https://github.com/dschulten/hydra-java/tree/master/hydra-sample) and refactored it into a SpringBoot application: https://github.com/damnhandy/hydra-springboot It'd be useful...

First of this, this is a fantastic project. I came here looking for [Hydra support](http://www.hydra-cg.com/), and found [Über](https://github.com/mamund/media-types/blob/master/uber-hypermedia.asciidoc), [Siren](https://github.com/kevinswiber/siren), and HAL as well. I think this project has legs as...

such as @context: { ... hydra:property: { @type: @vocab } }

It would be nice to use hydra-java to render responses from a service that uses plain Jax-RS, with Jackson, for example. In that sense, I found out that this can...

see http://rawgit.com/uber-hypermedia/specification/master/uber-hypermedia.html

Right now we only understand json requests whose attributes have a name equivalent on the target java bean. Enhance this so that an incoming json-ld object is mapped based on...

The media type application/ld+json defines three profiles [1] which allow clients to request expanded, compacted and flattened formats (terms become urls) [1] http://www.w3.org/TR/json-ld/#application-ld-json Makes it easier for clients to work...

Check if jsonld-java can do that, maybe in combination with apt at compile time.

enhancement

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 4.3.12.RELEASE to 5.2.20.RELEASE. Release notes Sourced from spring-webmvc's releases. v5.2.20.RELEASE :star: New Features Restrict access to property paths on Class references #28262 Improve diagnostics in SpEL for...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.8 to 2.12.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.8&new-version=2.12.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies