Open rju opened 1 week 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.
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:
:test"}} cannot be found; setting the version explicitely to 3.1.1 doesn’t solve the problem
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.