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
This was mistakenly released with visitor and recipe having the type strings "openrewrite.org/v1beta" when it should have been "specs.openrewrite.org/v1beta"
Don't replace web annotation names that aren't camel cased. For example, leave @PathVariable("my_id") int myId, because replacing the parameter name with my_id is a non-idiomatic Java naming convention.
Don't attempt to alter or remove @ModelAttribute from method names.