Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed demos. | Matthew Newhook | 2015-03-18 |
| | | | | Moved demoscript to distribution. | ||
* | Modified the gradle plugin to automatically add the Ice slice dir to the ↵ | Dwayne Boone | 2015-03-13 |
| | | | | includes | ||
* | Several changes for clean. | Matthew Newhook | 2015-03-11 |
| | | | | expanded all gradle build files. | ||
* | ICE-6170 - fixed behavior of batch requests | Benoit Foucher | 2015-03-10 |
| | |||
* | ICE-6201 remove java applet demo | Dwayne Boone | 2015-03-09 |
| | |||
* | Fixed ICE-6269: tolerate null values for structs and enums | Benoit Foucher | 2015-02-17 |
| | |||
* | ICE-6267 - change http to https | Mark Spruiell | 2015-01-21 |
| | |||
* | Fix another bug with hello demos. | Matthew Newhook | 2015-01-13 |
| | |||
* | Fix bug with oneway invocations in the android hello demo. | Matthew Newhook | 2015-01-13 |
| | | | | | Aligned java GUI demos with the changes to the android demo. Fixed bug with the applet demo. | ||
* | ICE-6344 made demo configuration more consistent between mappings | Dwayne Boone | 2015-01-07 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-6202 - fixed demo/Ice/minimal endpoints | Benoit Foucher | 2014-12-18 |
| | |||
* | Some README updates | Dwayne Boone | 2014-12-18 |
| | |||
* | Additional fix for ICE-6169, fixed applet demo | Benoit Foucher | 2014-12-18 |
| | |||
* | ICE-6169 - Fix hello demos to only create new proxies if settings have changed | Joe George | 2014-12-17 |
| | |||
* | Do not generate server.jar for swing demo | Dwayne Boone | 2014-12-15 |
| | |||
* | updating applet README | Mark Spruiell | 2014-12-15 |
| | |||
* | Fixed (ICE-6090) - Ice/minimal demo WebSocket instructions are wrong | Jose | 2014-12-08 |
| | |||
* | ICE-6075 allow applet demo to be built with IBM JDK | Dwayne Boone | 2014-12-05 |
| | |||
* | SSL configurations winrt leftovers | Jose | 2014-11-26 |
| | |||
* | Add bzip2 to manifest class paths for java tests/demos | Dwayne Boone | 2014-11-20 |
| | |||
* | Some README fixes | Dwayne Boone | 2014-11-18 |
| | |||
* | Changes to get android builds to work properly from demo distribution | Dwayne Boone | 2014-11-14 |
| | | | | | Support for local only builds for java demos Support for install of gradle slice builder plugin | ||
* | ICE-5888 - Change nexus repo location to repo.zeroc.com/nexus | Joe George | 2014-11-13 |
| | |||
* | Fixed java applet demo build to use proguard to create Hello.jar file. | Dwayne Boone | 2014-11-13 |
| | |||
* | Some fixes to java demo builds and expect scripts | Dwayne Boone | 2014-11-13 |
| | |||
* | Remove all of the intellij stuff. | Matthew Newhook | 2014-11-13 |
| | |||
* | - Add as documented src/main/slice to the gradle slice plugin. | Matthew Newhook | 2014-11-12 |
| | | | | - Simplifications and cleanup to the gradle build files. | ||
* | Simplified gradle structure. | Matthew Newhook | 2014-11-10 |
| | |||
* | Fixed java demo distribution build | Dwayne Boone | 2014-11-07 |
| | |||
* | - Renamed gradle projects to camel case which enables task abbreviation. | Matthew Newhook | 2014-11-07 |
| | | | | | - Demo builds now produce a runnable jar. - Fixes to expect.py and READMEs for this change. | ||
* | Lots of small changes and cleanups as suggested by IntelliJ. | Matthew Newhook | 2014-11-06 |
| | |||
* | Java builds against bindist now automatically detect if jars have version ↵ | Dwayne Boone | 2014-11-04 |
| | | | | included | ||
* | ICE-5799 - Replace BareBonesBrowserLaunch with Desktop.browse | Joe George | 2014-10-29 |
| | |||
* | Update IML files | Dwayne Boone | 2014-10-29 |
| | |||
* | More gradle changes. | Matthew Newhook | 2014-10-23 |
| | | | | | Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory. | ||
* | Fixed demo dist to allow gradle build of java demos | Dwayne Boone | 2014-10-22 |
| | |||
* | Use output.classesDir. | Matthew Newhook | 2014-10-20 |
| | |||
* | Removed java/src/IceInternal directory. | Matthew Newhook | 2014-10-20 |
| | | | | Removed eclipse .classpath/.project. | ||
* | Down with ant. From the gradle to the grave. | Matthew Newhook | 2014-10-20 |
| | |||
* | Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafe | Matthew Newhook | 2014-09-29 |
| | | | | Fixed some warnings. | ||
* | Simplified creation of Admin facets in IceBox; simplified test for Admin ↵ | Bernard Normier | 2014-09-17 |
| | | | | enabled (Ice.Admin.Enabled if defined, otherwise check Ice.Admin.Endpoints and no other property) | ||
* | - C#, Java: Removed Outgoing, fixed generated code to make synchronous | Matthew Newhook | 2014-09-03 |
| | | | | | | | | | | | requests using AMI. - Java: AsyncResult is now an interface. - Added --arg to allTests.py. - Fixed operations, adapterDeactivation and metrics test to work with background IO. - Added Collocated interrupt test. - Added support for batch oneway requests using AMI. - Added test in operations for batch oneway requests using AMI. | ||
* | java latency demo fixes | Mark Spruiell | 2014-08-18 |
| | |||
* | minor Java edits | Mark Spruiell | 2014-08-15 |
| | |||
* | - Cleaned up all demos. | Matthew Newhook | 2014-08-14 |
| | | | | | | - Fixed all demo warnings. - Fixed applet and swing demo to use invocation timeout, not connect timeouts. | ||
* | Created Eclipse project for every demo | Joe George | 2014-08-14 |
| | |||
* | Fixed (ICE-5586) - Integrate IceWS to the Ice core library | Jose | 2014-08-12 |
| | |||
* | ICE-1593 Handling thread interrupts in Java | Matthew Newhook | 2014-08-07 |
| | | | | | | | | | | | | | - Added Ice.BackgroundIO property to perform all IO in a non-user thread. This makes Ice for Java interrupt safe. This is implemented by the QueueRequestHanbler. - EndpointHostResolver now uses an executor instead of a thread. - Added java/demo/Ice/interrupt and java/test/Ice/interrupt. - Made several changes that must be ported to C++ & C#. - InvocationTimeout exceptions can hang forever. - Connection establishment is always asynchronous. - RequestHandler.requestTimeout and asyncRequestTimeout have been renamed to requestCancel and asyncRequestCancel. | ||
* | ICE-4234 - Update Ice to use current Java threading constructs | Matthew Newhook | 2014-07-23 |
| | | | | | | | - Use ScheduledThreadPoolDispatcher not IceUtilInternal.Timer. - Use Ice timer in glacier2, Freeze impl. - Align C++, C# with java changes. - Database demo now supports mariadb. |