Lombok has an issue building with java 1.7

Description

Lombok has issue building with java 1.7.

http://code.google.com/p/projectlombok/issues/detail?id=244

Upgrading lombok to a newer version fixes this.

Activity

Matthew Jones February 17, 2012 at 9:03 AM

Sorry Greg, was added in which is only in trunk. No merge needed.

Gregory Thomas February 17, 2012 at 8:57 AM

Matt,

It doesn't look like lombok is currently in the dependencies for that particular pom.xml in 2.9.x

https://source.sakaiproject.org/svn/user/branches/sakai-2.9.x/pom.xml

I got a conflict trying to merge it in via:

svn merge -c104783 https://source.sakaiproject.org/svn/user/trunk/

I wasn't sure if we should proceed moving forward with adding:

+ <dependency>
+ <groupId>net.sf.opencsv</groupId>
+ <artifactId>opencsv</artifactId>
+ <version>2.3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ <version>0.10.6</version>
+ <scope>provided</scope>
+ </dependency>

Or is this not needed in 2.9? Or maybe there's another ticket that happened recently I need to merge in first.

Greg

Matthew Jones February 16, 2012 at 12:08 PM

Need to merge revision: 104783 to 2.9.x

Matthew Jones February 16, 2012 at 12:07 PM

Lombok was also used in the user tool, committed version 104783

Gregory Thomas January 25, 2012 at 8:24 AM

r103547 - 2.9.x merge

Fixed

Details

Priority

Affects versions

Fix versions

Components

Assignee

Reporter

Environment

mvn 3.0.3 java-1.7.0-openjdk-devel-1.7.0.1-2.0.3

Created January 5, 2012 at 7:04 PM
Updated July 1, 2014 at 7:47 AM
Resolved January 5, 2012 at 7:37 PM