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

OF-2754: Deprecate FastDateFormat #2669

Merged

Conversation

guusdk
Copy link
Member

@guusdk guusdk commented Feb 6, 2025

This marks the third-party FastDateFormat class as deprecated, and replaces its usage with Java-native APIs.

This marks the third-party FastDateFormat class as deprecated, and replaces its usage with Java-native APIs.
@@ -445,8 +440,8 @@ public Element getElement() {
*
* @return the date when the packet was audited.
*/
public Date getCreationDate() {
Copy link
Member

Choose a reason for hiding this comment

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

Concerns of API break here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Although the method is public, the class is private. I think that makes it safe to change this API, as all consumers are limited to those that have visibility to this class (which is only the 'outer' class in the same file).

@Fishbowler Fishbowler merged commit 8f8e57a into igniterealtime:main Feb 6, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants