James Manger

Results 5 issues of James Manger

Quite a few JSON formats represent times as the number of seconds since 1970. It would be useful to be able to bind these to a java.time.Instant. JSON-B offers [JsonbDateFormat.TIME_IN_MILLIS](http://json-b.net/docs/api/java.json.bind/javax/json/bind/annotation/JsonbDateFormat.html#TIME_IN_MILLIS),...

enhancement

DataRepository.getInstance(AppDatabase database) returns a singleton. But that means the _database_ parameter is ignored from calls other than the first. Subsequent calls are returned a DataRepository for a different _database_! AppDatabase.getInstance(Context...

dependency injection

# Description of the issue In a timestamp format, %f (fraction of seconds) represents the digits, not including the decimal mark (point or comma). So when converting a format to...

Stale

## Environment Details * Helidon Version: 4.1.0 * Helidon SE * JDK version: 21.0.3 * OS: macOS * Docker version (if applicable): N/A ---------- ## Problem Description When a request...

webserver
P2
design
4.x

### Description Fixes #5151 Adjusts the `Jwt` class so that `userPrincipal()` returns the value of a `upn`, `preferred_username`, or `sub` claim in that order of preference; but the class does...

OCA Required