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
As indicated #22137, position handling in SpEL nodes is historically, sharing an integer value for both start and end position in 16 bits each. This should get refactored into dedicated integer values for start and end position across all nodes, refactoring the current single-int constructors into double-int constructors.
Uh oh!
There was an error while loading. Please reload this page.
Juergen Hoeller opened SPR-17625 and commented
As indicated #22137, position handling in SpEL nodes is historically, sharing an integer value for both start and end position in 16 bits each. This should get refactored into dedicated integer values for start and end position across all nodes, refactoring the current single-int constructors into double-int constructors.
Affects: 5.1.4
Issue Links:
The text was updated successfully, but these errors were encountered: