-
I tries cleaning with
```
regex:\r\n==>\n
```
However, instead of it replacing the CRLF with LF, I got literal `n`, and no newline at all.
-
#### Feature summary
It would be nice to group soft assertions.
In other words, I would like something like JUnit 5 `@Nested` to be available via soft assertions: https://junit.org/junit5/docs/c…
-
- [x] Create sigstore-java-releasers admin group (@vlsi, @loosebazooka, @patflynn)
Gradle:
- [x] Move ownership from vlsi to sigstore-java-releasers on gradle plugin portal
- [x] Add gradle relea…
-
Awesome certificates inspired by the awesome list, had a good start this year thanks to the great community ❤️ New free certificates are now always being added 🎉!
But I'd love to hear your thought…
-
### Feature description
- Postgres with X configuration can handle X concurrent executions
- Postgres with Y configuration can handle X concurrent executions
- Postgres with Z configuration can han…
-
**Describe the issue**
This is a feature request.
The request is to enhance the driver to accept custom HostChooser implementations. If there are multiple PG/PG compatible databases then allow th…
-
to circumvent the type inference bugs Kotlin still has (and might still have after 1.4) we could consider to introduce a compiler plugin.
It's not the first time I am thinking about it but came acro…
-
See https://docs.gradle.org/current/userguide/designing_gradle_plugins.html#capabilities-vs-conventions
It would be nice, if adding protobuf plugin to a java library would automatically configure p…
-
Currently, every matcher has to return exactly one result.
What do you think if a matcher was allowed to return several findings?
For instance, suppose I wanted adding a matcher that would verif…
-
Is there a setting that would make the driver return `UUID` type as `TEXT` rather than `java.util.UUID`?
If not, can we add that? It should be easy to add and I'd be happy to provide a PR if neede…