summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAge
...
* Updated android pluginBernard Normier2018-11-14
|
* Use javac --release with javac >=9. Fixes #297.Bernard Normier2018-11-14
|
* Android build fixesJose2018-11-14
|
* Update Android requirementsJose2018-11-14
|
* Update version to 3.7.2Jose2018-11-14
|
* More bidir tests. Fixes #51.Bernard Normier2018-11-13
|
* Better fix for #291Benoit Foucher2018-11-13
|
* Another fix for the assert which could be triggered on OA destruction, fixes ↵Benoit Foucher2018-11-12
| | | | #291
* Fixed rare race condition which could trigger an assert on OA destruction, ↵Benoit Foucher2018-11-12
| | | | fixes #291
* Fixed bogus whitespacesBenoit Foucher2018-11-12
|
* Upgrade gradle version checks for Java 11Jose2018-11-09
|
* Add support for build IceGridGUI with Open JavaFX 11 packagesJose2018-11-08
| | | | Close #285
* Add check for old Gradle versionsBernard Normier2018-11-08
|
* Fixed bogus ::icessl reference in java/build.gradleBenoit Foucher2018-11-08
|
* Javadoc improvements. Fixes #71.Bernard Normier2018-11-07
|
* Update android gradle wrapperJoe George2018-11-07
|
* Remove unused IceSSL Util classJose2018-11-06
| | | | Close #281
* Fixed Java Ubuntu/Debian IceGrid/simple test failureBenoit Foucher2018-11-06
|
* Removed support for signing IceGridGUI and fixes for macOS bundle appBenoit Foucher2018-11-06
|
* Another fix for the Debian/Ubuntu bogus JDK 1.8Benoit Foucher2018-11-05
|
* Fixed macOS IceGridGUI App build issueBenoit Foucher2018-11-05
|
* Added Java 11 supportBenoit Foucher2018-11-05
|
* Update to Gradle 4.10.2Joe George2018-11-05
|
* Fixed test.jar build to use relative paths in manifest Class-PathBenoit Foucher2018-11-05
|
* Better support for Android and Xamarin testing, see #186Benoit Foucher2018-10-31
|
* Add support for systemd Type=notify to Ice::ServiceJose2018-10-29
| | | | Close #75
* Fixed flushBatchRequests metrics bug, fixes #257Benoit Foucher2018-10-23
|
* Fixed slice2matlab generated code type for dictionary data membersJose2018-10-23
| | | | Close #256
* Removed keep alive thread from icegridadmin and IceGridGUI, only rely on ACM ↵Benoit Foucher2018-10-23
| | | | instead fixes #201
* Fix handling of ServantErrorJose2018-10-16
| | | | Close #245
* Increase retry intervals time to prevent sportadic failuresJose2018-09-26
|
* Test using Value as operation parameterJose2018-09-20
| | | | | | | | | Fix a bug in slice2java that generate bogus code or using Value as an Slice operation parameter Fix a bug in JavaScript mapping that cause a run-time error when invoking an operation that defines Value as an input parameter
* Removed Application from Ice Services (#196)Austin Henriksen2018-09-19
| | | Removed Application from Ice services, fixes #50
* Whitespace cleanupJose2018-09-14
|
* Test using Value type as a class data memberJose2018-09-13
| | | | See #203
* Fixed location test slowness with Xamarin/iOS testingBenoit Foucher2018-09-13
|
* Deprecate Ice.Voip propertyJose2018-09-12
| | | | Close #70
* Make test controllers layout more consistentJose2018-09-12
| | | | Close #184
* Add support for read properties from HKCU windows registryJose2018-09-04
| | | | | | | It was possible before to read Ice properties from HKLM Windows this fix alows to also read properties from HKCU Close #130
* Got rid of 3rd party repository, no longer needed, fixes #188Benoit Foucher2018-08-22
|
* Fixed tests to target netcoreapp2.1 to ensure latest 2.1 runtime is usedBenoit Foucher2018-07-20
|
* Add support cs:namespace metadataJose2018-06-28
| | | | | | | Add support to map Slice modules to different namespaces using cs:namespace metadata Fixes #122 slice2cs generates invalid namespace qualification
* Test fixes and improvements for Android testing reliabilityBenoit Foucher2018-06-21
|
* Fixed Android >= 8.0 SSL issue (fixes #105Benoit Foucher2018-06-21
|
* Ice/scope fix Android and UWP buildsJose2018-06-20
|
* Test for qualified namesJose2018-06-19
|
* java TestHelper simplificationsJose2018-06-15
|
* Move IceGrid GUI configuration data to os specific directorieJose2018-06-11
| | | | Closes #76
* IceGridGUI: improvement session lost messageJose2018-06-07
|
* Fix IceGridGUI do no make remote call on UI threadJose2018-06-07
| | | | | AdminSession.getReplicaName was call from the UI thread