Tilen Faganel
Tilen Faganel
As per the JAX-RS specification if the application/microservice includes more then one subclass of `javax.ws.rs.core.Application` then it won't automatically initialize and set them up. You'll need to do it manually...
Somewhat like that. KumuluzEE while a Java EE framework is geared and build primary for building microservices with said technologies. With microservices you run and deploy each app (i.e. WAR)...
Do we have examples of how to use this?
To get around this issue, you need to set the `create_before_destroy` lifecycle property of the certificate to `true`. Like so: ```hcl resource "digitalocean_certificate" "certificate" { name = "certificate" private_key =...
The fonts are the reason I haven't yet added bootstrap. For development you can simply do as @pistolero77 stated however for building you will need to add steps that will...
Agree on the topic. The application using the config should be able to be notified of any config changes when it happens (or close to when) instead of when the...
Agreed, we should definitely discuss if a notification system is something to consider adding. Alternatively it could be something that is added in a future version. I agree that watching...
I'm more leaning towards `configuration.properties` or `config,properties`. In my mind when looking from afar, `javaxconfig.properties` or `javaconfig.properties` look like something that is used to configure Java itself and not the...