Garret Wilson

Results 71 issues of Garret Wilson

Spring Boot has `spring.cache.type=NONE` to disable caching altogether, e.g. for a development profile; see [Spring Boot - How to disable @Cacheable during development?](https://stackoverflow.com/questions/35917159/spring-boot-how-to-disable-cacheable-during-development). How can I disable Coffee Boots in...

### Name of the resource AWS::CloudFront::Distribution ### Resource name _No response_ ### Description For a CloudFront distribution, I have to specify the `DefaultCacheBehavior`. The recommended way it so specify an...

enhancement

Using Flexmark 0.64.0 with Java 17 I'm expecting the [Typographic Extension](https://github.com/vsch/flexmark-java/wiki/Typographic-Extension) to turn `'` into `’`, but instead it seems merely to drop the character. The same happens e.g. with...

I'm using v0.42.0 of the docker-maven-plugin on Windows 10 with Java 17 and Maven 3.8.7. I have a simple Dockerfile named `dockerfile` in the project root directory which I need...

In the same vein as #73, probably `GenericType` should not implement `java.lang.reflect.Type`. It's not really a "type" itself—it's a type _holder_. I can appreciated that the original conception was to...

What's the appropriate way to see if a `ResolvedType` represents a simple class that I know about? Let's say I pass a `new GenericType{}` to a method, and I just...

The [Spring Boot Data MongoDB documentation](https://docs.spring.io/spring-data/mongodb/docs/current/reference/html/#mongo.mongo-db-factory.config) says: > Username and password credentials used in XML-based configuration must be URL-encoded when these contain reserved characters, such as `:`, `%`, `@`, or...

type: documentation
status: waiting-for-triage

Hamcrest `Matchers` already has a `closeTo(double operand, double error)` method which allows you to specify an error for fuzzy equals with floating point values. (See [How do I compare doubles...

I'm seeing several Jakarta EE artifacts released to Maven central using suffixes to denote non-release versions. * `jakarta.enterprise:jakarta.enterprise.lang-model:4.1.0.Alpha1` * `jakarta.inject:jakarta.inject-api:2.0.1.MR` * `jakarta.persistence:jakarta.persistence-api:3.2.0-B01` I would like to configure Versions Maven Plugin...

If I'm doing a Maven build, I want to generate a property using the `timestamp-property` in the format `yyyy-MM-dd`, but I want it to reflect the current time zone of...