-
-
Notifications
You must be signed in to change notification settings - Fork 99
Add blob support from JHipster. #32
Comments
The Blob implementation is paused until it is fixed in JHipster. We distinguish two types of "Blobs": the AnyBlob and the ImageBlob. Both are treated the same by JHipster (as they are byte arrays). One needs to create a custom DataType (or any custom Type) to use them in JHipster-UML. To create an ImageBlob, just create a DataType named ImageBlob. To create an AnyBlob, just create an AnyBlob and/or a Blob (easier...). |
Great! Does it work in its current state? By the way, by fixed you mean released? |
I think it does. The only problem I have is that the tests from JHipster don't pass (with or without JHipster-UML, 4 tests fail). |
The tests are done. Once everything's ok in JHipster, I will merge the blobImpl branch with master. |
So the test in jhipster fail? Do you mean the maven tests? |
Yes. The |
I cant reproduce the bug. Could you create an issue in genarator-jhipster with more details? |
Yes, I will, here. |
Work to be done:
byte[]
);fieldTypeBlobContent
;required
,minbytes
andmaxbytes
);fieldsContainBlob
;fieldValidateRulesMinbytes
andfieldValidateRulesMaxbytes
).That should be everything to add (not to mention the wiki).
The text was updated successfully, but these errors were encountered: