pdalfarr
pdalfarr
Can't build release app when using Proguard because of android.net.LinkProperties (+ my workaround)
Hi, Great library! On my side I have an issue when building my app (compile & target SDK 27) using your library and Proguard : > Warning: library class android.net.ConnectivityManager...
Using [simple-root-regions.uml](https://github.com/spring-projects/spring-statemachine/blob/1b2a868ab52d16646eea40071bc1ea8526cd9e0c/spring-statemachine-uml/src/test/resources/org/springframework/statemachine/uml/simple-root-regions.uml) to perform some tests, I encountered an unexpected situation where the 'transitions per regions' are not consistent between StateMachineModel and StateMachine. I am using the [simple-root-regions.uml](https://github.com/spring-projects/spring-statemachine/blob/1b2a868ab52d16646eea40071bc1ea8526cd9e0c/spring-statemachine-uml/src/test/resources/org/springframework/statemachine/uml/simple-root-regions.uml) file from...
### Context Spring Statemachine creates tables to store statemachine's definitions and states. As a consequence, when using Spring Statemachine in a project, the following tables are created: ``` action deferred_events...
**Describe the bug** Using the https://www.springwolf.dev/docs/configuration/#actuator-support feature, I downloaded the docs.yaml from my back-end using url http://localhost:8450/actuator/springwolf/docs.yaml Then I used this docs.yaml in both https://studio.asyncapi.com/ and https://editor.swagger.io/ but validation errors...
In Springwolf UI, add support for sending RabbitMQ Message towards an exchange using a RoutingKey
**Describe the feature request** In Springwolf UI, add support for sending RabbitMQ Message towards an exchange using a Routing Key. **Motivation** Springwolf is able to list all the Publishers and...
**Description** [JSON Schema 'format' keyword](https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-validation-00#rfc.section.7.3) seems not to be honored by Formly. **Minimal Reproduction** I am using https://github.com/victools/jsonschema-generator/blob/main/slate-docs/source/includes/_javax-validation-module.md to generate JSON Schema on server side. Formly is able to render...
### Description Viedo Thumbnail creation not working in Android 11 After debugging, it turns out that this code seems to be the place where things go wrong for media URI...
Adding a test for asyncapi.yaml
**Describe the bug** Schema generation was working fine with SpringWolf 1.2.0. I changed version from 1.2.0 to 1.4.0: as a result, my Spring app is working fine, but Springwolf does...
Units test to investigate AMQP generation I added some comments in the PR.