-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove SAP Cloud Business Application Tools for Eclipse #606
Conversation
@renejeglinsky Hi Rene, I don't understand the build error. I couldn't find any reference to |
@@ -236,7 +236,7 @@ In addition you might want to remove the H2 dependency, which is included in the | |||
|
|||
If you don't want to exclude dependencies completely, but make sure that an in-memory H2 database **isn't** used, you can disable Spring Boot's `DataSource` auto-configuration, by annotating the `Application.java` class with `@SpringBootApplication(exclude = org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.class)`. In that mode CAP Java however can still react on explicit data source configurations or database bindings. | |||
|
|||
### What to Do About Maven-Related Errors in Eclipse's Problems View? { #eclipse} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mofterdinger maybe it's related to this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@smahati Thanks, but I removed this reference in this PR as-well. Could it be related to references from the internal part of Capire ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm there are list of files where the references are supposed to be from, I'll check then individually and try to find them :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
found one stray, I guess we need to fix that one first: https://github.tools.sap/cap/docs/blob/d9e5be4eb1571fee0d35edd956c2b1c5e4a80e76/java/multitenancy.md?plain=1#L840
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will be remove by this PR: https://github.tools.sap/cap/docs/pull/510
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The solution here doesn't use any functionality the eclipse plugin provided?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, it just uses features of the maven plugin in eclipse which is still installed.
Hi, can this PR be merged ? |
The SAP Cloud Business Application Tools for Eclipse are no longer maintained and the last available version will be removed from the external Eclipse Update site: https://tools.hana.ondemand.com/
For René: