SAP / ui5-manifest

This project contains the flattend json schema for the ui5 manifest.
Apache License 2.0
30 stars 9 forks source link

"sap.ui5/rootView" doesn't propose an "async" property #6

Closed pubmikeb closed 4 years ago

pubmikeb commented 4 years ago

sap.ui5/rootView doesn't propose an async property in 1.23.0 schema.

Is it a bug or sap.ui5/rootView/async has been deprecated?

According to the following articles, sap.ui5/rootView/async is still supported:

petermuessig commented 4 years ago

Hi @pubmikeb,

this seems to be a bug in the schema the sap.ui5/rootView allows additionalProperties, but indeed the async property is not maintained. This will be possible to be extended...

THX and best regards, Peter

pubmikeb commented 4 years ago

Hi @petermuessig, is there any roadmap for fixing this ticket?

petermuessig commented 4 years ago

Hi @pubmikeb ,

Big Sorry for the long delay! I will follow up on this next Monday with the responsible developers.

Best regards, Peter

pubmikeb commented 4 years ago

@petermuessig, thanks for the extremely fast response!

It would be great if the dev team could also have a look on https://github.com/SAP/ui5-manifest/issues/5 and https://github.com/SAP/ui5-manifest/issues/9 as well.

petermuessig commented 4 years ago

@pubmikeb - we will fix this issue here and provide it as part of the next release of the manifest schema 1.27.0 in about 2 weeks from now.

pubmikeb commented 4 years ago

It looks like the problem has been solved in 1.27.0. Thanks.