oatpp / oatpp-protobuf

Use protobuf messages as regular oatpp DTOs
https://oatpp.io/
Apache License 2.0
5 stars 3 forks source link

Fix #3: Update module to work with oat++ 1.3.0 #5

Open n3world opened 2 years ago

n3world commented 2 years ago

Update calls of Type::staticCast to cast Fix calls to String constructor Convert VectorPolymorphicDispatcher to implement Collection::PolymorphicDispatcher

Requires https://github.com/oatpp/oatpp/pull/634

lganzzzo commented 2 years ago

[FYI] @n3world This PR will take some time to review. Reason - I have to check weather we can optimize this module using new features introduced in oatpp type system in 1.3.0

dhavalaM commented 1 year ago

Hi @lganzzzo! Is there a plan to merge this or provide other support for oat++ 1.3.0?