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

GH-335: migrate from Java EE to Jakarta EE #334

Open prutheus opened 1 year ago

prutheus commented 1 year ago

GH-335

Description

Migrate Java EE to Jakarta EE.

Motivation and Context

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.