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

Rename JSF to Jakarta Faces, remove outdated comment in beans.xml, up… #107

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

WolfgangHG
Copy link
Contributor

@WolfgangHG WolfgangHG commented Sep 3, 2024

...date properties in persistence.xml

A bit of cleanup:

  1. JSF / "Java Server Faces" was renamed to "Jakarta Faces"
  2. there was a comment in beans.xml pointing to https://issues.redhat.com/browse/WFLY-13306. The original error when deploying an empty project without "beans.xml" does not happen any more, so I removed the comment and stated that the file is optional. It could also be deleted, but I consider it helpful to have stubs for all relevant deployment descriptors.
  3. "persistence.xml" caused a deployment warning:
    19:23:20,269 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 94) HHH90000021: Encountered deprecated setting [javax.persistence.schema-generation.database.action], use [jakarta.persistence.schema-generation.database.action] instead
    
    So I renamed those properties.

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.

1 participant