Skip to content

Commit

Permalink
DOCS-1131 Fixed typo and added missing release note item in JDBC rele…
Browse files Browse the repository at this point in the history
…ase notes (#6299)

* Fixed typo and added missing release note item.

* Added 'Bug' to fixes according to style guide, formatted messages, and minor rewording

---------

Co-authored-by: gvasquezvargas <[email protected]>
  • Loading branch information
jpe442 and gvasquezvargas authored Nov 26, 2024
1 parent 759d757 commit bce67c6
Showing 1 changed file with 11 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,14 @@ The EDB JDBC connector provides connectivity between a Java application and an E

New features, enhancements, bug fixes, and other changes in the EDB JDBC Connector 42.7.3.2 include:

| Type | Description
|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Performance | Improved parsing performance with large SQL (MTK/SQL Plus). |
| Enhancement | Added support for EDB Postgres Advanced Server 17.2. |
| Bug fix | Fixes an incompatibility issue with JDK 8 that found in version 42.7.3.1 of the `edb-jdbc18` driver. |
| Fix | edb-jdbc installation should not install a lower JDK version when a higher version is installed. |
| Fix | Fixed issue where `Message.getJMSMessageID()` returns `null`. |
| Fix | Fixed issue with determining the queue table for a queue when there is more than one queue defined within a single schema. |
| Fix | Fixed issue where EDBJmsMessageConsumer.receiveNoWait() always returns null even when messages are available on the queue.
| Fix | Fixed issue where EDBJmsMessageConsuder() [without time parameter] is supposed to block until a message is available. |












| Type | Description |
|-------------|----------------------------------------------------------------------------------------------------------------------------|
| Performance | Improved parsing performance with large SQL (MTK/SQL Plus). |
| Enhancement | Added support for EDB Postgres Advanced Server 17.2. |
| Bug fix | Fixes an incompatibility issue with JDK 8 that was found in version 42.7.3.1 of the `edb-jdbc18` driver. |
| Bug Fix | `edb-jdbc` installation should not install a lower JDK version when a higher version is installed. |
| Bug Fix | Fixed issue where `Message.getJMSMessageID()` returns `null`. |
| Bug Fix | Fixed issue with determining the queue table for a queue when there is more than one queue defined within a single schema. |
| Bug Fix | Fixed issue where `EDBJmsMessageConsumer.receiveNoWait()` returns `null` even when messages are available on the queue. |
| Bug Fix | Fixed issue where `EDBJmsMessageConsumer.receive()` [without time parameter] fails to block until a message is available. |
| Bug Fix | Fixed issue where `EDBJmsMessageConsumer.receive(timeout)` doesn't honor the timeout specified. |

1 comment on commit bce67c6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.