Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ICE-8295 - Can't build Ice for Java on Windows after setting ICE_HOME | Jose | 2017-07-12 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | ICE-7903 - move android tests | Mark Spruiell | 2017-06-06 |
| | |||
* | Updating Android tests | Mark Spruiell | 2017-04-28 |
| | |||
* | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Fixed ICE-7536 - Simplified Ice.Util createProperties/initialize methods | Benoit Foucher | 2017-02-01 |
| | | |||
* | | First cut of ICE-6920 - Remove try/catch block around communicator destroy | Benoit Foucher | 2017-01-25 |
| | | |||
* | | Replaced slice compiler options --ice, --underscore and --dll-export by | Bernard Normier | 2016-10-31 |
| | | | | | | | | | | global metadata directives (ice-prefix, underscore, cpp:dll-export:SYMBOL and objc:dll-export:SYMBOL) Added new cs:tie and java:tie metadata | ||
* | | Added support for non-ASCII characters and universal character names | Bernard Normier | 2016-10-20 |
| | | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property. | ||
* | | 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 |
|/ | |||
* | Add javadoc, signing, and maven upload | Joe George | 2016-05-20 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Use UTF-8 encoding with URLEncoder.encode | Jose | 2016-02-29 |
| | |||
* | ICE-6993 Java URL creation from IceBox | Jose | 2016-02-29 |
| | |||
* | ICE-6774 added iceboxadmin test to IceBox/admin | Dwayne Boone | 2015-09-17 |
| | |||
* | 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. | ||
* | All Ice clones are now covariant in Java | Bernard Normier | 2015-02-18 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Remove all of the intellij stuff. | Matthew Newhook | 2014-11-13 |
| | |||
* | Simplified gradle structure. | Matthew Newhook | 2014-11-10 |
| | |||
* | Fix for (ICE-5832) Versioning of Jar files | Jose | 2014-11-07 |
| | | | | Renaming JAR files | ||
* | Removed old iml files | Dwayne Boone | 2014-10-30 |
| | |||
* | Update IML files | Dwayne Boone | 2014-10-29 |
| | |||
* | Got rid of a warning in the build system and set source/target compatibilty ↵ | Dwayne Boone | 2014-10-27 |
| | | | | in single place | ||
* | More gradle changes. | Matthew Newhook | 2014-10-23 |
| | | | | | Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory. | ||
* | Simplified build.gradle files a bit | Dwayne Boone | 2014-10-23 |
| | |||
* | Added support for DESTDIR in gradle build | Dwayne Boone | 2014-10-22 |
| | |||
* | Fixed gradle jar installation task to depend on jar task | Dwayne Boone | 2014-10-20 |
| | |||
* | Added clean tasks to remove jars from lib directory | Dwayne Boone | 2014-10-20 |
| | |||
* | Down with ant. From the gradle to the grave. | Matthew Newhook | 2014-10-20 |
| | |||
* | ICE-5677 consistent checking of boolean properties | Dwayne Boone | 2014-09-18 |
| | |||
* | 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) | ||
* | Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵ | Benoit Foucher | 2014-09-12 |
| | | | | wasn't instrumented | ||
* | Fixed lots of warnings. | Matthew Newhook | 2014-08-08 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | minor edits to IceBox comments | Mark Spruiell | 2013-10-10 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed (ICE-5172) - Ice.LogFile doesn't work with IceBox services | Jose | 2013-01-23 |
| | |||
* | Renamed MetricsAdmin facet name to Metrics | Benoit Foucher | 2012-10-26 |
| | |||
* | Added support for Glacier2 MX and fixed ICE-4880 | Benoit Foucher | 2012-10-12 |
| | |||
* | Added timestamp parameter to getMetricsView, support for metrics in C# and ↵ | Benoit Foucher | 2012-09-28 |
| | | | | Java IceBox | ||
* | ICE-4774: Merged skype_props enhancement | Benoit Foucher | 2012-08-30 |
| | |||
* | ICE-4609 - Add ability to load shared library with full path | Jose | 2012-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. | ||
* | ICE-4809 - AMI metadata in Ice services internal definitions | Jose | 2012-08-14 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | ICE-4803 - iceboxnet and unknown properties | Jose | 2012-04-09 |
| |