-
Notifications
You must be signed in to change notification settings - Fork 92
Open
2 / 72 of 7 issues completedLabels
feature-requestNew feature or requestNew feature or requestgood-first-issueGood for newcomersGood for newcomersgraalvm
Description
Is your feature request related to a problem? Please describe.
We want to make it easy for customers to adopt Powertools and use or keep using GraalVM in v2
of the library.
Describe the solution you'd like
In #764, we provided GraalVM support for the Core Utilities (Logging, Metrics, Tracing). This issue tracks adding GraalVM support for all other utilities.
Progress
- Parameters: feat(v2): GraalVM support for Parameters utility #1833 ✅Large Messages: feat(v2): GraalVM support for Large Messages utility #1835Batch Processing: feat(v2): GraalVM support for Batch Processing utility #1836Custom Resources: feat(v2): GraalVM support for Custom Resources utility #1838Serialization Utils: feat(v2): GraalVM support for Serialization utility #1839To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Additional context
We have a guide for adding GraalVM support to a utility: https://github.com/aws-powertools/powertools-lambda-java/blob/7f604e4c67d838d6f72ad340c5f4af7492f1e624/GraalVM.md
Sub-issues
Collapse Sub-issuesSub-issues
- Manage this item control⌃ shift⇧ uU
- Manage this item control⌃ shift⇧ uU
- Manage this item control⌃ shift⇧ uU
- Manage this item control⌃ shift⇧ uU
- Manage this item control⌃ shift⇧ uU
- Manage this item control⌃ shift⇧ uU
- Manage this item control⌃ shift⇧ uU
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
Metadata
Metadata
Assignees
Labels
feature-requestNew feature or requestNew feature or requestgood-first-issueGood for newcomersGood for newcomersgraalvm
Type
Projects
Status
Working on it
Milestone
Relationships
Development
Select code repository
Activity
jreijn commentedon May 2, 2025
I'll try and see if I can implement this for parameters. I've been using v1 with GraalVM and have some custom reflect-config.json files that I would like to get rid of :-)
phipag commentedon May 5, 2025
Hey @jreijn,
this is awesome to hear! I saw your PR and will review it this week.
I also updated the initial issue description with a comprehensive list of all utilities and the progress made.
4 remaining items
phipag commentedon May 8, 2025
Hi @jreijn,
not to confuse you. I created sub-issues for better tracking. The one for the Parameters module is here: #1833
Let's move conversation to the sub-issue in case something comes up.
jreijn commentedon May 8, 2025
That's a great improvement. Once the parameters modules if done I will try to pick up one of the other ones.