[ https://issues.apache.org/jira/browse/VELOCITY-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17890412#comment-17890412 ]
Thomas Mortagne edited comment on VELOCITY-985 at 10/17/24 10:20 AM: --------------------------------------------------------------------- This should be fixed in 2.4.1 (because of various other problems the behavior was changed to [stop at the first accessible method|https://github.com/apache/velocity-engine/pull/54], so your use case should get back to normal). was (Author: tmortagne): This should be fixed in 2.4.1 (because of various other problems the behavior was changed to stop at the first accessible method, so your use case should get back to normal). > Add legacy method for behaviour before VELOCITY-952 > --------------------------------------------------- > > Key: VELOCITY-985 > URL: https://issues.apache.org/jira/browse/VELOCITY-985 > Project: Velocity > Issue Type: Wish > Components: Engine > Affects Versions: 2.4 > Reporter: Roel Pieters > Priority: Minor > > With an upgrade to 2.4 we run into the problem that findMethod now returns > the topmost method. We annotate overridden methods and check the annotations > in our own UberSpectimpl to open them up for use in our platform and with the > change from VELOCITY-152 this fails because we always get the topmost method. > It would help us a lot if there was a way to keep the old behaviour. Maybe > I'm missing something simple and it's still possible. If that's the case > could you point us in te right direction? > Thanks. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org