Olaf Flebbe
2fbf10c9c9
JCLOUDS-1495: maven plugins are not correctly referred to ( #24 )
2019-04-10 19:54:09 -07:00
Andrew Gaul
d14276d9a5
Upgrade to modernizer-maven-plugin 1.8.0
...
Notably this adds support for inline suppressions. Release notes:
https://github.com/gaul/modernizer-maven-plugin/releases
2019-02-03 13:09:12 -08:00
Andrew Gaul
e15077ea78
Revert "Disable Javadoc lint"
...
This reverts commit 338f052579
.
2019-02-02 11:00:40 -08:00
Andrew Gaul
338f052579
Disable Javadoc lint
...
mvn site running on Java 8 complains about thousands of missing
@return tags among other things.
2019-02-02 10:10:24 -08:00
Andrew Gaul
91b0498b01
Remove JavaScript from footer
...
Addresses an error while building Javadoc.
2019-02-01 23:19:01 -08:00
Jean-Baptiste Onofré
3135aca109
Update scm to gitbox
2019-01-06 07:54:38 +01:00
Ignasi Barrera
3839432757
Configure Java 7 language level
2018-07-11 09:42:18 -07:00
Andrew Gaul
1f6ec343c0
Upgrade to SpotBugs 3.1.3
...
This replaces FindBugs. Also address a few violations.
2018-05-21 22:06:27 -07:00
Andrew Gaul
af077af2dd
JCLOUDS-1333: Upgrade animal sniffer to 1.16
...
animal sniffer 1.14 gives compatibility with Java 8.
2018-04-14 12:33:34 -07:00
andreaturli
d17487b223
fix typo in project.version
...
- from 2.2.0-SNAPSHOST to 2.2.0-SNAPSHOT
2018-02-21 16:45:43 +01:00
andreaturli
a5db565581
Next development version 2.2.0-SNAPSHOST
2018-02-16 11:23:12 +01:00
andreaturli
9273bd56ad
Apache jclouds 2.1.0-rc3 release
2018-02-16 11:20:21 +01:00
Andrew Gaul
2a56db0957
JCLOUDS-1101: Upgrade to modernizer-maven-plugin 1.6.0
...
This resolves issues with Java 9. Release notes:
https://github.com/gaul/modernizer-maven-plugin/releases/tag/modernizer-maven-plugin-1.5.0
https://github.com/gaul/modernizer-maven-plugin/releases/tag/modernizer-maven-plugin-1.6.0
2018-01-17 12:36:14 -08:00
Ignasi Barrera
6f7e4b92b0
Define the JDK version in a Maven property
2017-11-30 09:04:46 +01:00
Ignasi Barrera
530dbd3de8
Add Jenkins profile to use Maven toolchains
2017-10-23 11:37:32 +02:00
Andrew Gaul
3591b2aafd
Update duplicate-finder-maven-plugin ignores
...
Eliminates warnings of the form:
[WARNING] <ignoreResources> has been deprecated and replaced with <ignoreResourcePatterns>. It will go away in version 1.2.0. Please update your POM accordingly!
2017-09-22 10:46:34 -07:00
Andrew Gaul
9628a9064e
Upgrade to EasyMock 3.4
...
Also switch from unmaintained easymockclassextension to easymock.
Release notes:
https://github.com/easymock/easymock/releases
2017-09-17 15:45:46 -07:00
Andrew Gaul
5ef5f5423c
Disabling annotation processing lint warnings
...
Eliminates 138 warnings of the form:
warning: No processor claimed any of these annotations:
2017-09-07 23:51:50 -07:00
Andrew Gaul
ff8fe2316b
Specify jsr305
...
This eliminates warnings of the form:
/home/gaul/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar(com/google/common/util/concurrent/Monitor.class): warning: Cannot find annotation method 'value()' in type 'GuardedBy'
2017-09-07 23:51:50 -07:00
Andrew Gaul
7f446a638d
Upgrade to Apache Rat 0.12
...
Release notes:
https://creadur.apache.org/rat/changes-report.html#a0.12
2017-09-07 01:21:46 -07:00
Andrew Gaul
59424cf9ed
Upgrade to duplicate-finder-maven-plugin 1.1.2
...
Release notes:
https://github.com/basepom/duplicate-finder-maven-plugin/releases/tag/duplicate-finder-maven-plugin-1.1.2
2017-09-07 01:13:14 -07:00
Andrew Gaul
334c6c8e9f
Upgrade to auto-service 1.0rc3
2017-08-30 12:23:49 -07:00
Andrew Gaul
df43b36487
Avoid injecting on final fields
...
This can cause thread visibility issues. Found via error-prone.
2017-08-28 21:08:59 -07:00
Andrew Gaul
5e12796a34
Add error_prone_annotations
...
This allows jclouds to compile with Guava 20. Earlier versions
implicitly provided this. Reference:
https://github.com/google/guava/issues/2837
2017-08-24 19:06:23 -07:00
Andrew Gaul
31d27e10ae
JCLOUDS-1225: Correct Guava 18.0 version for OSGi
2017-08-24 18:37:01 -07:00
Andrew Gaul
04a3f6fd87
JCLOUDS-1225: Upgrade to Guava 18.0
...
Combined with previous commits, this allows applications to use up to
Guava 23.
2017-08-22 17:14:22 -07:00
Andrew Gaul
0bc935dd57
Remove clojure bindings
...
These have not seen any development in many years.
2017-07-10 11:39:11 -07:00
Andrew Gaul
4183fb744d
JCLOUDS-1101: Upgrade to auto-value 1.4.1
...
Release notes:
https://github.com/google/auto/releases/tag/auto-value-1.4.1
https://github.com/google/auto/releases/tag/auto-value-1.4-rc3
2017-04-22 13:08:54 -07:00
Svetoslav Neykov
8875c0e851
Create and attach tests sources as artifacts
2017-03-28 08:21:18 +02:00
Andrew Gaul
49f4617afa
JCLOUDS-1101: Upgrade to auto-value 1.4-rc2
...
This resolves issues using Java 9. Release notes:
https://github.com/google/auto/releases/tag/auto-value-1.4-rc2
2017-03-07 00:18:21 -08:00
Guglielmo Nigri
5a3cfe5dbe
Fix okio version range for jclouds-okhttp
...
OSGi bundle for jclouds-okhttp should import okio package with correct
version range.
Currently, there is no version range specified, causing it to be wired
to a higher version than intended in complex environments that have more
than one bundle for okio installed.
2016-11-18 16:05:52 +01:00
Ignasi Barrera
d290705419
Next development version 2.1.0-SNAPSHOT
2016-11-15 01:12:59 +01:00
Ignasi Barrera
6a3a37f4e0
Apache jclouds 2.0.0-rc3 release
2016-11-09 22:30:45 +01:00
Ignasi Barrera
0b48d4a25a
Make code compatible with newer OSGi framework versions
2016-11-03 09:43:36 +01:00
Zack Shoylev
af09f3a5ab
Remove PackageLocation check
2016-10-26 19:51:45 -05:00
Andrew Gaul
37101b7825
Enable LongLiteralLowerCaseSuffix
...
Readers can confuse this with 1.
2016-10-23 14:26:03 -07:00
Andrew Gaul
1b6cd08545
Enable more error-prone checks
2016-10-23 12:06:43 -07:00
Andrew Gaul
86848e3ddd
Upgrade to findbugs-maven-plugin 3.0.3
2016-04-27 20:29:11 -07:00
Ciprian Ciubotariu
9a20cadaf9
Improve version range specification for guava
...
The defaults of maven-bundle-plugin set the required version range to
only match guava-16, but the actual usage of guava within jclouds allows
any version after guava-16.
This helps dependent projects mix jclouds with bundles using other guava
versions within OSGi environments.
2016-03-16 15:35:24 +01:00
Reijhanniel Jearl Campos
9a8b4d074b
Move html responses to a subfolder for cleaner rat plugin exclude
2016-02-23 19:30:03 +08:00
Ignasi Barrera
f30182da69
Properly exclude ProfitBricks test pages
2016-02-19 17:25:57 +01:00
Reijhanniel Jearl Campos
d05cecc39c
Update pom details for ProfitBricks
2016-02-19 23:02:29 +08:00
Alex Heneveld
4ecb078092
JCLOUDS-1075: Clean up logic and docs for setting proxies
2016-02-08 19:12:04 -05:00
Andrew Gaul
6360023f09
Remove unnecessary static imports
...
Found via error-prone.
2016-01-29 09:14:55 -08:00
Andrew Gaul
eb6f16e2f9
Enable CollectionIncompatibleType
...
Also suppress two false positives.
2016-01-29 08:50:09 -08:00
Andrew Gaul
4be8a2eb72
Add missing hashCode methods
...
Found via error-prone.
2016-01-29 08:37:46 -08:00
Andrew Gaul
cf44ffd850
Increase maven-javadoc-plugin memory limit
...
Should address recent OutOfMemoryError seen on CloudBees.
2016-01-26 20:53:47 -08:00
Andrew Gaul
fcfc94ef6c
Increase maven-javadoc-plugin memory limit
...
Should address recent OutOfMemoryError seen on CloudBees.
2016-01-22 09:57:27 -08:00
Ignasi Barrera
edacad2b6e
Amend poms after promoting DigitalOcean v2
2016-01-21 01:02:58 +01:00
Andrew Gaul
cc6d45f6d4
Upgrade to testng 6.8.21
...
Note that this is the last version compatible with Java 6. Changelog:
https://github.com/cbeust/testng/blob/master/CHANGES.txt
2015-12-18 16:29:34 -08:00