Daniel Kellenberger
Daniel Kellenberger
If once the template was created with the wrong delimiters, the cache returns an invalid result, because delimiters are not part of the cache key. ```java @Test void delimiterChangeFailsCaching() throws...
With 1.x it was possible to perform equality checks with strings: ```sql SELECT true = 'true' ``` After upgrading to 2.x (tested with 2.1.214) this is not possible anymore. It...
Please add support for `Supplier` which always provides the latest value ```java @Inject @ConfigProperty(name = "app.some.property") private Supplier propertyValue; ```
**Is your feature request related to a problem? Please describe.** Sending to Azure Service Bus using Spring JMS, but receiving messages using `azure-messaging-servicebus` library, JSON messages gets decoded as `AmqpMessageBody`...
Tested with version 0.9.1.2 Given: ```php $object = new \Dallgoot\Yaml\Types\YamlObject(0); $object->api = '1'; $object->entries = array('a' => array(array('b1' => 'b', 'b2' => 'b'), array('c1' => 'c', 'c2' => 'c'))); echo...
### PR checklist - [x] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [x] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change. (For instance,...
**Is your feature request related to a problem? Please describe.** At the moment it's not possible to easily configure a proxy for the calls the calls to login.microsoft.com. The only...