You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java codec generator assumes the codecs will be generated under the IMDG project and assumes its directory structure. We now require them to be generated under MC repository to be able to evolve the codecs independently from IMDG releases.
For this to work, we can follow either of the following two ways:
Deduce the output directories automatically from the namespace argument (converting the package name to a directory structure, i.e. when com.hazelcast.webmonitor.client.impl.protocol.codec is passed, classes will be generated under <ROOT-DIR>/src/main/java/com/hazelcast/webmonitor/client/impl/protocol/codec/).
The text was updated successfully, but these errors were encountered:
Java codec generator assumes the codecs will be generated under the IMDG project and assumes its directory structure. We now require them to be generated under MC repository to be able to evolve the codecs independently from IMDG releases.
For this to work, we can follow either of the following two ways:
hazelcast-client-protocol/util.py
Line 202 in 81b91c3
hazelcast-client-protocol/util.py
Line 211 in 81b91c3
hazelcast-client-protocol/binary/util.py
Line 313 in e764335
hazelcast-client-protocol/binary/util.py
Line 322 in e764335
com.hazelcast.webmonitor.client.impl.protocol.codec
is passed, classes will be generated under<ROOT-DIR>/src/main/java/com/hazelcast/webmonitor/client/impl/protocol/codec/
).The text was updated successfully, but these errors were encountered: