question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Eclips shows error on @ConditionalOnExpression("${downlink.active:false}")

See original GitHub issue

Hello,

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:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
martinlippertcommented, Sep 17, 2020

Why is this closed, already ?

Fix got committed (then the issue is closed) and fix got released as part of the 4.8.0 release.

0reactions
srjhacommented, Sep 17, 2020

Alright, I can see that. Thanks!

No issue after I updated STS Version: 4.8.0.RELEASE Build Id: 202009151856

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found