Lorenzo Quiroli

Results 4 comments of Lorenzo Quiroli

I'm having a really similar issue: ``` Caused by: android.database.sqlite.SQLiteException: at android.database.sqlite.SQLiteConnection.nativeOpen (SQLiteConnection.java) at android.database.sqlite.SQLiteConnection.open (SQLiteConnection.java:212) at android.database.sqlite.SQLiteConnection.open (SQLiteConnection.java:196) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked (SQLiteConnectionPool.java:463) at android.database.sqlite.SQLiteConnectionPool.open (SQLiteConnectionPool.java:185) at android.database.sqlite.SQLiteConnectionPool.open (SQLiteConnectionPool.java:177) at android.database.sqlite.SQLiteDatabase.openInner...

Is this still relevant? I was also wondering about this, I'm looking to add a global responseLogger in v10 but the type is missing from `CreateClientParams`

I've created a [PR](https://github.com/dependency-check/dependency-check-gradle/pull/250) to disable configuration cache for the analyze task. This a new option provided by Gradle 7.4: by enabling it it won't be a blocker for people...

This seems to work out of the box for Java services, it would be a really useful feature to have