Guido Spadotto

Results 8 comments of Guido Spadotto

Hi, any progress about this functionality? Is it in the roadmap?

You might want to try this (note the additional ' char): ``` [synapse_properties] 'synapse.timeout_handler_interval' = "15000" ```

@resoli try defining this environment variable before building (the "add-opens" is for JDK17, you _might_ not need it in JDK11): `export JAVA_TOOL_OPTIONS=' -Djdk.util.zip.disableZip64ExtraFieldValidation=true -Djdk.nio.zipfs.allowDotZipEntry=true --add-opens=java.base/java.net=ALL-UNNAMED '` The system properties in...

@chamilaadhi any comment/remark about https://github.com/wso2/maven-tools/pull/118 ? I am trying to build MI on a private branch of v4.3.0-m1 but I would need to know how this dependency has been built,...

@yasirjanjua I usually build all the components. The only references (in master) to a Dashboard are [here](https://github.com/wso2/micro-integrator/blob/2ddf1faff7758950f43014ab27c276d8512c27fd/components/org.wso2.micro.integrator.initializer/src/main/java/org/wso2/micro/integrator/initializer/dashboard/Constants.java#L11-L16) and [here](https://github.com/wso2/micro-integrator/blob/2ddf1faff7758950f43014ab27c276d8512c27fd/components/org.wso2.micro.integrator.initializer/src/main/java/org/wso2/micro/integrator/initializer/dashboard/HeartBeatComponent.java#L176-L178), so I suppose that the component to build is [this](https://github.com/wso2/micro-integrator/tree/2ddf1faff7758950f43014ab27c276d8512c27fd/components/org.wso2.micro.integrator.initializer). I...

It would be nice to also be able to get **Values** based on selection criteria, see my comment here: https://github.com/dapr/components-contrib/pull/3218#issuecomment-1909675063 I am not an expert at all in key-values repositories,...

> dapr/components-contrib#3218 (comment) Well... Redis State Store (just to name one) already supports querying on values (via Dapr' Query API), see: https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-redis/#querying-json-objects-optional The point is - IMHO - that the...

UL 131 of IS 7.0 is also affected by this regression. The NoSuchMethodError stack-trace appears when using the "password" grant.