Martin Kouba
Martin Kouba
I think that it makes sense to introduce the `QuarkusOracleDelegate` that extends `org.quartz.impl.jdbcjobstore.oracle.OracleDelegate`. Actually, I'm quite surprised we don't support it. It might be that (1) `OracleDelegate` is located in...
> > I think that it makes sense to introduce the `QuarkusOracleDelegate` that extends `org.quartz.impl.jdbcjobstore.oracle.OracleDelegate`. Actually, I'm quite surprised we don't support it. It might be that (1) `OracleDelegate` is...
> > > > I think that it makes sense to introduce the `QuarkusOracleDelegate` that extends `org.quartz.impl.jdbcjobstore.oracle.OracleDelegate`. Actually, I'm quite surprised we don't support it. It might be that (1)...
> What should we do ? We should definitely file a new issue in the [Quartz repo](https://github.com/quartz-scheduler). Unfortunately, the community was not very active until recently. So we will see...
> [@mkouba](https://github.com/mkouba) I confirm that remplacing VARCHAR2(1) to BOOLEAN is working with `gvenzl/oracle-free:23-slim-faststart` +1 > ok I will raise an issue on Quartz Repo. +1 > I was thinking, meanwhile,...
@dcdh You can use the [`quarkus.datasource.devservices.image-name`](https://quarkus.io/guides/dev-services#quarkus-datasource_quarkus-datasource-devservices_quarkus-datasource-devservices-image-name) config property to specify the image name, or?
Let me sum up so that we're sure on the same page ;-) - there is a breaking change in Oracle 23+ JDBC driver and `oracle.jdbc.sendBooleanAsNativeBoolean=false` reverts to the previous...
> [@mkouba](https://github.com/mkouba) is it the responsibility to the developer to import by himself the quartz tables ? I guess it is the case, because I did not found any way...
> Maybe we could set the defaults at a `ClassOutput` level like this: Yes, that's exactly what I had in mind. However, I'd prefer to define a single interface +...
> I'm thinking perhaps just 2 hard-coded profiles would be enough: > > * `SPECIFICATION`, which follows the JLS, and > > * `ERGONOMIC`, which is roughly what Gizmo 1...