Nicola Bova

Results 9 issues of Nicola Bova

### What is this PR for? Add scala 2.12 support for interpreters. Based on [PR3634](https://github.com/apache/zeppelin/pull/3634) ### What type of PR is it? Improvement ### Todos * [ ] - `scalate-maven-plugin`...

## What changes were proposed in this pull request? Add a variable to cp-kafka/values.yaml to enable or disable enterprise features. Currently this only means enabling or disabling the ConfluentMetricsReporter and...

``` val u = "https://i❤.ws/" url(u).url ``` leads to ``` java.net.URISyntaxException: Expected authority at index 7: http:// java.net.URI$Parser.fail(URI.java:2848) java.net.URI$Parser.failExpecting(URI.java:2854) java.net.URI$Parser.parseHierarchical(URI.java:3102) java.net.URI$Parser.parse(URI.java:3053) java.net.URI.(URI.java:588) dispatch.RawUri.toUri(uri.scala:23) dispatch.RawUri.toString(uri.scala:24) dispatch.url$.$anonfun$apply$3(requests.scala:102) dispatch.Req.requestBuilder$1(requests.scala:48) dispatch.Req.toRequestBuilder(requests.scala:53) dispatch.Req.toRequest(requests.scala:61) dispatch.UrlVerbs.url(requests.scala:125) dispatch.UrlVerbs.url$(requests.scala:125)...

bug

Hi, I've made a few small changes to use `cld2-cffi` (which seems to be actively maintained) instead `pycld2` (last update 2018).

This is to support a native Apicurio Registry client as mentioned in #300 . If you guys are interested, I can add some examples to the documentation. Thanks.

I believe it would be useful to support a native Apicurio Registry client for cases where Apicurio's compatibility interface does not seem to work anymore (e.g. [this one](https://github.com/Apicurio/apicurio-registry/issues/2520).)

Recently, I've run into [this bug](https://www.apicur.io/blog/2021/12/09/kafkasql-storage-and-security). What I have done: 1. Disabled compaction as show in the article 2. Upgraded to apicurio `2.2.3.Final` from `2.0.0.Final` 3. Reset the updated sequences...

Bug
component/registry
priority/high

It would be great to have support for Scala 2.12

Is there a way to do this? I need to upgrade the Apicurio Registry to a version >= `2.1.4.Final` due to [this issue](https://www.apicur.io/blog/2021/12/09/kafkasql-storage-and-security). EDIT: Is it possible to specify other...