Lift Framework 3.0-RC3: Third Release Candidate
Pre-release
Pre-release
·
736 commits
to main
since this release
We found an annoying situation in RC2 that made the asJValue
method of Record and MetaRecord return JValue, which
didn't jive with the way these were being used in certain cases.
Fixes
- (#1787)
RecordandMetaRecord'sasJValuemethods were
correctly converted to returnJValues, but in certain cases this
did not connect well with actual use. A newasJObjectmethod
was added to return the JSON as aJObjectwhich could then be
combined with other fields and objects.