-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* UniversalDaoのページング処理で、件数取得SQLの差し替えかたを追記しました。 (#539) * 件数取得SQLについての記載追加 * ビルドエラー修正 * レビュー指摘修正 * レビュー指摘対応 * レビュー指摘対応 * レビュー指摘対応 * レビュー指摘対応 * レビュー指摘対応 * レビュー指摘対応 * レビュー指摘対応 * レビュー指摘対応 * レビュー指摘対応 * レビュー指摘対応 * レビュー指摘修正 * 件数取得SQLの差し替えかたを英訳しました。 (#540) * ドキュメントの英訳 * レビュー指摘修正 * メッセージング基盤テストシミュレータの実行モジュールの作成手順修正 (#541) * メッセージング基盤テストシミュレータの実行モジュールの作成手順修正(#555) * 画像内の文言修正(WebSphere MQ→IBM MQ)(#555) * メッセージング基盤テストシミュレータサンプルのJavaバージョンについての記載を追加(#555) * IBM MQの利用バージョンを追加(#555) * IBM MQの利用バージョンを追加(#555) * 解説書のリリース情報へ今回リリース分を追加 * リリースノートの前回保存者の削除 * JobOperatorのJavadocリンクが誤っているため修正 * 使用不許可APIチェックツールへのリンクが誤っているため修正 * Bean Validationグループ機能でJavadocへのリンクが誤っているため修正 * Javadocのリンク先がLATEST固定になっていたため修正 * 6のリリースノートを修正 * メッセージング基盤テストシミュレータサンプル(英語版)修正(#555) (#550) * メッセージング基盤テストシミュレータサンプル(英語版)修正(#555) * メッセージング基盤テストシミュレータサンプル(英語版)の画像修正(#555) * メッセージング基盤テストシミュレータサンプル(英語版)の画像修正(#555) * Javadocのリンク先がLATEST固定になっていたため修正 (#551) * WebSphere MQ→IBM MQに文言修正(#552) (#549) * WebSphere MQ→IBM MQに文言修正(#552) * 変更しWebSphere MQ→IBM MQの文言変更に伴う表現の修正(#552) * WebSphere MQ→IBM MQに文言修正(英語版)(#552) * slf4j-nablarch-adaptorで利用するSLF4Jのバージョンアップに伴う変更(#557) (#552) * slf4j-nablarch-adaptorで利用するSLF4Jのバージョンアップに伴う変更(#557) * 互換性のないバージョンのSLF4Jを利用した場合の文言を修正(#557) * Java21で使用する場合のセットアップ方法をドキュメントに追加(日本語のみ) (#555) * Java21で使用する場合のセットアップ方法をドキュメントに追加(日本語のみ) * Java21で使用する場合のセットアップ方法をドキュメントに追加(日本語のみ) * Java21で使用する場合のセットアップ方法の修正 * Java21で使用する場合のセットアップ方法の修正 * Java21で使用する場合のセットアップ方法の追加(英語) (#556) * Java21で使用する場合のセットアップ方法をドキュメントに追加(日本語のみ) * Java21で使用する場合のセットアップ方法をドキュメントに追加(日本語のみ) * Java21で使用する場合のセットアップ方法の修正 * Java21で使用する場合のセットアップ方法の修正 * Java21で使用する場合のセットアップ方法の追加(英語)~ * Java17で使用する場合のセットアップ方法で誤って削除したバージョンの修正(英語) * Java21で使用する場合のセットアップ方法の追加の修正 * Java21で使用する場合のセットアップ方法の追加(日英) (#557) * Java21で使用する場合のセットアップ方法をドキュメントに追加(日本語のみ) * Java21で使用する場合のセットアップ方法の追加(日本語) * Java21で使用する場合のセットアップ方法の追加(英語) * AWSにおける分散トレーシングの依存ライブラリバージョンアップ(#559) (#558) * AWSにおける分散トレーシングの依存ライブラリバージョンアップ(#559) * AWSにおける分散トレーシングのサンプルコード修正(#559) * Java21で使用する場合のセットアップ方法からJacocoのバージョンアップを削除(nablarch-single-module-archetypeで修正したため) (#559) * SLF4J 2.x系へのバージョンアップ対応(テストバージョンの変更) (#560) * ユニバーサルDAOのエンティティ生成機能をDate and Time APIに対応のドキュメントを追加 (#562) * ユニバーサルDAOのエンティティ生成機能をDate and Time APIに対応のドキュメントを追加(日) * ユニバーサルDAOのエンティティ生成機能をDate and Time APIに対応のドキュメントの修正(日) * ユニバーサルDAOのエンティティ生成機能をDate and Time APIに対応のドキュメントの修正(日) * ユニバーサルDAOのエンティティ生成機能をDate and Time APIに対応のドキュメントの修正(英) * HttpRequest#getParam、HttpRequest#getParamMapの利用箇所を修正 (#561) * RESTfulウェブサービスのサンプルを修正 * パスパラメータの定義の実装サンプルを修正 * リクエストパラメータの値を検証の実装サンプルを修正 * RESTfulウェブサービスのサンプルを修正 * RESTfulウェブサービスのサンプルを修正 * ディスパッチされるメソッドが直前にあるコード例と一致してないため修正 * HttpRequestの使用箇所をJaxRsHttpRequestに変更 * restでのHttpRequestの使用に関して注釈を追加 * HttpRequest#getParam、HttpRequest#getParamMapの利用箇所を修正 (#563) * HttpRequest#getParam、HttpRequest#getParamMapの利用箇所を修正 * HttpRequest#getParam、HttpRequest#getParamMapの利用箇所を修正 * HttpRequest#getParam、HttpRequest#getParamMapの利用箇所を修正 * ディスパッチされるメソッドが直前にあるコード例と一致してないため修正 * doc: タイポ修正 (#565) * BeanUtilでレコードを使用する際の解説を追加しました。 (#564) * レコードについての記載追加 * レビュー指摘対応 * レビュー指摘対応 * 文言・助詞の修正 * BeanUtilのレコード対応の記載を英訳しました。 (#566) * 英語に翻訳 * 参照文字列を修正 * ビルドエラー対応 * レビュー指摘対応 * レビュー指摘対応 * レビュー指摘対応 * 表記ゆれの修正 (#567) * MavenプラグインのJVMオプション指定について注意喚起したほうがよいとの指摘に対応 (#570) * Azureのリンク切れ対応のマージ (#573) * 表記ゆれの修正 (#568) * MavenプラグインのJVMオプション指定について注意喚起したほうがよいとの指摘に対応 (#569) * Nab 571/link check (#571) * linkcheckでBrokenのものに対応 * linkcheckでRedirectのものに対応 * javadocのURLをhttpからhttpsに修正 * Nab 571/link check (#572) * linkcheckでBrokenのものに対応 * linkcheckでRedirectのものに対応 * javadocのURLをhttpからhttpsに修正 * linkcheckでBroken、Redirectに対応(英語) * リンク先の英語版ページに変更 --------- Co-authored-by: oguchi-shiori03 <[email protected]> --------- Co-authored-by: Takayuki Uchida <[email protected]> Co-authored-by: tishijiri <[email protected]> Co-authored-by: kankichi00 <[email protected]> * 解説書のリリース情報の記載修正 (#574) * 5系のリリース情報を削除し、5系の最新版リリース情報へのリンクを追加 * 5系のリリース情報を削除 * テスト環境、JDBCのバージョンの更新 (#575) * 解説書で案内しているojdbcのバージョンを更新 * テスト環境の更新 * テスト環境の更新 * リリース情報の追加 (#578) * リリース情報の追加 * リリース情報の追加 * リリース作業:Nablarchバージョンの更新 * 操作ミスによる不要な記号を削除 * waringの解消:<が重なっていたので修正 * releasenote差し替え --------- Co-authored-by: Takayuki Uchida <[email protected]> Co-authored-by: kankichi <[email protected]> Co-authored-by: hijiri <[email protected]> Co-authored-by: kankichi00 <[email protected]> Co-authored-by: Takayuki Uchida <[email protected]> Co-authored-by: tishijiri <[email protected]>
- Loading branch information
1 parent
806085b
commit 80655b7
Showing
78 changed files
with
562 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
...amework/application_framework/blank_project/setup_blankProject/setup_Java21.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
.. _setup_blank_project_for_Java21: | ||
|
||
---------------------------------------------------------- | ||
How to Setup When Using With Java21 | ||
---------------------------------------------------------- | ||
|
||
When using blank projects in Java 21, perform the following procedure before communication confirmation of each blank project. | ||
|
||
* Change the standard encoding(if you want the standard encoding to be the same execution environment as Java 17 or earlier) | ||
* Change of Java Version | ||
|
||
Change the standard encoding(If you want to make the standard encoding dependent on the execution environment as before Java 17) | ||
---------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
|
||
Since Java 18, the standard encoding is UTF-8, making it environment independent. If you want to make the standard encoding dependent on the execution environment as before Java 17, specify the system property as a runtime option for the Java command as shown below. | ||
|
||
* ``-Dfile.encoding=COMPAT`` | ||
|
||
.. tip:: | ||
When running from Maven, the environment variable `MAVEN_OPTS (external site) <https://maven.apache.org/configure.html#maven_opts-environment-variable>`_ can be used to set the JVM options. However, ``Picked up MAVEN_OPTS: -Dfile.encoding=COMPAT`` is displayed in the log. | ||
Please note that the settings for JVM options may differ depending on Maven plugin.(For example, in maven-surefire-plugin that runs the test, it needs to be specified in ``argLine`` in plugin settings in pom.xml) | ||
|
||
.. important:: | ||
The ``-Dfile.encoding=COMPAT`` option is not valid until Java 17, so be careful not to apply this JVM option to previous execution environments. | ||
|
||
Change of Java Version | ||
------------------------------ | ||
|
||
In a blank project, Java 17 is set as the Java version | ||
that the source and class files conform to, so change the file as below. | ||
|
||
* pom.xml | ||
|
||
.. code-block:: xml | ||
<!-- Change Java version as follows --> | ||
<java.version>21</java.version> |
Oops, something went wrong.