Daniel H. Peger

Results 8 issues of Daniel H. Peger

I'm using reference types (i.e. AtomicReference) in my domain objects to model the three-state semantic of set (value is available), not set (no value available or not of interest) and...

In addition to the hard coded `Optional` reference types the type information from jackson is used to unwrap additional reference types (e.g. `AtomicReference`) Fixes #4103 for master branch (swagger 2.X)

In addition to the hard coded `Optional` reference types the type information from jackson is used to unwrap additional reference types (e.g. `AtomicReference`) Fixes #4103 for 1.5 branch (swagger 1.6.X)

First I'd like to request the same feature described in https://github.com/Ecwid/consul-api/issues/129. That is it should be possible to specify a custom truststore for consul without having a client certificate or...

With the upcoming Gradle 6.0 release it looks like resolving of the NodeJS artifact needs to be reworked. With the latest nightly (6.0-20191008230708+0000) I'm getting this error for the `nodeSetup`...

- Updated to gradle 2.13 - Updated binary plugin to 1.6 - Added maven-publish plugin and corresponding publication - Added license information to POM

If I use a custom data directory ``` EmbeddedPostgres.builder().setDataDirectory("C:/ws/projects/zonkyio/embedded-postgres/test-data").start(); ``` Creation of the database fails: ``` 2021-07-26 14:14:14,540 [main] INFO i.z.t.d.p.e.EmbeddedPostgres - Detected a Windows x86_64 system [] [] 2021-07-26...

**Article and Module Links** https://www.baeldung.com/spring-boot-custom-starter https://github.com/eugenp/tutorials/tree/master/spring-boot-modules/spring-boot-custom-starter **Describe the Issue** The tutorial still uses the deprecated `spring.factories` approach to configure a custom spring boot starter. Starting with Spring boot 2.7 this...

triaged