Skip to content

Conversation

@GrantPSpencer
Copy link
Collaborator

Issues

  • My PR addresses the following Helix issues and references them in the PR description:

Change Log

  • Only build property key path on construction (apache#3040)
  • Bump com.fasterxml.jackson.core:jackson-core in /helix-admin-webapp (apache#3046)

Tests

  • The following tests are written for this issue:
    N/A

GrantPSpencer and others added 2 commits May 21, 2025 09:16
Changes PropertyKey so that it only builds the path once when it is instantiated. PropertyKey.getPath() previously would rebuild the path on every call. This could cause a performance hit as it was performing a regex match each time. getPath now returns the path that was constructed when the PropertyKey object is first instantiated
…pache#3046)

Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.12.7 to 2.13.0.
- [Commits](FasterXML/jackson-core@jackson-core-2.12.7...jackson-core-2.13.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.13.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@GrantPSpencer GrantPSpencer merged commit 7fbae08 into dev Jun 17, 2025
4 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.

2 participants