Panos Kalogeropoulos

Results 26 comments of Panos Kalogeropoulos

@richturner thanks for the review! > * PKCS12 is preferred keystore format since java 9 (thought I saw mention of `jks` in your code see: https://www.baeldung.com/java-keystore-truststore-difference) KeyStores are PKCS12 format,...

Add a logging statement in `StatusContainerImpl` with the OpenRemote version instead of `Container#start`, since it'll be displayed during startup as well.

> What do we think is needed for Balena specific images? The standard images we already publish should be fine. > > If we're referring to custom deployments then that...

@wborn I'd like some help with getting this working for custom projects, as I'm not exactly sure how to test this and what changes would need to be made so...

@pierrekil I stumbled on this issue and I had an idea: I have been messing around with [GraphQL](https://graphql.org/) recently. It is meant to be a query language for interacting with...

Hi @ebariaux , I've had to deal with this a lot in my own OSS project, where we need to (self-)host a private Docker registry, with the ability of using...

> wants to do some more work on this before we consider merging Ah okay, thanks for letting me know!

Thoughts: The CLA assistant does not consistently check PRs when they open. When rechecking all PRs here (https://cla-assistant.io/ , then log-in as a member of the OpenRemote org, then the...

@Ekhorn @denniskuijs I did some thinking for this. First, I think that every action that needs to be performed in the OpenRemote codebase should be done using Gradle. Gradle should...

@ebariaux just did a quick check and it looks like some methods were moved from `org.apache.activemq.artemis.core.remoting.CertificateUtil` to `org.apache.activemq.artemis.utils.CertificateUtil`. `MqttBrokerTest` succeeded. I'll open up a PR shortly so that the full...