Skip to content
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

Documentation on scalaxb.org is incorrect #675

Open
invadergir opened this issue Dec 4, 2024 · 1 comment
Open

Documentation on scalaxb.org is incorrect #675

invadergir opened this issue Dec 4, 2024 · 1 comment

Comments

@invadergir
Copy link

Hi,

I'm integrating scalaxb into a project, so naturally I skipped to https://scalaxb.org/sbt-scalaxb and followed the instructions to integrate.

Those instructions mention to use the old net.databinder.dispatch dependency, plus they do not mention the "javax.xml.bind" % "jaxb-api" dependency which is required to compile the generated code.

I was able to piece it together by pulling the giterate template and looking for differences, but it would be great to have that dependency mentioned on the website, or if the website is not updated as frequently, make a note to check the g8 first as the example code on the site is out of date.

FWIW my versions that I got working (with some scalaxml evictions due to 1.x security issues):

      "org.scala-lang.modules"  %% "scala-xml"                % "2.3.0",
      "org.scala-lang.modules"  %% "scala-parser-combinators" % "2.4.0",
      "org.dispatchhttp" %% "dispatch-core" % "1.2.0",
      "javax.xml.bind" % "jaxb-api" % "2.3.1",

Thanks

@eed3si9n
Copy link
Owner

eed3si9n commented Dec 5, 2024

Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants