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

Bump jakarta.faces:jakarta.faces-api from 4.0.1 to 4.1.0 #3009

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps jakarta.faces:jakarta.faces-api from 4.0.1 to 4.1.0.

Release notes

Sourced from jakarta.faces:jakarta.faces-api's releases.

4.1.0

Major new release of Faces 4.1 for Jakarta EE 11.

Jakarta Faces defines an MVC framework for building user interfaces for web applications, including UI components, state management, event handing, input validation, page navigation, and support for internationalization and accessibility.

This release removes references to the SecurityManager, further aligns with CDI where possible, and provides various small enhancements and clarifications.

New features, enhancements or additions

  • Make FacesMessage#VALUES / VALUES_MAP generic
  • Require firing events for @Initialized, @BeforeDestroyed, @Destroyed for build-in scopes
  • Add missing generics to API that were missed in Faces 4.0
  • Support @Inject of current flow like “@Inject Flow currentFlow”
  • Add UUIDConverter
  • Add ExternalContext.setResponseContentLengthLong
  • Add rowStatePreserved property to UIRepeat, exactly the same as UIData
  • Spec: jakarta.faces.FACELETS_REFRESH_PERIOD default when ProjectStage is Development
  • FacesMessage: implement equals(), hashcode(), toString()

Removals, deprecations or backwards incompatible changes

  • Deprecate full state saving (FSS)
  • Remove unused PreDestroyCustomScopeEvent and PostConstructCustomScopeEvent
  • Remove unused composite:extension
  • Remove references to the SecurityManager

Initial compatible implementation

See https://jakarta.ee/specifications/faces/4.1 for more details.

What's Changed - Full list of PRs

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jakarta.faces:jakarta.faces-api](https://github.com/eclipse-ee4j/faces-api) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/eclipse-ee4j/faces-api/releases)
- [Commits](https://github.com/eclipse-ee4j/faces-api/commits)

---
updated-dependencies:
- dependency-name: jakarta.faces:jakarta.faces-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from manovotn as a code owner July 1, 2024 11:48
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 1, 2024
@manovotn manovotn merged commit 32a8753 into master Jul 1, 2024
12 checks passed
@manovotn manovotn deleted the dependabot/maven/master/jakarta.faces-jakarta.faces-api-4.1.0 branch July 1, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant