spring-attic / spring-ide

Spring Development Environment for Eclipse
300 stars 126 forks source link

Add support for async completions #410

Closed gayanper closed 4 years ago

gayanper commented 4 years ago

Add support for async completion support in Eclipse 4.15. Without this when installing STS4 into eclipse 4.15 the whole installation switch to non-async mode because of this.

gayanper commented 4 years ago

@BoykoAlex @kdvolder Can we merge this ?

martinlippert commented 4 years ago

Thanks for the contribution and the reminder. Merged now. Will be available as part of the Spring Tools 4.6.1 release (late in April).

gayanper commented 4 years ago

I can tryout the nightly repo right ? It should be available right ?

martinlippert commented 4 years ago

You have to wait for the CI builds to finish, but I can ping you once the update is through.

vogella commented 4 years ago

Thanks. The related JDT setting will also become default in the next release https://www.eclipse.org/eclipse/news/4.16/jdt.php#default-non-blocking-completion

martinlippert commented 4 years ago

Updating your Spring Tools 4 for Eclipse (4.6.0) on Eclipse 4.1.5 should be possible now using this update site: https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.15

gayanper commented 4 years ago

Thanks @martin