Andreas

Results 7 issues of Andreas

Hi, I would like to overwrite some properties in the project-info-report.properties. I did find the `AbstractProjectInfoReport::customBundle` field, however adding the file `${project.basedir}/src/site/custom/project-info-report.properties` like described in the documentation does not do...

enhancement
on hold

### Version \>= 4.5.0 (older are probably also affected) ### Context When using the SockJS event bus bridge, EventBusBridgeImpl#internalHandlePing keeps the web session alive by calling Session#setAccessed However this only...

bug

### Introduction Hi everyone, I encountered a behavior of mockk, where, if the backing field has a different type than the getter, a warning is printed to the logs but...

Hi! first things first: I really like your plugin and think it's very helpful :) However, I noticed that the parameter _hideParameters_ is buggy. Basically, its logic is inverted: |...

Fixes https://github.com/jcgay/maven-profiler/issues/224

The JDBC connection string already supports multiple schemas, now programmatically setting multiple schemas also works. Closes issue 3605. ### All Submissions: * [x] Have you followed the guidelines in our...

**Describe the issue** According to the [documentation](https://jdbc.postgresql.org/documentation/use/#connection-parameters), `currentSchema` can be a comma-separated list of schemas. While this works for the connection string, it does not work for `PgConnection.setSchema()`. **Driver Version?**...