Julian Bell

Results 5 issues of Julian Bell

## Environment **Liquibase Version**: 4.11 **Liquibase Integration & Version**: N/A **Liquibase Extension(s) & Version**: N/A **Database Vendor & Version**: Sqlite 3.25.0 onwards **Operating System Type & Version**: N/A ## Description...

TypeEnhancement
DBSQLLite
autocandidate
ver4.11.0

**Actual behavior (the bug)** I get a `java.lang.IndexOutOfBoundsException: Index: 1, Size: 1` exception when using the `CorsPlugin` and pass in header `https://exactxcom`. This is due to `CorsUtils` `originsMatch` method line...

**Describe the feature** Currently - there are 2 ways to handle an invalid `Origin` request header: - return 400 (or something else) - what Javalin currently does & other Java...

This seems to be in version 1.9.2. The task snippet: doFirst { jettyEclipseRun.httpPort = 8080 jettyEclipseRun.daemon = true jettyEclipseRun.execute() } Will say: > No such property: httpPort for class: com.sahlbach.gradle.plugins.jettyEclipse.JettyEclipseRun...

Hi @blagerweij - based on [this information](https://github.com/blagerweij/liquibase-sessionlock/issues/32) I think it would be best if the PGLockService.supports method excludes CockroachDB as an option for session lock. This query will return a...