summaryrefslogtreecommitdiff
path: root/java-compat/src/Ice/src/main/java/IceInternal/IncomingConnectionFactory.java
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fixed bogus incoming connection factory assert, fixes #301Benoit Foucher2018-12-11
|
* Better fix for #291Benoit Foucher2018-11-13
|
* Another fix for the assert which could be triggered on OA destruction, fixes ↵Benoit Foucher2018-11-12
| | | | #291
* Fixed rare race condition which could trigger an assert on OA destruction, ↵Benoit Foucher2018-11-12
| | | | fixes #291
* Update copyright year to 2018Jose2018-02-14
|
* Fix Java 9 deprecation warningsJose2017-11-16
|
* Fix for ICE-8044 - adapterDeactivation test failure caused by deadlockBenoit Foucher2017-06-13
|
* Fixed ICE-7755 - listen on all IPs associated with a DNS nameBenoit Foucher2017-04-10
|
* ICE-7506 - Update copyright to 2017Joe George2017-02-13
|
* ICE-7560 - more AMI test fixes, renaming ConnectionClose enumeratorsMark Spruiell2017-02-09
|
* Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵Benoit Foucher2017-02-06
| | | | flushed with the communicator/connection should be compressed
* merging IceBridge into masterMark Spruiell2017-01-30
|
* Fixed ICE-2802 - no longer halt when running out of FDsBenoit Foucher2017-01-18
|
* Major changes in Java:Mark Spruiell2016-08-23
- Moved existing Java mapping sources to java-compat subdirectory - Added new "Java 8" mapping in java subdirectory - Significant features of Java 8 mapping: - All classes in com.zeroc package (e.g., com.zeroc.Ice.Communicator) - New AMI mapping that uses java.util.concurrent.CompletableFuture - New AMD mapping that uses java.util.concurrent.CompletionStage - New mapping for out parameters - "holder" types have been eliminated - New mapping for optional types that uses JDK classes from java.util (e.g., java.util.Optional) - "TIE" classes are no longer supported or necessary; servant classes now only need to implement a generated interface - Moved IceGrid GUI to new mapping - The "Java Compat" mapping is provided only for backward compatibility to ease migration to Ice 3.7. The Slice compiler supports a new --compat option to generate code for this mapping. However, users are encouraged to migrate to the new mapping as soon as possible.