summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/Instance.java
Commit message (Collapse)AuthorAge
* Down with ant. From the gradle to the grave.Matthew Newhook2014-10-20
|
* ICE-5671 make sure router/locator have not already been set by plugin loadingDwayne Boone2014-10-09
|
* ICE-5615 move PluginManager destruction outside of sync at end of ↵Dwayne Boone2014-10-09
| | | | Instance::destroy
* - Java Application now catches OperationInterruptedException andMatthew Newhook2014-10-03
| | | | | | retries. - Removed the InProgress state from Instance, simplified and corrected the destroy logic.
* Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafeMatthew Newhook2014-09-29
| | | | Fixed some warnings.
* - begin_ now never interrupts.Matthew Newhook2014-09-27
| | | | | | | - All potentially blocking Ice APIs are interruption points. - Fixes to the incoming/outgoing factories and shutdown procedure - Fixed bug where connect() was from a user thread. - Added lots more tests to the interrupt test suite.
* ICE-2400: LoggerAdmin implementation in Java and C# + various fixes to C++ ↵Bernard Normier2014-09-25
| | | | implementation
* ICE-5670 interrupt test failureMatthew Newhook2014-09-22
| | | | Fixed the Ice.UnmarshalOutOfBoundsException failure.
* Simplified creation of Admin facets in IceBox; simplified test for Admin ↵Bernard Normier2014-09-17
| | | | enabled (Ice.Admin.Enabled if defined, otherwise check Ice.Admin.Endpoints and no other property)
* Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵Benoit Foucher2014-09-12
| | | | wasn't instrumented
* ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of ↵Benoit Foucher2014-09-10
| | | | networking code (addition of StreamSocket class abstraction)
* Fixed ICE-5667: Added Communicator::createAdmin in C++, Java, C# and PythonBernard Normier2014-09-08
|
* Renamed oneOffDone to oneOfDone and added said check to JS for ↵Dwayne Boone2014-09-05
| | | | PrintStackTraces setting
* - C#, Java: Removed Outgoing, fixed generated code to make synchronousMatthew Newhook2014-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.
* ICE-3492 handle improper settings for timeout valuesDwayne Boone2014-08-19
|
* Rename WS transport files for consistency with TCP/UDP transports.Jose2014-08-13
|
* Fixed (ICE-5586) - Integrate IceWS to the Ice core libraryJose2014-08-12
|
* ICE-1593 Handling thread interrupts in JavaMatthew Newhook2014-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.
* Add @Override where possible, and remove trailing white space.Matthew Newhook2014-08-07
|
* Fixed leak when observer updater is installed, code-style issuesBenoit Foucher2014-08-01
|
* ICE-4234 - Update Ice to use current Java threading constructsMatthew Newhook2014-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.
* porting C++ transport changes to JavaMark Spruiell2014-05-29
|
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5196: allow setting an observer with IceMX enabledBenoit Foucher2013-09-09
|
* ICE-5338 - null reference error in metricsMark Spruiell2013-07-08
|
* SOCKS support for JavaMark Spruiell2013-04-11
|
* Fixed ICE-5247: removed proxy cache from Java/C# implementationBenoit Foucher2013-02-18
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5215: IPv6 support enabled by defaultBenoit Foucher2013-02-11
|
* Fixed (ICE-5172) - Ice.LogFile doesn't work with IceBox servicesJose2013-01-23
|
* Changed Ice.UseServantClassLoader to Ice.UseApplicationClassLoaderBenoit Foucher2013-01-18
|
* Missing updates for Ice.UseServantClassLoader following earlier partial commitBenoit Foucher2013-01-14
|
* ICE-4938: support for compact IDsBenoit Foucher2012-12-19
|
* Renamed MetricsAdmin facet name to MetricsBenoit Foucher2012-10-26
|
* Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs filesBernard Normier2012-10-23
|
* ICE-3635 - static factory mapsMark Spruiell2012-10-21
|
* Fixed ICE-3627 and ICE-3370: use of new async API and removed mono ↵Benoit Foucher2012-10-19
| | | | workaround in Network.cs
* Added support for Glacier2 MX and fixed ICE-4880Benoit Foucher2012-10-12
|
* Java & C# portBenoit Foucher2012-09-28
|
* ICE-4774: Merged skype_props enhancementBenoit Foucher2012-08-30
|
* ICE-4609 - Add ability to load shared library with full pathJose2012-08-16
| | | | | | | | | | | - C++/Java now also support to load Services and Plugins from a full path, this was already supported by .NET - Fixed the parsing of plug-in arguments to correct split the arguments - Fixed Plugin manager destroy C++/Java/C#, the plugin must are now destroyed in initialization reverse order as documented.
* Fixed copyrightsBenoit Foucher2012-04-25
|
* ICE-4701 - AsyncResult::getCommunicator returns nullMark Spruiell2012-01-06
|
* ICE-3318 Java finalizers are problematicJose2012-01-03
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* 4987 - preserve exception causeMark Spruiell2011-03-30
|
* bug 4633 - ICE_CONFIG fixesMark Spruiell2010-02-15
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* - bug 3533: add async version of Connection/CommunicatorMark Spruiell2009-12-08
| | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies