summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAge
...
| * | Moved IceGridGUI to com.zerocBernard Normier2016-09-08
| |/
| * ICE-7113: remove destroyed serversBernard Normier2016-09-07
| |
| * Add iceBuilderVersion propertyJose2016-09-07
| |
| * Fixed typo in IceGridGUI jar signingBenoit Foucher2016-09-07
| |
| * Downgraded gradle requirement to 1.3.6 to get Debian build workingBenoit Foucher2016-09-07
| |
| * Save location and size of LogFile and IceLog dialogsBernard Normier2016-09-06
| |
| * Fixed ICE-7311 - handling of Java errors with AMDBenoit Foucher2016-09-05
| |
| * IceGrid Admin Cmd+Q support on macOSBernard Normier2016-09-02
| |
* | ICE-7321 - Java cross-test failure in Ice/objectsMark Spruiell2016-09-07
| |
* | Fixed ICE-7311 - handling of Java errors with AMDBenoit Foucher2016-09-05
| |
* | Updated server side dispatch for new mapping (and ICE-6980)Benoit Foucher2016-09-05
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-09-01
|\|
| * Remove bogus message check from Java Ice/exceptions test loggerJoe George2016-09-01
| |
* | Fix typo in previous commitJoe George2016-09-01
| |
* | Update java-compat Ice/optional for cross testingJoe George2016-09-01
| |
* | minor clean up in java8 IncomingMark Spruiell2016-08-31
| |
* | Fixed logging messageBernard Normier2016-08-30
| |
* | Added Java optional marshaled result testBenoit Foucher2016-08-30
| |
* | Fix ICE-7302 - Java Ice/exceptions amd server does not use AMDThrowerIJoe George2016-08-30
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-08-30
|\|
| * ICE-7302 - Fix Java Ice/exceptions not using AMDThrowerIJoe George2016-08-30
| |
| * ICE-7240 - Python Ice/servantLocator cross testJoe George2016-07-19
| |
| * Update to use gradle builder 1.3.7Jose2016-07-06
| |
* | ICE-6980 - Removed server-side user exception checks in Objective-CBenoit Foucher2016-08-30
| |
* | ICE-7300 - C++/Java cross-test failure with unknown user exceptionMark Spruiell2016-08-29
| |
* | C++ dispatching code fixesBenoit Foucher2016-08-25
| | | | | | | | | | | | - removed user exception check on the server side (ICE-6980) - C++11 dipatch interceptor async callback (ICE-7263) - Fixed slicing/objects test in various mapping (removed Forward.ice)
* | generated MarshaledResult types in servant interface for JavaMark Spruiell2016-08-24
| |
* | 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.
* | ES6 mapping updatesJose2016-08-19
| |
* | C# mapping changesBenoit Foucher2016-08-16
| | | | | | | | | | | | | | | | - user exceptions are no longer checked on the server side (ICE-6980) - support for ["marshaled-result"] metadata - AMD operations now return a Task - improved dispatch interceptors - PropertiesAdminI::setProperties impl. now invokes callbacks synchronously
* | Fixed ICE-7270 - ice_getConnection now returns a non-null connection even if ↵Benoit Foucher2016-08-09
| | | | | | | | connection caching is disabled
* | Fixed ICE-7208 - C++98 sync code now depends on async codeBenoit Foucher2016-08-08
| |
* | Fix ICE-7261 - Java clean failureJoe George2016-08-03
| | | | | | | | | | Updated to new version of Ice Builder for Gradle which does not throw an exception when slice2java can not be found and srcDist is true
* | ICE-7258 - C++ cross C# Ice/objects cross test failureJose2016-07-29
| |
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
| |
* | Update Gradle wrapper to 2.14Joe George2016-07-21
| |
* | ICE-7240 - Python Ice/servantLocator cross testJoe George2016-07-19
| |
* | Allow java iceHome to be setJoe George2016-07-19
| | | | | | | | This is needed in the case were ice.gradle is loaded from an externl project
* | Update to latest builderJoe George2016-07-18
| |
* | Multiple Java updatesJoe George2016-07-18
| | | | | | | | | | | | * Upgrade to latest builder * Better Android detection * Cleanup gradle.properties file
* | Fixed (ICE-7233) - C++ Ice\operations cross test with C# failureJose2016-07-18
| |
* | Remove cshar IceSSL deprecated featuresJose2016-07-15
| |
* | Update version to 3.7a3Joe George2016-07-12
| |
* | Update to use latest Gradle Ice builder versionJose2016-07-11
| |
* | Fixes for Android build on WindowsJose2016-07-08
| |
* | Fixed sporadic failures from metrics testsBenoit Foucher2016-07-08
| |
* | Added test for optional object dictionary parametersBenoit Foucher2016-07-07
| |
* | Fixed ICE-6971 - Ice/acm test failureBenoit Foucher2016-07-06
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-07-06
|\| | | | | | | | | | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/test/IceSSL/configuration/Makefile csharp/src/Ice/PropertyNames.cs java/src/Ice/src/main/java/IceInternal/PropertyNames.java js/src/Ice/PropertyNames.js
| * Remove IceSSL.SecurityLevel reintroduced with 3.6-stretch mergeJose2016-07-06
| |