> On May 14, 2019, at 3:47 AM, David Blevins <[email protected]> wrote: > > - TOMEE-2521: Apache BVal 2.0.3-SNAPSHOT there was a fix that had to be made > to cover a method that has a void return type. BVal was throwing an exception > causing a 500. This was fixed and passes the bean validation TCK. Work was > done so we could use a custom build for the release tomorrow. Ideally we'll > be back no proper BVal release very shortly. > > That's the high level. Doing a build on my laptop tonight. If it looks good > I'll merge early tomorrow (in a few hours) so there's 2-3 hours for a green > build to run prior to starting a release.
Build on the laptop had one failure in examples/bean-validation-design-by-contract/ I did a git bisect and pinned down the revision that introduced it and filed an issue: - https://issues.apache.org/jira/projects/BVAL/issues/BVAL-175 I grabbed the code just before, applied this patch: - https://issues.apache.org/jira/projects/BVAL/issues/BVAL-174 And pushed it up here: - https://svn.apache.org/repos/asf/tomee/deps/branches/bval-2/ And deployed a snapshot of it so others can build without having to pull down this repo and do a local build. The CI is running now and I'll keep a close eye. - https://ci.apache.org/builders/tomee-trunk-ubuntu-jvm8 There's a local jug event tonight and tomorrow is the EC meeting. If I can possibly sneak in doing a release during the meeting, I'll give it a shot. -David
