Andrew Guibert

Results 44 issues of Andrew Guibert

- Upgrade to Testcontainers 1.15.1, mainly because it contains a fix needed to use Testcontainers on Mac OS - Use prebuilt image for DB2 so we can avoid using a...

Fixes a confusing scenario that a user reported here: https://github.com/quarkusio/quarkus/issues/11035

backport required

Over in https://github.com/hibernate/hibernate-reactive/pull/325 they were trying to create temporary tables and this was not working (no stack trace at the moment). An example of the SQL being used is: ```...

bug
help wanted
module:db2

This improves the driver API so that a specific DB type can be requested using the generic SqlConnectOptions path. This is necessary for situations when A) user does not want...

backport required

Now that the DB2 module has a good amount of functionality and is getting close to a minimum viable product, I need to go over the codebase and resolve all...

help wanted
module:db2

Add support for more secure authentication mechanisms beyond basic plaintext user/password configuration.

help wanted
module:db2

Initially only simple data types are supported (boolean, int, varchar, etc). Add support for more complex data types like CLOB and BLOB.

help wanted
module:db2

This could include a dump of DB2 server information (e.g. DB version) as well as the negotiated manager levels from the EXCSAT command.

help wanted
module:db2

Using Mojarra impl 2.2.14 from: https://mvnrepository.com/artifact/com.sun.faces/jsf-impl/2.2.14 Since the Mojarra JSF implementation only works with the Mojarra set of JSF API, it would be nice if the Mojarra JSF implementation could...

## User story: As a user of this test framework, I want to test an app that uses messaging (JMS, MP Reactive Messaging, or Kafka) ## Additional detail: It is...

is:enhancement