Scott Frederick

Results 21 issues of Scott Frederick

I think the square brackets are a big improvement over parenthesis, but I think curly braces { } are even better. They give the code a nice decorative fancy look,...

See https://github.com/spring-projects/spring-boot/issues/31233 for background.

type: bug

Make it possible to configure the service broker application with OAuth2 authentication as a configurable option, with basic auth as the default still. Provide alternate Kubernetes deployment instructions that specify...

Add support for an optional `readonly=true|false` bind parameter that controls whether a service binding is allowed to retrieve, list, write, and delete books or only to retrieve and list books....

Add support for an optional `maxBooks` provisioning parameter that limits the number of books that a service instance can store. Attempting to add more books than the specified maximum will...

An SI dashboard could just display a table with the key/value pairs currently being stored in the SI. It doesn't need to be a fancy UI, just something to demonstrate...

Async provisioning could be simulated with a simple counter (e.g. the first call to `/last_operation` could return "in progress" and the second call could return "success"), or with an artificial...

When the Maven `spring-boot:build-image` goal or Gradle `bootBuildImage` task invokes the CNB lifecycle API, it creates and mounts volumes for the lifecycle to use as build and launch caches. Some...

type: enhancement
theme: kubernetes

Add support for configuring the address of the Docker daemon that processes running in the CNB builder container should use. In the Maven plugin `image` configuration, the option could look...

type: enhancement