説明 | |
---|---|
1. | iOSでのXcode 8のサポート このリリースにはXcode 8が必要です。『Oracle Mobile Application Framework 2.3.3の移行に関する注意事項』に記載されている手順に従ってXcode 8へアップグレードする必要があります。 |
2. | パフォーマンスの向上 このリリースには、Oracle Mobile Application Framework(Oracle MAF)2.3.3で作成されたアプリケーションのパフォーマンスを改善する多数のパフォーマンス向上機能が含まれています。 |
3. | バグの修正 このリリースでは、150以上のバグが修正されています。 |
説明 | |
---|---|
1. | Android 4.0.x~4.3.xのサポート このリリースでは、4.4.0より古いAndroidバージョンのサポートは非推奨となっています。このサポートは、今後のリリース(Oracle MAF 2.4.0)で削除される予定です。 |
2. | Oracle Mobile Security Suiteのサポート Oracle MAFアプリケーションをOracle Mobile Security Suiteでラップしている場合、代替策としてAppConfigを使用することを検討してください。 |
3. | 廃止されたAPI 多数の廃止されたAPIが非推奨として指定されています。置換えが必要な非推奨のAPIを示すコンパイル・エラーに注意を払ってください。 |
バグ番号 | 説明 | プラットフォーム | 対処方法 | |
---|---|---|---|---|
1. | 24940276 | MAF apps already open in JDeveloper when the MAF 2.3.3 extension is installed may not be automatically migrated Oracle MAF 2.3.3の拡張機能のインストール時にOracle JDeveloperですでに開いていたOracle MAFアプリケーションが自動的に移行されない場合がある。 |
すべて | Oracle MAFアプリケーションをいったん閉じてもう一度開き、自動移行をトリガーしてください。 |
2. | 23065448 | Error when creating a child object using the Client Data Model feature クライアントのデータ・モデル機能を使用して子オブジェクトを作成すると、エラーが発生する。 |
すべて | 子オブジェクトにサービス・データ・コントロールを作成し、親データ・コントロールではなく子データ・コントロールでsaveXXXメソッドを使用します。 |
3. | 22975743 | When
a feature archive is generated and added to a Resource Palette within
JDeveloper, the MAF Feature node is not listed under the Archive. 機能アーカイブを生成してOracle JDeveloperのリソース・パレットに追加すると、Archiveの下にMAF Featureノードがリストされない。 |
すべて | JDeveloperを再起動して、問題を解決します。 |
4. | 22933812 | Windows deployment fails without giving a clear error message if the Windows certificate is missing. Windows証明書がない場合、Windowsのデプロイメントで明確なエラー・メッセージが表示されずに失敗する。 |
Windows | JDeveloperのWindows環境設定にWindows証明書を追加してください。 |
5. | 23523764 | When navigating between features of a MAF app, the app displays a white page and freezes for up to 30 seconds. MAFアプリの機能間をナビゲートすると、アプリに白い画面が表示され、最大で30秒間フリーズする。 |
Android | こ の問題はAndroidシステムのWebViewのバージョン51.0.2704.81以上で修正されています。Androidユーザーがデバイス上で AndroidシステムのWebViewの自動更新を有効にしている場合は、自動的に更新され、この問題は解決します。有効にしていない場合は、 Androidユーザーがデバイス上でAndroidシステムのWebViewを手動で最新バージョンに更新する必要があります。 |
6. | 24321722 | A
MAF app that is containerized with the Oracle Mobile Security Suite
(OMSS) and deployed to an iOS 9 device displays a blank page and does
not render AMX components. Oracle Mobile Security Suiteでコンテナ格納され、iOS 9デバイスにデプロイされているMAFアプリで、空白のページが表示され、AMXコンポーネントがレンダリングされない。 |
iOS 9.x | iOS 9にデプロイされたアプリはOracle Mobile Security Suiteのコンテナ格納でサポートされない、新しいWKWebViewをデフォルトで使用します。開発者ガイドのConfiguring the Web View of Application Features with AMX Content in iOSで説明されているように、アプリがUIWebViewを使用するように構成します。 |
7. | 23550722 | Errors about missing Oracle MAF packages. Oracle MAFパッケージの不足に関するエラー。 |
すべて | MAFアプリケーションを開き、すべてのプロジェクト(通常はViewControllerおよびApplicationController)で次の手順を繰り返すことで、JDKプロファイルの手動リセットを起動します。 1.プロジェクトを右クリックして、Project Properties→Libraries & Classpath→JVM Profileにナビゲートします。 2.既存の「MAF Compact 2 Profile」を選択します。 3.これを削除します。 4.JDeveloperを再起動してプロファイルを再作成します。 |
8. | 23713145 | Warning message from Apple after successfully uploading a MAF app to the iTunesConnect: MAFアプリをiTunes Connectに正常にアップロードした後に、Appleから次のような警告メッセージが表示される。 Unexpected Machine Code - Your upload contains both bitcode and native machine code.When you provide bitcode, it's not necessary to include machine code as well.To reduce the size of your upload, use Xcode 7.3 or later, or any other toolchain that removes machine code. |
iOS | 単なる警告メッセージであり、回避策はありません。アプリは正常にアップロードされています。 |
9. | 22452122 | In the WorkBetter sample app the map link in the "My Profile" page results in an error WorkBetterサンプル・アプリケーションで、"My Profile"ページのマップ・リンクがエラーになる。 |
すべて | maf-application.xmlエディタのSecurityページの'Allowed Scheme'セクションに'maps'スキームを追加してください。 |