Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Fixed bogus incoming connection factory assert, fixes #301 | Benoit Foucher | 2018-12-11 |
| | |||
* | Better fix for #291 | Benoit Foucher | 2018-11-13 |
| | |||
* | Another fix for the assert which could be triggered on OA destruction, fixes ↵ | Benoit Foucher | 2018-11-12 |
| | | | | #291 | ||
* | Fixed rare race condition which could trigger an assert on OA destruction, ↵ | Benoit Foucher | 2018-11-12 |
| | | | | fixes #291 | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Fix Java 9 deprecation warnings | Jose | 2017-11-16 |
| | |||
* | Fix for ICE-8044 - adapterDeactivation test failure caused by deadlock | Benoit Foucher | 2017-06-13 |
| | |||
* | Fixed ICE-7755 - listen on all IPs associated with a DNS name | Benoit Foucher | 2017-04-10 |
| | |||
* | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | |||
* | ICE-7560 - more AMI test fixes, renaming ConnectionClose enumerators | Mark Spruiell | 2017-02-09 |
| | |||
* | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵ | Benoit Foucher | 2017-02-06 |
| | | | | flushed with the communicator/connection should be compressed | ||
* | merging IceBridge into master | Mark Spruiell | 2017-01-30 |
| | |||
* | Fixed ICE-2802 - no longer halt when running out of FDs | Benoit Foucher | 2017-01-18 |
| | |||
* | Major changes in Java: | Mark Spruiell | 2016-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. |