Open Issues Need Help
View All on GitHub enhancement good first issue
Two public static final constants in Constants.java are backed by a plain ArrayList, making them silently mutable. 4 months ago
enhancement good first issue
enhancement good first issue
enhancement good first issue
Several server-side utility classes have only static methods but are still instantiable 4 months ago
enhancement good first issue
enhancement good first issue
DateTimeUtils.extractOffsetDateTime() contains a leftover diagnostic log at INFO level using string concatenation. 4 months ago
enhancement good first issue
SessionManagerImpl: Replace string concatenation in log.info() with SLF4J parameterized logging 4 months ago
enhancement good first issue
make the ojp-server docker image leaner 6 months ago
enhancement good first issue ojp-server
Refactor: Clean up Sonar Lint issues 7 months ago
enhancement good first issue
Refactor xaCommit() to use Action pattern 7 months ago
enhancement good first issue ojp-server
Refactor xaRollback() to use Action pattern 7 months ago
enhancement good first issue ojp-server
Refactor xaRecover() to use Action pattern 7 months ago
enhancement good first issue ojp-server
Refactor createLob() to use Action pattern 7 months ago
enhancement good first issue ojp-server
enhancement good first issue ojp-server
Refactor xaIsSameRM() to use Action pattern 7 months ago
enhancement good first issue ojp-server
Refactor readLob() to use Action pattern 7 months ago
enhancement good first issue ojp-server
enhancement good first issue ojp-server
Refactor xaForget() to use Action pattern 7 months ago
enhancement good first issue ojp-server
Implement XA Support for Oracle Database 8 months ago
enhancement good first issue help wanted
Replace synchronized by ReentrantLocks 9 months ago
enhancement good first issue help wanted ojp-server ojp-jdbc-driver
Tagging the Docker image from pom.xml versioning 9 months ago
enhancement good first issue help wanted question ojp-server
enhancement help wanted
Implement XA Support for CockroachDB 9 months ago
AI Summary: This issue aims to implement XA (distributed transaction) support for CockroachDB within the project's integration test suite. It requires updating the `XADataSourceFactory`, parameterizing existing CockroachDB tests to run in both JDBC and XA modes, and validating the XA functionality. The implementation should follow the established pattern used for PostgreSQL XA support, leveraging provided references and guides.
Complexity:
3/5
enhancement good first issue help wanted
Implement XA Support for DB2 9 months ago
enhancement good first issue help wanted
Implement XA Support for SQL Server 9 months ago
enhancement good first issue help wanted
Implement XA Support for MariaDB 9 months ago
enhancement good first issue help wanted
Implement XA Support for MySQL 9 months ago
enhancement good first issue help wanted
Migrate from the javax to the jakarta namespace 9 months ago
enhancement good first issue help wanted question ojp-server ojp-jdbc-driver
Remove Statement extension from OJP PreparedStatement and copy needed methods into PreparedStatement 9 months ago
good first issue help wanted ojp-jdbc-driver
move ADDING_DATABASE_XA_SUPPORT.md 9 months ago
documentation good first issue
Move ATOMIKOS_XA_INTEGRATION.md 9 months ago
documentation good first issue
Move XA_SUPPORT.md 9 months ago
documentation good first issue
Move MULTINODE_FLOW.md 9 months ago
documentation good first issue
Move multinode-architecture.md 9 months ago
documentation good first issue
Delete CHANGELOG.md 9 months ago
documentation good first issue
Move XA_TRANSACTION_FLOW.md 9 months ago
documentation good first issue
documentation good first issue
Remove the Components Section from the main README page 10 months ago
documentation good first issue
Remove Problem and Solution from main README 10 months ago
documentation good first issue
documentation enhancement good first issue help wanted ojp-server ojp-jdbc-driver