Jason Bodnar

Results 12 issues of Jason Bodnar

I have `@EnableCaching` on my application class. In application.properties I have: ``` # caching coffee-boots.cache.spec.reCountries=expireAfterWrite=3d,expireAfterAccess=1d,maximumSize=500 coffee-boots.cache.spec.reInstalledCountries=expireAfterWrite=3d,expiresAfterAccess=1d,maximumSize=500 ``` But when I try to run a test or boot my application I...

I'm using QueryBuilder to create queries for a MongoDB collection. One of the fields in the documents in the collection is `amount` and it's defined as `Decimal128`. In order to...

There doesn't seem to be a version that supports Angular 9. Digging through past tagged versions it seems to go from 8 to 10. Could you make a version that...

In build.gradle we have: `ext { ... spockVersion = "1.1-groovy-${groovyMinorVersion}-rc-2" ... }` Later on we have: `dependencies { ... mainTestCompile ("org.spockframework:spock-core:${spockVersion}") { exclude group: "org.codehaus.groovy" ... }` When I run...

From a Gitter discussion: jcbodnar @jcbodnar [Aug 04 2021 13:48](https://gitter.im/mapstruct/mapstruct-users?at=610ae0f87555e33351f3aea0) Alright, I have an annotation: @Retention(RetentionPolicy.CLASS) @Mapping(target = "formId", ignore = true) @Mapping(target = "id", expression = "java(java.util.UUID.randomUUID())") @Mapping(source =...

jQuery-QueryBuilder has plugins that allow the output type to be SQL or a Mongodb query. Is it possible to use those plugins with this project? Or is there another way...

**Describe the bug** When azure-spring-data-cosmos serializes an entity with a BigDecimal field trailing zeros in the decimal portion are lost thus ignoring the scale. For example, 43769.30 is serialized as...

bug
Cosmos
Client
customer-reported
needs-team-triage
azure-spring
azure-spring-cosmos

Configure ObjectMapper to serialize BigDecimal as String so precision and scale are maintained, especially when value ends in 0s (#38691) # Description As described in [#38691](https://github.com/Azure/azure-sdk-for-java/issues/38691), `BigDecimal` values ending in...

customer-reported
azure-spring
Community Contribution

When my phone (Samsung Galaxy Note20) is connected to my car via Bluetooth I can play music via Squeezer and SB Player but there is no metadata (artist, track, album)...

I have a pair of Mpow Flame bluetooth headphones. They can successfully control the volume when using Squeezer (I'm assuming because that goes straight to the Android OS) but they...