Skip to content

Commit 949432c

Browse files
committedDec 3, 2024·
General upgrade to Jakarta EE 11 APIs
Includes removal of ManagedBean and javax.annotation legacy support. Includes AbstractJson(Http)MessageConverter revision for Yasson 3.0. Includes initial Hibernate ORM 7.0 upgrade. Closes gh-34011 Closes gh-33750
1 parent 15c6d34 commit 949432c

File tree

65 files changed

+200
-2995
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+200
-2995
lines changed
 

‎framework-docs/modules/ROOT/pages/core/beans/classpath-scanning.adoc

+1-3
Original file line numberDiff line numberDiff line change
@@ -674,9 +674,7 @@ By default, the `AnnotationBeanNameGenerator` is used. For Spring
674674
xref:core/beans/classpath-scanning.adoc#beans-stereotype-annotations[stereotype annotations],
675675
if you supply a name via the annotation's `value` attribute that name will be used as
676676
the name in the corresponding bean definition. This convention also applies when the
677-
following JSR-250 and JSR-330 annotations are used instead of Spring stereotype
678-
annotations: `@jakarta.annotation.ManagedBean`, `@javax.annotation.ManagedBean`,
679-
`@jakarta.inject.Named`, and `@javax.inject.Named`.
677+
`@jakarta.inject.Named` annotation is used instead of Spring stereotype annotations.
680678

681679
As of Spring Framework 6.1, the name of the annotation attribute that is used to specify
682680
the bean name is no longer required to be `value`. Custom stereotype annotations can

‎framework-docs/modules/ROOT/pages/integration/email.adoc

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ Spring Framework's email support:
1111
* The https://jakartaee.github.io/mail-api/[Jakarta Mail] library
1212
1313
This library is freely available on the web -- for example, in Maven Central as
14-
`com.sun.mail:jakarta.mail`. Please make sure to use the latest 2.x version (which uses
15-
the `jakarta.mail` package namespace) rather than Jakarta Mail 1.6.x (which uses the
16-
`javax.mail` package namespace).
14+
`org.eclipse.angus:angus-mail`.
1715
****
1816

1917
The Spring Framework provides a helpful utility library for sending email that shields

0 commit comments

Comments
 (0)
Please sign in to comment.