diff options
Diffstat (limited to 'java/CHANGES')
-rw-r--r-- | java/CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/CHANGES b/java/CHANGES index ba6abda0f6d..3174121a5c1 100644 --- a/java/CHANGES +++ b/java/CHANGES @@ -1,6 +1,12 @@ Changes since version 3.1.1 --------------------------- +- Object adapter properties are now prefixed by "Ice.OA.". For example, + "Ice.OA.<Adpater name>.Endpoints" instead of "<Adpater name>.Endpoints". + The new properties can be set from the command line. The old style + property names have been deprecated and support will be removed in a + future release. + - The communcator object adapter now throw an InitializationException if the adapter has no configuration. It is possible to explicitly create a adapter with no configuration, useful for use with |