alexa / alexa-skills-kit-sdk-for-java

The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
http://developer.amazon.com/ask
Apache License 2.0
817 stars 747 forks source link

migrate from Java EE to Jakarta EE #335

Open prutheus opened 11 months ago

prutheus commented 11 months ago

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

Java Info

prutheus commented 10 months ago

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

@rahulawl @AbhiPwr @kkocel @daltonhuynh

kkocel commented 10 months ago

@prutheus maybe you could provide a PR with this?

prutheus commented 10 months ago

@kkocel I have prepared already https://github.com/alexa/alexa-skills-kit-sdk-for-java/pull/334

However, here are some further changes required:

Could you also help out with this?

Lance-Uppercut commented 5 months ago

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?

prutheus commented 5 months ago

I switched to python 😅