Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition from Java EE to Jakarta EE #62

Merged
merged 1 commit into from
Aug 19, 2021
Merged

Transition from Java EE to Jakarta EE #62

merged 1 commit into from
Aug 19, 2021

Conversation

skabashnyuk
Copy link
Contributor

@skabashnyuk skabashnyuk commented Aug 3, 2021

Transition from Java EE to Jakarta EE

Upgraded libraries
com.sun.xml.bind - 3.0.0
commons-fileupload - 1.4
groovy.version - 3.0.8
rest-assured - 4.4.0
jakarta.activation - 2.0.1
jakarta.annotation - 2.0.0
jakarta.inject - 1.0.3
jakarta.mail - 2.0.1
jakarta.servlet - 5.0.0
jakarta.websocket - 2.0.0
jakarta.ws.rs - 3.0.0
jakarta.xml.bind - 3.0.0
jetty - 11.0.6
hamcrest - 2.2

How to test

curl http://localhost:8080/book-service/books/101 | jq .
curl -X PUT \
   -H "Content-type:application/json" \
   -d '{"author":"My Author","title":"My Title","price":1.00,"pages":100}' \
   http://localhost:8080/book-service/books/ 
curl http://localhost:8080/book-service/books/102 | jq .

Fixes #61

@skabashnyuk skabashnyuk marked this pull request as ready for review August 12, 2021 13:19
Copy link
Contributor

@mshaposhnik mshaposhnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. New CQs are on the way, right ?

@skabashnyuk
Copy link
Contributor Author

Looks good. New CQs are on the way, right ?

That is a different story for the project that uses everrest. Here we don't need to do that.

@skabashnyuk skabashnyuk merged commit c73085c into main Aug 19, 2021
@skabashnyuk skabashnyuk deleted the jakarta branch August 19, 2021 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transition from Java EE to Jakarta EE
3 participants