Skip to content

Conversation

filiphr
Copy link
Contributor

@filiphr filiphr commented Sep 24, 2025

Production code:

  • Remove no longer needed excludeArtifactIds from spring-boot-maven-plugin
  • Replace Spring Security AntPathRequestMatcher with PathPatternRequestMatcher
  • Replace deprecate usage of Jackson JsonNode#fields with JsonNode#properties
  • Replace deprecated usage of Jackson ISO8601DateFormat with our own RequestUtil for parsing dates
  • Replace deprecated usage of Jackson ISO8601Utils with Instant parsing
  • Dates are now returned over REST as ISO 8601 with milliseconds and in the UTC timezone
  • Remove deprecated Swagger Api#description

Test code:

  • Replace deprecated usage of ExtensionContext.Store.CloseableResource with AutoCloseable
  • Replace deprecate usage of Jackson JsonNode#fields with JsonNode#properties
  • Replace deprecated usage of ActiveMQ SimpleString#toSimpleString to SimpleString#of
  • Replace deprecated method implementation of JUnit Jupiter ArgumentsProvider
  • Replace deprecated usage of Jackson ISO8601DateFormat with instant parsing

Production code:

* Remove no longer needed excludeArtifactIds from spring-boot-maven-plugin
* Replace Spring Security AntPathRequestMatcher with PathPatternRequestMatcher
* Replace deprecate usage of Jackson JsonNode#fields with JsonNode#properties
* Replace deprecated usage of Jackson ISO8601DateFormat with our own RequestUtil for parsing dates
* Replace deprecated usage of Jackson ISO8601Utils with Instant parsing
* Dates are now returned over REST as ISO 8601 with milliseconds and in the UTC timezone

Test code:
* Replace deprecated usage of ExtensionContext.Store.CloseableResource with AutoCloseable
* Replace deprecate usage of Jackson JsonNode#fields with JsonNode#properties
* Replace deprecated usage of ActiveMQ SimpleString#toSimpleString to SimpleString#of
* Replace deprecated method implementation of JUnit Jupiter ArgumentsProvider
* Replace deprecated usage of Jackson ISO8601DateFormat with instant parsing
@filiphr filiphr merged commit 3f2bffb into flowable:main Sep 24, 2025
2 checks passed
@filiphr filiphr deleted the cleanup-deprecations branch September 24, 2025 14:05
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.

1 participant