Skip to content

Commit

Permalink
feat: update text content and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviergoulet5 committed Aug 15, 2024
1 parent af633a1 commit e9dd4b6
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 76 deletions.
25 changes: 1 addition & 24 deletions content/release/11/images/performance-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=C:\Users\olivier\Downloads\Archive.zip
48 changes: 24 additions & 24 deletions content/release/11/images/productivity-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=C:\Users\olivier\Downloads\Archive.zip
43 changes: 15 additions & 28 deletions i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -675,49 +675,36 @@ other = "Sign up now"
</li>
<li>
<strong>Pagination</strong>: Support for two types of pagination:
offset and Cursor.
offset and cursor.
</li>
<li>
<strong>Query Language</strong>: A streamlined query language designed
to specify the semantics of query methods within Jakarta Data
repositories.
<strong>Jakarta Data Query Language</strong>: A streamlined query
language designed to specify the semantics of query methods within
Jakarta Data repositories.
</li>
</ul>
<h4 class="h5 fw-700">Streamlining the Platform</h4>
<ul>
<li>
<strong>Deprecated Specifications</strong>: The continued removal of outdated
specifications to streamline and simplify development.
<strong>The Removal of Managed Beans</strong>: The Managed Beans
specification has been deprecated and removed from Jakarta EE 11 and
replaced by CDI (Context and Dependency Injection) alternatives.
</li>
<li>
<strong>Contexts and Dependency Injection (CDI) Enhancements</strong>:
Jakarta EE 11 release focuses on the continued shift towards CDI
centricity, including replacing Managed Beans with superior CDI
alternatives.
<strong>The removal of all references to the Java SE SecurityManager</strong>:
Aligning with JEP 411, all references to SecurityManager have been
removed, paving the way for more modern security practices.
</li>
<li>
<strong>XML and REST Simplifications</strong>: Note the removal of
Jakarta XML Binding from Jakarta RESTful Web Services to streamline and
focus the framework's capabilities.
<strong>The removal of optional features to lower the barrier for new vendors</strong>:
All optional specifications have been removed in Jakarta EE 11.
</li>
<li>
Embracing Records throughout the release
</li>
<li>
Deprecation of the SecurityManager
</li>
<li>
Removal of optional features
</li>
<li>
General cleanup and clarifications (continued from Jakarta EE 10)
<strong>Embracing Java Records</strong>: Continued support for Java
Records with various specifications (e.g. Java Validation) to ensure
data integrity and reduce boilerplate code
</li>
</ul>
<h4 class="h5 fw-700">Jakarta Validation supporting Java Records</h4>
<p>
This integration allows developers to use Java Records with Jakarta
Validation to ensure data integrity and reduce boilerplate code.
</p>
"""

[jakarta-ee-version-11-modal-productivity-title]
Expand Down

0 comments on commit e9dd4b6

Please sign in to comment.