Laird Nelson

Results 158 comments of Laird Nelson

No, not dead, but it sounds like you found an issue, likely with Scannotation, which is ancient. Could you kindly file a bug? On Wed, Jun 22, 2016 at 6:12...

Hello; the project is not abandoned. Sounds like, however, the version of scannotation that examines the bytecode of entity classes is not Java 8-aware. Since _that_ project is abandoned, I...

I haven't tried this yet, but you might be able to fix this in your `pom.xml`. In your plugin stanza that references the `jpa-maven-plugin`, add an exclusion for `javassist:javassist`. Then...

I've just deployed a new snapshot that hopefully fixes this problem. It's not a true fix as all I did was upgrade the version of javassist used. I've opened an...

Done; new snapshot deployed.

Thanks for your pull request! When I'm done with my "real job" I'll have a look. Obviously it looks like a simple change, but I want to check why `getDefaultPropertyName()`...

Ah, think I found the issue. `propertyName` can be set to `null` for a variety of reasons. Therefore, I'm going to change this like so: if (propertyName == null) {...

I've made a change that I think will fix your behavior. Kindly review and if it works I'll close this out. Thanks again.

Hi, thanks for your input. Let me look at this (it's been a while). Offhand I don't see any issues.

Haven't looked at this in a while; let me take a look. Thanks for the nudge! Best, Laird On Sun, Jul 8, 2012 at 6:31 AM, Andrei Pozolotin < [email protected]...