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
publicrecordMyRecord(StringrecordName) {
/** * without explicit getter Jinjava doesn't see it */publicStringgetRecordName() {
returnrecordName;
}
}
The following template won't be correctly filled without the getter, although it's not needed for records
{{ myRecord.recordName }}
I tried to contribute, but it turned out, that the java version in the base pom.xml is still 8. https://github.com/HubSpot/basepom/blob/master/pom.xml#L17. I think such change must be done by the core maintainers, who know all of the possible implications.
It's 2024, time to go for java 21+
The text was updated successfully, but these errors were encountered:
The following template won't be correctly filled without the getter, although it's not needed for records
I tried to contribute, but it turned out, that the java version in the base pom.xml is still 8. https://github.com/HubSpot/basepom/blob/master/pom.xml#L17. I think such change must be done by the core maintainers, who know all of the possible implications.
It's 2024, time to go for java 21+
The text was updated successfully, but these errors were encountered: