Cosimo Damiano Prete
Cosimo Damiano Prete
Hi. I'm trying to execute a POST and a PUT request where I do upload a JSON with, as well, an image file. Version of the library: 4.0.4 App built...
Hi. Given the following definitions: ```yaml swagger: '2.0' info: title: MyDomainObject version: "1.0" definitions: MyDomainObject: type: object required: - currency properties: currency: $ref: '#/definitions/CurrencyIso' riskCurrency: $ref: '#/definitions/CurrencyIso' CurrencyIso: description: |...
## Description The tests have been reworked, where necessary, so that they correctly run also on Windows. This PR fixes https://github.com/eclipse/jkube/issues/1338 ## Type of change - [x] Bug fix (non-breaking...
Hi. Can you please provide some documentation or guidance on how to use the MockTextTerminal? I would like to unit-test my business logic and the example in the repository with...
On calling `org.beryx.textio.mock.MockTextTerminal#getOutput` the returned string has all the new lines and leading/trailing spaces removed because `org.beryx.textio.mock.MockTextTerminal#stripAll` is called on the stored string before returning it. Given that the output...
Hi. At the moment, the methods `with[Numbered]PossibleValues` and `withPropertiesConfigurator` only apply globally, aka to all the possible choices. It would be nice to be able to to define the possible...
Is there any plan about merging the features developed in the SourcePond fork (https://github.com/SourcePond/release-maven-plugin-parent) here? I really need features like: - tag revert on failures - dependecy management - incremental...
Hi. At the moment, the build number is just a **long** and there is, for what I can see, no way to configure it differently in order to get something...
Hi. I'm using Spring Boot 2.6.3 and I've the spring-boot-maven-plugin configured in the following way: ```xml org.springframework.boot spring-boot-maven-plugin ${spring-boot.version} repackage build-image build-image ${docker.image-name} ${docker.credentials.username} ${docker.credentials.password} ``` where the registry credentials...
Hi. I'm updating my project from Spring Boot 2.6.4 to 3.0.2. I've firstly updated the project to version 2.7.8 and everything worked fine, but jumping from 2.7.8 to 3.0.2 broke...