kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-2000] Fix eclipse build problems #812

Open rju opened 1 week ago

rju commented 1 week ago

JIRA Issue: https://kieker-monitoring.atlassian.net/browse/KIEKER-2000 Original Reporter: DaGeRe


When we import Kieker into eclipse, there are again problems with building the project:

As pointed out by oleosterhagen in https://github.com/eclipse/buildship/issues/1266#issuecomment-2297138252 , it seems like we can remove the eclipse classpath specification that was added in 46193446752a40715e5626c0c478145384a35ccd, but this does’t fix the problems with other imports.

Checklist:

JIRA Comments:

557058:62e50ed6-5f61-4540-a49c-a43b84d72ea5 (JIRA username) added a comment on Fri, 13 Sep 2024 17:03:27

One problem might be that we use javax.xml.bind:jaxb-api:2.3.1, but this should be replaced by jakarta.xml.bind-api (https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api ) But to do so, we’d need to update the code that generates the classes.

rju commented 4 days ago

author DaGeRe -- Fri, 13 Sep 2024 17:03:27 +0200

One problem might be that we use javax.xml.bind:jaxb-api:2.3.1, but this should be replaced by jakarta.xml.bind-api (https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api ) But to do so, we’d need to update the code that generates the classes.