Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated fields, methods, etc as mentioned in the Jaybird 3.0 release notes [JDBC491] #530

Closed
firebird-automations opened this issue May 7, 2017 · 6 comments

Comments

@firebird-automations
Copy link

Submitted by: @mrotteveel

Is related to JDBC492

#⁠#⁠#⁠ Removal of deprecated methods #⁠#⁠#⁠

The following methods will be removed in Jaybird 3.1:

- `CharacterTranslator.getMapping()`, use `CharacterTranslator.getMapping(char)`
instead.

Complete removal of the character translation support is also being
considered, as similar effects can be achieved by a custom encoding 
implementation\.

- `GDSHelper.iscVaxInteger(byte[] buffer, int pos, int length)` use
`VaxEncoding.iscVaxInteger(byte[] buffer, int startPosition, int length)`
instead.
- `GDSHelper.iscVaxLong(byte[] buffer, int pos, int length)` use
`VaxEncoding.iscVaxLong(byte[] buffer, int startPosition, int length)`
instead.
- `MaintenanceManager.commitTransaction(int transactionId)`, use
`MaintenanceManager.commitTransaction(long transactionId)` instead.
- `MaintenanceManager.rollbackTransaction(int transactionId)`, use
`MaintenanceManager.rollbackTransaction(long transactionId)` instead.

#⁠#⁠#⁠ Removal of deprecated constants #⁠#⁠#⁠

The following constants will be removed in Jaybird 3.1:

- All `SQL_STATE_*` constants in `FBSQLException`,
`FBResourceTransactionException`, `FBResourceException`, and
`FBDriverNotCapableException` will be removed. Use equivalent constants in
`org.firebirdsql.jdbc.SQLStateConstants`.

Commits: a994b48

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Fix Version: Jaybird 3.1 [ 10441 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

summary: Removed deprecated fields, methods, etc as mentioned in the Jaybird 3.0 release notes => Remove deprecated fields, methods, etc as mentioned in the Jaybird 3.0 release notes

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

Deferred decision to completely remove CharacterTranslator: JDBC492

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Link: This issue is related to JDBC492 [ JDBC492 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants