Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed Java controller, fixes to investiage IceGrid/replication test failure | Benoit Foucher | 2016-11-30 |
| | |||
* | Updated server side dispatch for new mapping (and ICE-6980) | Benoit Foucher | 2016-09-05 |
| | |||
* | 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. | ||
* | Deprecate Communicator::stringToIdentity and identityToString | Bernard Normier | 2016-07-27 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Benoit Foucher | 2016-04-04 |
|\ | |||
| * | ICE-7078 - test controller out of memory issue in Windows | Jose | 2016-03-31 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-28 |
|\| | |||
| * | Enabling server network tracing causes browser JavaScript tests to hang | Jose | 2016-03-28 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Fixes for Bluetooth plug-ins. | Mark Spruiell | 2015-12-17 |
|/ | | | | Updates to testsuite to support Bluetooth and remote servers. | ||
* | ICE-6767 Better handling of server start failure by test controller | Dwayne Boone | 2015-10-01 |
| | |||
* | Fixed test controller hang if server process failed to start | Benoit Foucher | 2015-09-02 |
| | |||
* | Fix to run browser tests with CSharp servers | Jose | 2015-06-15 |
| | |||
* | Fix TestController to pass extra arguments to run.py | Jose | 2015-05-28 |
| | |||
* | Rename test::Controller > Test::Controller | Jose | 2015-01-30 |
| | |||
* | Fixed (ICE-6190) - Improve WinRT ssl/wss testing | Jose | 2015-01-28 |
| | |||
* | Java test controller server fixes | Jose | 2015-01-23 |
| | |||
* | Port test controller server to Java | Jose | 2015-01-22 |