alexa-skills-kit-sdk-for-java
alexa-skills-kit-sdk-for-java copied to clipboard
migrate from Java EE to Jakarta EE
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[X] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
Expected Behavior
As the ask-sdk-servlet-support is mostly used in combination with spring-boot, to support the latest spring-boot releases a migration from Java EE to Jakarta EE is required.
Current Behavior
Currently, the ask-sdk-sevlet-support uses javax.
Steps to Reproduce (for bugs)
// Provide a self-contained, concise snippet of code
// For more complex issues provide a repo with the smallest sample that reproduces the bug
// Including business logic or unrelated code makes diagnosis more difficult
Possible Solution
// Not required, but suggest a fix/reason for the bug,
// or ideas how to implement the addition or change
https://github.com/alexa/alexa-skills-kit-sdk-for-java/pull/334
Context
Your Environment
- ASK Java SDK version used: x.x.x
- Operating System and version:
Java Info
- Java version used for development:
I think that this request is quite relevant. Could someone please have a look?
@rahulawl @AbhiPwr @kkocel @daltonhuynh
@prutheus maybe you could provide a PR with this?
@kkocel I have prepared already https://github.com/alexa/alexa-skills-kit-sdk-for-java/pull/334
However, here are some further changes required:
- https://github.com/alexa/alexa-skills-kit-sdk-for-java/pull/334#discussion_r1321343606
- https://github.com/alexa/alexa-skills-kit-sdk-for-java/pull/334#discussion_r1321343835
Could you also help out with this?
hello @prutheus . This looks pretty abandoned. I'm migrating to spring boot 3 and also need the jakarte EE implementaiton Did you find another solution?
I switched to python 😅