Kevin S. Clarke

Results 8 issues of Kevin S. Clarke

I have an IAM user created for Maven to upload the site files into an S3 bucket. When I use a policy for a IAM user like: { "Statement": [...

There are two JSON examples in the 3.0.0 Presentation spec that look like: ``` "service": [ { "@id": "https://example.org/iiif/auth/login", "@type": "AuthCookieService1" } ] ``` They are missing the `profile` which,...

The v3 presentation spec [references](https://iiif.io/api/presentation/3.0/#service) the services registry documentation found at: https://github.com/IIIF/api/blob/main/source/api/registry/services/index.md#31-image-information The documentation on this page though is out of sync with the v3 presentation spec. For instance, the...

editorial
discuss
extensions

I use the maven-enforcer-plugin to enforce that the project will get a warning on build (and fail to build) whenever a SNAPSHOT dependency is included in the project unless `-Denforcer.skip=true`...

This was in the old site but doesn't seem have have made it into the new site's documentation. Add some documentation about it for people who want to run with...

Travis script should act more like the init.d script to determine when solr has started using console output rather than a wild guess of "sleep 30". ##

enhancement

Restlet doesn't yet use Maven Central (https://github.com/restlet/restlet-framework-java/issues/481) and solr_core now has a dependency on it. This is causing random build failures similar to what the DSpace project is seeing: https://jira.duraspace.org/browse/DS-1921...

bug

Is this just a matter of telling the Jetty plugin to watch certain files for changes? ##

enhancement