-
Notifications
You must be signed in to change notification settings - Fork 214
Closed
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: validationtype: bug
Milestone
Description
Describe the bug
There is an error for @ConditionalOnExpression(“${gt.use.websocket:false}”).
To Reproduce
Annotation
@ConditionalOnExpression("${gt.use.websocket:false}")
produces
SPEL: mismatched input 'gt' expecting {'++', '+', '--', '-', '(', '#', '@', '^[', '![', '!', '&', '?[', '$[', LCURLY, 'true', 'false', 'new', 'null', 'T', IDENTIFIER, NUMERIC_LITERAL, STRING_LITERAL}
Version
Spring Tool Suite 4
Version: 4.24.0.RELEASE
Build Id: 202407191504
Metadata
Metadata
Assignees
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: validationtype: bug