Jose

Results 159 issues of Jose

With Java 9 modules it is not allowed to read the same package from two different modules, currently we have `com.zeroc.IceMX` packaged defined in `IceStorm`, `Glacier2` and `Ice` We cannot...

java

This was removed from C++ but it is still available with Java/C#, the classes are public but undocumented in the Manual seems they are only used by stream tests They...

cleanup

We the addition of [Slice support in doxygen](https://doc.zeroc.com/ice/3.7/the-slice-language/generating-slice-documentation) these Slice compilers are no longer required and will be removed in next major release (Ice 3.8) Distribution packages and man packages...

task
cleanup

Currently IceSSL provide default DH params with OpenSSL, it is recommended that applications provide their own params, by providing a default users will neglect updating them

enhancement
icessl

We have implementations of this copied in almost all Slice compilers https://github.com/zeroc-ice/ice/search?q=splitScopedName&unscoped_q=splitScopedName

cleanup

We use that in IceGrid/PlatformInfo.cpp see [ICE-5464]

cpp
cleanup

The pattern used in IceStorm/clock subscriber, isn't simple and also is not thread safe, there is a chance for exit call run when GDC global queue is still releasing the...

enhancement
swift

We should have some demos that shows how to Ice for Android with Kotlin

We should update the chat demo article to include the "Server Implementation" section see also CHA-57

enhancement

This will allow to calculate the b2Manifold and get the contact points from there, which as far as i know are not accessible with the current API mapping. Not sure...