Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
windup
/
jboss-eap-quickstarts
Public
forked from
jboss-developer/jboss-eap-quickstarts
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
WINDUPRULE-1030 JavaEE to Quarkus: Kitchensink migration to Quarkus 3.2
- #2
#2
Draft
mrizzi
wants to merge 11 commits into
windup:7.4.x
windup/jboss-eap-quickstarts:7.4.x
from
tqvarnst:quarkus-3.2
tqvarnst/jboss-eap-quickstarts:quarkus-3.2
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Draft
WINDUPRULE-1030 JavaEE to Quarkus: Kitchensink migration to Quarkus 3.2
#2
mrizzi
wants to merge 11 commits into
windup:7.4.x
windup/jboss-eap-quickstarts:7.4.x
from
tqvarnst:quarkus-3.2
tqvarnst/jboss-eap-quickstarts:quarkus-3.2
Copy head branch name to clipboard
Commits
Commits on Jul 10, 2023
Migrated the pom.xml to Quarkus
tqvarnst
committed
805f610
View commit details
Copy full SHA for 805f610
Browse repository at this point
Migrated src to Jakarta EE
tqvarnst
committed
1557f06
View commit details
Copy full SHA for 1557f06
Browse repository at this point
Removed rest activation since Quarkus does not need it and added the default path to the path of the REST service
tqvarnst
committed
8e24536
View commit details
Copy full SHA for 8e24536
Browse repository at this point
Removed datasource definition (using defaults in quarkus) and added hibernate configuration to application.properties instead
tqvarnst
committed
64c246e
View commit details
Copy full SHA for 64c246e
Browse repository at this point
Fixed the test removing the deployment (not necessary in Quarkus) and changed to use @QuarkusTest. Also updated to junit 5 APIs
tqvarnst
committed
d3efb25
View commit details
Copy full SHA for d3efb25
Browse repository at this point
Converted the MemberRegistration Stateless bean to an ApplicationScoped CDI Bean
tqvarnst
committed
6d25f91
View commit details
Copy full SHA for 6d25f91
Browse repository at this point
Removed producer for EntityManager and for the FacesContext, which are provided default in Quarkus. The EntityManager already has a producer in the hibernate-orm extension and FacesContext has a pr…
Show description for e85ce72
tqvarnst
committed
e85ce72
View commit details
Copy full SHA for e85ce72
Browse repository at this point
Fixed broken import.sql (requires a ';' at the end of the line).
tqvarnst
committed
e1bb41d
View commit details
Copy full SHA for e1bb41d
Browse repository at this point
Added quarkus-resteasy-reactive-jackson so that we can return JSON. This could also have been quarkus-resteasy-reactive-jsonb which probably has higher compatiblity with EAP, but Jackson is the pre…
Show description for e4069f4
tqvarnst
committed
e4069f4
View commit details
Copy full SHA for e4069f4
Browse repository at this point
Removed the beans.xml since it's empty and Quarkus does not require an empty beans.xml
tqvarnst
committed
7021521
View commit details
Copy full SHA for 7021521
Browse repository at this point
Commits on Jul 11, 2023
Migrated UI to use Quarkus MyFaces with the following changes:
Show description for ebc839d
tqvarnst
committed
ebc839d
View commit details
Copy full SHA for ebc839d
Browse repository at this point
You can’t perform that action at this time.