Steven Schlansker

Results 38 issues of Steven Schlansker

Hi, I am trying out the "underride" feature to add a custom toString. I ended up with code like: ```java @Value.Immutable @Value.Style(underrideToString = "join") interface JoinThings { List things(); default...

bug
consider

Hi, we use Immutables and love it, but recently ran into what feels like a bug. We declare some properties on mixin interfaces so they can be shared among related...

Hi Failsafe fans, We use a Failsafe retry executor to retry potentially failing network requests. In response to an incident, we decide to `.compose(CircuitBreaker)` Our original code: ``` failsafe =...

I (and others) have upgraded to the new Space Exploration. FARL causes an error on trying to load save. ``` Error while running event FARL::on_init() FARL/control.lua:79: bad argument #1 of...

Currently, release plugin `preparationGoals` is set to `clean install`. This means running `release:prepare` by default will mutate the local repository and (locally) publish artifacts. Normally, you only expect this to...

just trying to get the new oracle12 build going

Originally, Oracle held their driver jars so tightly that you needed to sign a license just to download them. This led us to splitting out the Oracle build so your...

cleanup
driver

### Discussed in https://github.com/jdbi/jdbi/discussions/2679 Originally posted by **d3btech** July 1, 2024 We have a situtaion where we are storing a java map in PostgreSQL jsonb column. How can we read...

feature