jaxb2-basics icon indicating copy to clipboard operation
jaxb2-basics copied to clipboard

Useful plugins and tools for JAXB2.

Results 37 jaxb2-basics issues
Sort by recently updated
recently updated
newest added

The last published version is 1.11.1 on Jun 29, 2016, but on GitHub the latest release is much more recent. How do you usually add this to your projects? Is...

Hello! I try to generate JAXB sources from the XSD schema My JAXB generated sources contain infamous 'fooOrBarOrBaz' looking property. In my case it is 'actualRemoteSectorIndexOrActualLocalSectorIndexOrRemoteMacAddr' property. In order to...

` ` ` ` How to simplify the choice in example-element. Adding binding or directly in the schema results in the error from the title.

Bumps commons-beanutils from 1.9.3 to 1.9.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-beanutils:commons-beanutils&package-manager=maven&previous-version=1.9.3&new-version=1.9.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Hi at all, first, thank you for all your work and this plugin here! Currently we have the problem in handling that (commonly known) problem with generated Java-Code on Types...

2022/04/26 update: v0.13.1 has been released. Moving forward to v2.3.x and v3.x (jakarta support). Please open GitHub issues moving forward. 2022/04/04 update: I added a GitHub Action to auto-build on...

As far as I have seen, there are no actual schema files for your JAXB extensions. This means that an average XML editor cannot load any schema for the respective...

> [INFO] --- maven-jaxb23-plugin:0.14.0:generate (generate) @ core-model --- [WARNING] Failed to build parent project for com.sun.xml.bind.mvn:jaxb-bundles:pom:2.2.11 [WARNING] Failed to build parent project for com.sun.xml.bind:jaxb-xjc:jar:2.2.11 [WARNING] Invalid POM for com.sun.xml.bind:jaxb-xjc:jar:2.2.11, transitive...

This is just a request for your next release. My team is using your library and we have several dependency scanners which see that we're using v0.12.0 of your library...

I'd like to analyze my source code with the [Checker Framework](http://types.cs.washington.edu/checker-framework/), in particular using its [Nullness checker](http://types.cs.washington.edu/checker-framework/current/checker-framework-manual.html#nullness-checker). Some of my code interfaces with JAXB and JAXB-basics generated code. Now, I...

enhancement