-
-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6e5a5f
commit 5af8b0c
Showing
4 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5af8b0c
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.
I really could use this fix. Just encountered this bug at work. I don't suppose you could make a release candidate? Thanks
5af8b0c
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.
@sandboxgod No, unfortunately it's rather too early for that as 2.11.0 is just out, and making a full set of rcs is about as much work as full minor release.
There are snapshot builds available via Sonatype OSS repo, if that would help.
However... looking at the fix itself, this just might be possible to backport in 2.11, for 2.11.1 which is likely to be released well before 2.12 release candidates. This because fix seems safe (I try to be quite conservative wrt changes in patch releases), after completing it.
Would that be interesting to you?
5af8b0c
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.
As suggested, I tried using the latest snapshot (I saw version 2.12.0) but the issue still happens. I uploaded a sample project:
fullStackAngularSpringBoot.zip
I think in order to repro you need to have an xml setup like this:
As you can see, the test object can refer to children test objects.
I'm hoping you can address if possible. Thanks
I opened a new issue here: #399