Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed documentation files to use 80 columns | Benoit Foucher | 2017-06-30 |
| | |||
* | minor edits to Java build instructions | Mark Spruiell | 2017-06-19 |
| | |||
* | Update Java to use Apache Commons Compress Bzip2 implementation | Jose | 2017-06-15 |
| | |||
* | minor fixes for java-compat/BuildInstructions.md | Mark Spruiell | 2017-06-14 |
| | |||
* | Updated URLs | Bernard Normier | 2017-06-14 |
| | |||
* | Fixed references | Bernard Normier | 2017-06-14 |
| | |||
* | Updated version to 3.7.0 | Benoit Foucher | 2017-05-03 |
| | |||
* | updating build instructions | Mark Spruiell | 2017-04-14 |
| | |||
* | Use the term Slice compiler instead of Slice translator in READMEs | Jose | 2017-04-13 |
| | |||
* | ICE-7483 - Rename OS X to macOS | Joe George | 2017-03-28 |
| | |||
* | Bumped version to 3.7b0 | Benoit Foucher | 2017-03-07 |
| | |||
* | Update version to 3.7a4 | Joe George | 2016-12-21 |
| | |||
* | Windows build instructions updates | Jose | 2016-12-08 |
| | |||
* | Windows build instructions updates | Jose | 2016-11-21 |
| | |||
* | 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. |