alexa-skills-kit-sdk-for-java icon indicating copy to clipboard operation
alexa-skills-kit-sdk-for-java copied to clipboard

migrate from Java EE to Jakarta EE

Open prutheus opened this issue 1 year ago • 5 comments

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:

prutheus avatar Aug 15 '23 19:08 prutheus

I think that this request is quite relevant. Could someone please have a look?

@rahulawl @AbhiPwr @kkocel @daltonhuynh

prutheus avatar Sep 11 '23 06:09 prutheus

@prutheus maybe you could provide a PR with this?

kkocel avatar Sep 11 '23 10:09 kkocel

@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?

prutheus avatar Sep 11 '23 10:09 prutheus

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?

Lance-Uppercut avatar Feb 19 '24 21:02 Lance-Uppercut

I switched to python 😅

prutheus avatar Feb 19 '24 23:02 prutheus