lyca

Results 5 comments of lyca

Out of the list of supported code formats, `matlab` is missing. -> https://confluence.atlassian.com/doc/code-block-macro-139390.html An extensive list of supported language aliases is maintained at highlight.js -> https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md Taken into account, this...

The problem seems to be, that there is no bintray anymore. The distribution management needs an update. ```xml bintray https://api.bintray.com/maven/opentracing/maven/opentracing-spring-jaeger/;publish=1 jfrog-snapshots http://oss.jfrog.org/artifactory/oss-snapshot-local ```

I just released a package with the content of the pull request as a third party package. Maybe someone else finds it useful :smile: https://central.sonatype.com/artifact/de.lyca.cloudevents/cloudevents-spring-amqp/overview

I currently do not see any method, that simply returns the `WebApplicationContext` for this to work. The current implementation does not work in Spring Boot as pointed out on SO...

> I'm having the same issue, any solution or workaround for now? The easiest "workaround" is to not set the `issuer-uri` at all and instead only configure the `jwk-set-uri`. ```yaml...