Eclips shows error on @ConditionalOnExpression("${downlink.active:false}")
See original GitHub issueHello,
I’m using Eclipse 2020-06 with spring-boot plugin (I also reported bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=566445 and installed fixed version) and I got the following error on aforementioned line:
@ConditionalOnExpression("${downlink.active:false}")
The error is:
Description Resource Path Location Type
EL1041E: After parsing a valid expression, there is still more data in the expression: 'lcurly({)' ModuleUplinkConfiguration.java /xxx/src/main/java/xx/xxxxxxxxxxxx/xxxxxx/uplink line 87 Language Servers
I believe that this line is ok - mainly because it does what it is supposed to do - and that error shouldn’t be there.
More details of installation:
Spring Boot Language Server Feature 4.7.2.202009020949 org.springframework.tooling.boot.ls.feature.feature.group Pivotal, Inc.
Spring IDE Boot Microservices Dash 3.9.14.202009020636-CI-B2667 org.springframework.ide.eclipse.boot.dash.feature.feature.group Spring IDE Developers
If anything else is required, please let me know.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Spring Tools 4.8.0 released
(Spring Boot) fix: Eclips shows error on @ConditionalOnExpression("${downlink.active:false}") (#529); (Eclipse) improvement: added action to ...
Read more >ConditionalOnExpression not working but @Value working
enabled=true|false and I tried using the @ConditionalOnExpression annotation to enable|disable it. This is my try: application.properties file:
Read more >Spring Tools 4.8.0 释出 - Linuxeden开源社区
(Spring Boot) fix: Eclips shows error on @ConditionalOnExpression("${downlink.active:false}") (#529); (Eclipse) improvement: added action to ...
Read more >351549 – IDE shows source has errors, but it builds ... - Bugs
Some Eclipse Foundation pages use cookies to better serve you when you return to the site. You can set your browser to notify...
Read more >Newcomers » Suddenly multiple error messages - Eclipse
the error message says: Implicit super constructor Object() is undefined for default constructor. Must define explicit constructor.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fix got committed (then the issue is closed) and fix got released as part of the 4.8.0 release.
Alright, I can see that. Thanks!
No issue after I updated STS Version: 4.8.0.RELEASE Build Id: 202009151856