このコンテンツは選択した言語では利用できません。

Chapter 3. New Features and Enhancements


3.1. Configurable Whitelist for Deserialization

By default the JBoss Data Grid server allows deserialization only for strings and primitives. As of this release, you can specify other Java class instances in a whitelist so that JBoss Data Grid deserializes objects that belong to those classes.

Note

If you do not add your application classes to the whitelist, JBoss Data Grid does not deserialize objects that belong to those classes.

On the client side, you can add a whitelist to restrict deserialization to objects that belong to specific Java classes.

For more information, see the following:

3.2. Disabling Indexing for Protobuf Schema Files

After you enable indexing for a cache, all fields of Protobuf encoded entries are indexed by default. This indexing can be inefficient when handling Protobuf message types that have many or large fields. You can now disable indexing for all Protobuf message types that are not annotated with the indexed_by_default option. For more information, see Disabling Indexing for All Protobuf Message Types in the Developer Guide.

3.3. Expose Query.getQueryString() as official API

As of this release, the org.infinispan.query.dsl.Query interface exposes the underlying Ickle query string with the Query.getQueryString() method. This applies to all queries regardless of whether the query was created by a DSL QueryBuilder or from a query string.

Red Hat logoGithubRedditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

© 2024 Red Hat, Inc.