summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/JavaUtil.h
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* slice2cpp generates invalid code wrt namespace qualificationJose2018-06-19
| | | | Closes #104
* Update copyright year to 2018Jose2018-02-14
|
* ICE-8544 - Updates to packaging metadataMark Spruiell2018-02-01
|
* Fix Overqualification in generated codeJose2017-10-30
| | | | See ICE-7856
* Remove excessive empty linesJoe George2017-06-07
|
* Update IceSSL::ConnectionInfo to use native certs and remove ↵Jose2017-03-20
| | | | NativeConnectionInfo
* ICE-7506 - Update copyright to 2017Joe George2017-02-13
|
* Improved readValue/readProxy methods and streaming helpersBenoit Foucher2017-02-09
|
* Rework warning suppression to use global meta dataJose2017-02-03
|
* Add --no-warn option to Slice compilersJose2017-02-01
|
* Replaced double-underscores in java and java-compatBernard Normier2016-11-17
|
* 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.
* Renamed ICE_UTIL_API to ICE_API and other cleanupsBernard Normier2016-05-12