summaryrefslogtreecommitdiff
path: root/java/src/IceBox
Commit message (Collapse)AuthorAge
* Remove checksum support (#607)Austin Henriksen2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping.
* Fixed IceBox exception handling, fixes #486Benoit Foucher2019-08-30
|
* Move IceBox.PrintServicesReady output after creation of Admin object.Bernard Normier2019-08-20
| | | Fixes #471
* Add support to build modular JARsJose2019-06-27
|
* Fix command line argument parsing in iceboxadmin JavaJose2019-01-24
|
* Fix invalid argument parsing in Java/C# IceBox ServerJose2019-01-23
| | | | Close #339
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Removes Ice.Application from IceBox in Java, Java-Compat, and C# (#314)Austin Henriksen2018-12-05
|
* Revert "Removed Ice.Applicatiion from IceBox in Java."Joe George2018-11-27
| | | | This reverts commit 32551d41f3c4c6140d0e3a34bac2482dbd74dc2a.
* Removed Ice.Applicatiion from IceBox in Java.Austin Henriksen2018-11-27
|
* Updated gradle build system.Bernard Normier2018-11-19
|
* Use javac --release with javac >=9. Fixes #297.Bernard Normier2018-11-14
|
* Javadoc improvements. Fixes #71.Bernard Normier2018-11-07
|
* Update copyright year to 2018Jose2018-02-14
|
* icebox requires at least one service (cpp, java)(ICE-8307)Bernard Normier2018-01-26
|
* Fix Java 9 deprecation warningsJose2017-11-16
|
* ICE-8295 - Can't build Ice for Java on Windows after setting ICE_HOMEJose2017-07-12
|
* Remove excessive empty linesJoe George2017-06-07
|
* ICE-7903 - move android testsMark Spruiell2017-06-06
|
* Updating Android testsMark Spruiell2017-04-28
|
* ICE-7506 - Update copyright to 2017Joe George2017-02-13
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Fixed ICE-7536 - Simplified Ice.Util createProperties/initialize methodsBenoit Foucher2017-02-01
| |
* | First cut of ICE-6920 - Remove try/catch block around communicator destroyBenoit Foucher2017-01-25
| |
* | Replaced slice compiler options --ice, --underscore and --dll-export byBernard Normier2016-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 namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | Major changes in Java:Mark Spruiell2016-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 identityToStringBernard Normier2016-07-27
|/
* Add javadoc, signing, and maven uploadJoe George2016-05-20
|
* Update copyright headersJoe George2016-03-01
|
* Use UTF-8 encoding with URLEncoder.encodeJose2016-02-29
|
* ICE-6993 Java URL creation from IceBoxJose2016-02-29
|
* ICE-6774 added iceboxadmin test to IceBox/adminDwayne Boone2015-09-17
|
* Modified the gradle plugin to automatically add the Ice slice dir to the ↵Dwayne Boone2015-03-13
| | | | includes
* Several changes for clean.Matthew Newhook2015-03-11
| | | | expanded all gradle build files.
* All Ice clones are now covariant in JavaBernard Normier2015-02-18
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Remove all of the intellij stuff.Matthew Newhook2014-11-13
|
* Simplified gradle structure.Matthew Newhook2014-11-10
|
* Fix for (ICE-5832) Versioning of Jar filesJose2014-11-07
| | | | Renaming JAR files
* Removed old iml filesDwayne Boone2014-10-30
|
* Update IML filesDwayne Boone2014-10-29
|
* Got rid of a warning in the build system and set source/target compatibilty ↵Dwayne Boone2014-10-27
| | | | in single place
* More gradle changes.Matthew Newhook2014-10-23
| | | | | Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory.
* Simplified build.gradle files a bitDwayne Boone2014-10-23
|
* Added support for DESTDIR in gradle buildDwayne Boone2014-10-22
|
* Fixed gradle jar installation task to depend on jar taskDwayne Boone2014-10-20
|