summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAge
...
* Regenerate gradle wrappers used in Android buildsv3.7.3-rc0Jose2019-09-13
|
* Update gradle wrapper used in Android buildsJose2019-09-13
|
* Update android builds to use latest Android StudioJose2019-09-13
|
* Misc updates to README filesJose2019-09-13
|
* Fixed race condition in Android/UDP transport, fixes #527Benoit Foucher2019-09-13
|
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* IceSSL cert name verification fixes - Close #512 (#515)Jose2019-09-10
|
* Enable SNI extension with CheckCertName > 1Jose2019-09-06
| | | | | | | - Remove IceSSL.ServerNameIndication, IceSSL.CheckCertName = 2 should be used instead. - Minor style fixes
* Implement server name indication (SNI) for IceSSL JavaAndreas Sommer2019-09-06
|
* Implement server name indication (SNI) for OpenSSL and SecureTransport ↵Andreas Sommer2019-09-06
| | | | backends (new property `IceSSL.ServerNameIndication`, default enabled)
* Fix Java build dependencies - Close #509Jose2019-09-06
|
* Fixed Ice/acm test waitForClose timingBenoit Foucher2019-09-04
|
* Fixed Ice/retry test timingBenoit Foucher2019-09-04
|
* Enabled automatic flush for Java test printer writerBenoit Foucher2019-09-04
|
* Simplifed collocation test in Ice/location test, fixes #506Benoit Foucher2019-09-04
|
* Fixed retry bug with -2 invocation timeout, fixes #501Benoit Foucher2019-09-03
|
* Fixes for slice2py forward declarations - Close #490Jose2019-09-03
|
* Fixed IceBox exception handling, fixes #486Benoit Foucher2019-08-30
|
* Minor timeout test fix to prevent failure, fixes #498Benoit Foucher2019-08-29
|
* Fixed C++/Java thread pool to no longer print bogus warning on shutdown, ↵Benoit Foucher2019-08-26
| | | | fixes #496
* Fixed Ice/timeout test to ensure the client doesn't hang in case of test failureBenoit Foucher2019-08-22
|
* Java logger uses Ice.ProgramName for prefix now. Fixes #488Austin Henriksen2019-08-21
|
* Move IceBox.PrintServicesReady output after creation of Admin object.Bernard Normier2019-08-20
| | | Fixes #471
* Fix doc.zeroc.com URLs - Close #457Jose2019-08-05
|
* Fixes for C++ & Swift generated code - Close #458Jose2019-07-31
|
* Exclude module-info.java from Java docJose2019-07-22
|
* Remove wrapper taskJose2019-07-22
| | | | Instead use `gradlew wrapper --gradle-version=4.10.3`
* Update Ice version to 3.7.3Jose2019-07-22
|
* Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-18
|\
| * Fixed non-thread safe AMD dispatch, fixes #448 (#449)Benoit Foucher2019-07-18
| | | | | | | | | | | | | | The caching of the output stream which was added back to solve #414 made the dispatch of AMD requests non thread-safe if a dispatch interceptor was installed and if the interceptor retried the dispatch. Multiple continuation could run concurrently and eventually re-use the cached output stream to marshal multiple responses.
| * Fixed dispatch interceptor test threading issue, fixes #446Benoit Foucher2019-07-16
| |
| * Fixed potential metrics test failure, fixes #217Benoit Foucher2019-07-16
| |
| * Update gradle wrapper to latest 4.10 patch releaseJose2019-07-15
| |
| * Fixed C++11 issue with previous Ice/interceptor test fixBenoit Foucher2019-07-11
| |
| * Fixed dispatcher interceptor bug #435Benoit Foucher2019-07-11
| |
| * Update gradle wrapper used with Android test controllerJose2019-07-11
| |
| * Fixed another Java IceSSL failure on RHEL8, fixes #431Benoit Foucher2019-07-11
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-09
|\|
| * Remove forward declarations limitation - Close #97Jose2019-07-09
| |
| * IceSSL fixes for RHEL8Benoit Foucher2019-07-09
| |
| * Minor fix Glacier2/router test - Close #426Jose2019-07-05
| |
| * Do not hardcode openjfx version used in IceGridGUI buildsJose2019-07-05
| |
| * Fix android test build failures - Close #428Jose2019-07-04
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-02
|\|
| * Added back caching of output stream, fixes #414 (#415)Benoit Foucher2019-06-28
| | | | | | | | Added back caching of output stream for sync dispatch responses, fixes #414
| * Remove extra empty lineJose2019-06-28
| |
| * Android testing fixesJose2019-06-28
| |
| * Add missing module-info for IcePatch2Jose2019-06-27
| |
| * Revert "Move doc and source JARs to doc/ dir to avoid problems with ↵Jose2019-06-27
| | | | | | | | | | | | --module-path" This reverts commit f97b364b1f2d77bdd454811454832d1948759338.
| * Move doc and source JARs to doc/ dir to avoid problems with --module-pathJose2019-06-27
| |