summaryrefslogtreecommitdiff
path: root/java/test/Ice/ami/AllTests.java
Commit message (Collapse)AuthorAge
* More gradle changes.Matthew Newhook2014-10-23
| | | | | Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory.
* Update JS with the same OutgoingAsync fixes as C++/Java/C#Benoit Foucher2014-10-13
|
* ICE-5661 add proxy->begin_ice_getConnectionDwayne Boone2014-09-18
|
* Added eclipse project settings for java.Matthew Newhook2014-08-12
| | | | Fix lots of warnings in Ice for Java.
* Fixed (ICE-5507) - Support Java 8 lambda expressionJose2014-04-18
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* ICE-4750, Fixed connection assertBenoit Foucher2012-05-14
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* ICE-4701 - AsyncResult::getCommunicator returns nullMark Spruiell2012-01-06
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* bug 5002 - fixing several Java tests for Android compatibilityMark Spruiell2011-05-02
|
* Bug 4720 - Improved AsyncResult to allow throwing local exception is request ↵Benoit Foucher2011-04-07
| | | | failed with local exception
* bug 4716 - java async API inconsistencyMark Spruiell2010-05-13
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Merged Mark's pythonami branchBenoit Foucher2010-01-06
|
* Fixed bug 4486 - fixes to avoid hang in case of failureBenoit Foucher2009-12-17
|
* - bug 3533: add async version of Connection/CommunicatorMark Spruiell2009-12-08
| | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies
* AMI requests now throw IllegalArgumentExcption instaed of TwowayOnlyExceptionBenoit Foucher2009-12-03
|
* Changed back isSentSynchronously to sentSynchronously, only generate ↵Benoit Foucher2009-12-03
| | | | newCallback exception for oneway requests
* More AMI mapping improvementsBenoit Foucher2009-12-02
|
* - Cleaned up test/Ice/operations testBenoit Foucher2009-11-25
- Added test/Ice/ami test - sent callback is now always called