Andrew Gaul
2c790c897e
Revert "Revert "Unhook modernizer from verify phase""
...
This reverts commit bc4b89feb1
.
2014-09-23 13:10:58 -07:00
Andrew Gaul
bc4b89feb1
Revert "Unhook modernizer from verify phase"
...
This reverts commit 0d67da75e9
.
2014-09-23 11:29:25 -07:00
Andrew Gaul
0d67da75e9
Unhook modernizer from verify phase
...
modernizer erroneously requires Maven 3.0.5 but BuildHive is confused
about this version since jclouds does not specify it.
2014-09-22 22:29:44 -07:00
Andrew Gaul
1f9c4cc2a7
Move modernizer from validate to verify phase
...
Validate runs before the compile phase and modernizer requires the
compiled class files so running after the compile phase makes more
sense.
2014-09-22 22:02:59 -07:00
Andrew Gaul
2d70087bfa
Add modernizer-maven-plugin to build
...
This plugin finds uses of legacy APIs:
https://github.com/andrewgaul/modernizer-maven-plugin
2014-09-22 21:57:55 -07:00
Jeremy Daggett
0ac7dfd377
Add assertj-core and assertj-guava dependencies to project pom
2014-09-17 15:06:00 -07:00
Jeremy Daggett
9384575d1e
Fail build on checkstyle warnings
2014-09-10 11:41:30 -07:00
Andrew Gaul
46daeae1d9
Address masked fields FindBugs warning
2014-09-02 15:24:34 -07:00
Andrew Gaul
fdef97d527
Add suppressions to FindBugs
2014-08-30 14:34:59 -07:00
Andrew Gaul
ba9c4b972a
Upgrade to maven-findbugs-plugin 3.0.0
...
Notably this release include support for Java 8. Changelog:
http://findbugs.sourceforge.net/Changes.html
2014-08-26 18:16:18 -07:00
Ignasi Barrera
b2cb898123
Ignore jEnv files
2014-08-26 23:54:44 +02:00
Chris Custine
192785dbae
Move checkstyle copyright header into checkstyle.xml
2014-08-18 18:55:52 -06:00
Andrew Gaul
4e166e3a20
Enforce ASF copyright header via Checkstyle
2014-08-11 10:26:43 -07:00
Andrew Gaul
d9650ccdc8
Remove maven.compile.optimize
...
This setting has no effect. Reference:
http://stackoverflow.com/questions/4218721/optimizing-java-compiler-during-a-maven-build
2014-08-09 07:09:33 -07:00
Andrew Gaul
5e8bd02c93
JCLOUDS-652: Require JDK 7
...
Moving to Java 7 allows jclouds to use more language and library
features such as try-with-resources and HTTP client improvements.
2014-08-09 00:28:47 -07:00
Andrew Phillips
e3d9851216
Up to 2.0.0-SNAPSHOT after the 1.8.0 release
2014-08-05 09:10:24 +02:00
Ignasi Barrera
8cb2cb449b
Revert "Move jclouds-chef to the main jclouds repo"
...
This change will be added again after the 1.8.0 release.
This reverts commit 867c7a407c
.
2014-07-29 00:38:46 +02:00
Ignasi Barrera
867c7a407c
Move jclouds-chef to the main jclouds repo
2014-07-28 21:08:54 +02:00
Andrew Gaul
b432acd834
Upgrade to logback 1.1.2
...
Changelog:
http://logback.qos.ch/news.html
2014-07-10 10:14:27 -07:00
Andrew Gaul
05c37c2c77
Consistently use Square's mockwebserver
...
Google mockwebserver merged into OkHttp as per:
https://code.google.com/p/mockwebserver/
2014-07-03 14:39:07 -04:00
Ignasi Barrera
e19c5e9fb6
Exclude the CONTRIBUTING file from the rat check
2014-07-02 17:36:26 +02:00
Andrew Gaul
5118e16660
Upgrade to testng 6.8.8
...
Partial changelog:
https://github.com/cbeust/testng/blob/master/CHANGES.txt
2014-06-30 19:04:44 -07:00
Andrew Gaul
ad56db2a4d
Upgrade to OkHttp 1.6.0
...
This upgrades both drivers/okhttp and mockwebserver. Changelog:
https://github.com/square/okhttp/blob/master/CHANGELOG.md
2014-06-18 19:49:50 -07:00
Andrew Gaul
bb3c9d2657
Upgrade to findbugs-maven-plugin 2.5.4
...
This also upgrades FindBugs to 2.0.3. Notably this improves
compatibility with Guava constructs. Changelogs:
https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11701&version=19833
http://findbugs.sourceforge.net/Changes.html
2014-06-08 23:09:53 -07:00
Andrew Gaul
e868675da4
Upgrade to Surefire 2.17
2014-05-27 18:02:54 -07:00
Ignasi Barrera
4943ff9341
Fixed format and removed the trailing spaces
2014-05-18 23:59:39 +02:00
Chris Custine
a623e68d08
JCLOUDS-571 - Fix build to suppress maven parent.relativePath warnings at start of build
2014-05-18 23:24:01 +02:00
Andrew Gaul
338966f3b9
Upgrade to Checkstyle 2.12.1
...
Checkstyle 2.12 changelog:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&version=19723
Checkstyle 2.12.1 changelog:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&version=20236
Checkstyle 5.7 changelog:
http://checkstyle.sourceforge.net/releasenotes.html
2014-05-14 00:09:11 -07:00
Andrew Gaul
4315d031d5
Upgrade to maven-findbugs-plugin 2.5.3
...
Changelog:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11701&version=17239
2014-05-13 22:30:16 -07:00
Ignasi Barrera
2bbbe1d5fd
JCLOUDS-563: Upgrade parent pom to version 14
2014-05-12 17:51:05 +02:00
Andrew Phillips
852f0fb342
Updating the Maven Site plugin version 3.1 -> 3.3
...
Also removing the stagingSiteURL parameter as we should not need
it for the site:deploy goal
2014-04-25 01:28:02 +02:00
Pasi Niemi
85a1a8c1dd
JCLOUDS-516: Add ssh agent support via sch agentproxy
2014-03-27 09:04:34 +01:00
Andrew Phillips
a1fc6558ed
Removing unused Sonatype OSS plugin snapshot repository
2014-02-12 00:10:33 -05:00
Andrew Phillips
d7d76291ae
Moving dependencies for the Checkstyle plugin into a profile
...
Follow-on from 335f594
2014-02-12 00:10:20 -05:00
Ignasi Barrera
09a430744a
Added OkHttp driver to support modern HTTP verbs
2014-01-13 10:47:39 +01:00
Andrew Gaul
285bc03e97
Upgrade to Apache Rat 0.10
...
Notably this release resolves RAT-138 which caused excessive run-times
with some inputs. Changelog:
http://creadur.apache.org/rat/RELEASE_NOTES.txt
2013-12-26 13:13:50 -08:00
Andrew Bayer
c1ee11d9bd
Updating to 1.8.0-SNAPSHOT
2013-12-17 11:31:56 -08:00
Andrew Bayer
16ea4fb33f
Switch to maven-compiler-plugin 3.1
2013-12-16 16:02:26 -08:00
Andrew Gaul
91906b90be
Sync checkstyle config
2013-12-12 17:02:00 -08:00
Andrew Gaul
4cef85d1cd
Address Checkstyle violations in tests
2013-12-09 14:40:07 -08:00
Andrew Gaul
fc07a31412
Upgrade to Checkstyle 2.11
...
This addresses parsing errors in ConcurrentOpenSocketFinderTest and
RestAnnotationProcessorTest.
2013-12-09 14:38:33 -08:00
Andrew Phillips
981db34655
JCLOUDS-386: Removing the remote-resources plugin
...
We only use the shared resources for the Checkstyle config now, and that doesn't need to be "mixed in" to the project output directory
2013-11-22 18:57:44 -05:00
Andrew Gaul
0d8efbd97a
Remove more incubator references
...
Fixes JCLOUDS-388.
2013-11-21 12:50:37 -08:00
Andrew Gaul
029e718435
Upgrade to maven-duplicate-finder-plugin 1.0.5
...
This adds a cache which accelerates mvn install:
1.0.3:
real 3m4.419s
user 3m29.749s
sys 0m48.495s
1.0.5:
real 1m48.533s
user 2m22.457s
sys 0m46.331s
2013-11-16 19:18:51 -08:00
Andrew Gaul
d8490f872d
Enable some Xlint warnings
...
Also address a handful of warnings.
2013-09-04 19:45:44 -07:00
Andrew Phillips
f3df06aff0
Removing pre-ASF release profile configuration
2013-08-05 17:30:45 -04:00
Andrew Gaul
f1673194ad
Update URL for commons-logging-1.1.1-bin.tar.gz
...
This allows testCopyUrl to succeed against blobstore integration
tests.
2013-08-01 10:35:26 -07:00
Andrew Bayer
5ec05fed70
Allow skipping duplicate-finder-plugin by setting skipDuplicateFinder property to true
2013-07-17 12:42:40 -07:00
Ignasi Barrera
335f5943f4
JCLOUDS-149: Reuse checkstyle configuration
2013-07-02 18:02:03 +02:00
Andrew Bayer
8f7e623bed
Adding DEPENDENCIES to rat exclude
2013-06-12 16:45:29 -07:00
Andrew Bayer
32ea520f34
Add license headers to src/test/resources where possible, more fine-grained RAT exclusions
2013-06-12 16:45:29 -07:00
Andrew Bayer
a1c09f8391
Use default Apache remote resources
2013-05-31 10:14:23 -07:00
Andrew Bayer
883ea4b3bf
Switch maven-remote-resources-plugin execution to default ID to override apache POM remote resources bundle
2013-05-29 16:37:43 -07:00
Andrew Bayer
f217b304b6
Tweaking release plugin config
2013-05-28 14:46:42 -07:00
Andrew Bayer
d821cd4ea9
JCLOUDS-66. Update Maven project metadata for ASF.
2013-05-23 12:57:44 -07:00
Andrew Bayer
5e970e1e14
JCLOUDS-80. Inherit apache-rat plugin config.
2013-05-21 16:56:41 -04:00
adriancole
ed2f18a1af
JCLOUDS-31. updated to ASF headers via mvn com.mycila.maven-license-plugin:maven-license-plugin:format
2013-05-16 21:30:37 -07:00
Andrew Bayer
fb1980f50b
JCLOUDS-16. Fixing remote resources.
2013-05-13 12:46:41 -07:00
Andrew Bayer
446ac67884
JCLOUDS-30. Switch to 2 space indents for POM files.
2013-05-13 12:04:43 -07:00
Andrew Bayer
259b04ff1c
JCLOUDS-16. Switch groupId to org.apache.jclouds, change parent POM, remove old distributionManagement content, add ASF repos.
2013-05-13 12:04:42 -07:00
Olivier Lamy
7c16292da4
use Apache parent pom
2013-05-12 20:25:52 +10:00
Adrian Cole
bd0f44fb74
Merge pull request #1404 from jclouds/update-issue-link
...
Updating issue site from Google Code to GitHub
2013-03-09 18:19:35 -08:00
Andrew Phillips
cce2085eaa
Formatting in the project POM
2013-03-09 20:35:49 -05:00
Andrew Phillips
668c41f2bc
Updating issue site from Google Code to GitHub
2013-03-09 20:34:53 -05:00
Adrian Cole
fb69ae0fa9
bump master to 1.7.0-SNAPSHOT
2013-03-08 23:02:40 -08:00
adriancole
c31145e42e
[maven-release-plugin] prepare for next development iteration
2013-03-04 06:13:59 -08:00
adriancole
0eb3ee8091
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.4
2013-03-04 06:13:57 -08:00
adriancole
b3b2d4c572
-Dsun.net.http.allowRestrictedHeaders=true required for Expect header to passthrough
2013-03-03 17:21:53 -08:00
Andrew Gaul
1ad4b17f12
Upgrade logback to 1.0.9
...
Changelog: http://logback.qos.ch/news.html
2013-02-22 11:19:35 -08:00
adriancole
89fda8ee28
[maven-release-plugin] prepare for next development iteration
2013-02-04 17:30:46 -08:00
adriancole
2b0ad28f26
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.2
2013-02-04 17:30:44 -08:00
adriancole
6c658f6450
fix issue #1297 put with zero length payload
2013-02-04 10:32:03 -08:00
adriancole
267069755e
[maven-release-plugin] prepare for next development iteration
2013-02-02 08:41:53 -08:00
adriancole
7c924b312f
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.1
2013-02-02 08:41:51 -08:00
Adrian Cole
023b549e20
Remove explicit dependency on bouncycastle for PEM parsing
2012-12-28 23:11:42 -08:00
Adrian Cole
207b3db41f
remove dependency on bcpkix-jdk15on
2012-12-27 23:23:28 -08:00
Adrian Cole
e5e26e223d
update to latest version of bouncycastle including moving off deprecated stuff
2012-12-20 12:04:32 -08:00
Ioannis Canellos
b7863ae394
fix issue #1044 : Added listener interfaces for Providers and Apis.
2012-12-08 16:55:22 -08:00
Adrian Cole
dc2650f089
update jetty to latest
2012-12-01 18:07:04 -08:00
Alex Heneveld
4d978e45bd
use absolute link for license so it renders correctly in reports (e.g. `mvn project-info-reports:dependencies`)
2012-11-24 21:31:36 +00:00
Adrian Cole
a63f927deb
Issue 1116: update and centralize plugin version for maven-remote-resources-plugin
2012-11-04 08:32:56 -08:00
Adrian Cole
d0b83b88d5
Merge pull request #928 from andrewgaul/maven-plugins
...
Upgrade Maven plugins
2012-11-04 07:28:31 -08:00
Andrew Gaul
b4eaa4330e
Upgrade Maven plugins
...
Also specify minimum Maven version.
Test with mvn versions:display-plugin-updates
2012-11-03 18:17:03 -07:00
Adrian Cole
68165154ed
Merge pull request #916 from andrewgaul/checkstyle
...
Add Checkstyle configuration for line length
2012-10-29 16:47:00 -07:00
Aled Sage
09425f4f69
Version upgrades
...
- gson from 2.2 to 2.2.2
- guava from 13.0 to 13.0.1
- rocoto from 6.1 to 6.2
- log4j from 1.2.16 to 1.2.17
- log back from 1.0.0 to 1.0.7
- httpclient from 4.1.3 to 4.2.2
- netty from 3.3.1 to 3.5.9
- slf4j from 1.6.4 to 1.7.2
- testing from various to 6.8
- jetty from 8.1.1 to 8.1.7
- snakeyaml from 1.10 to 1.11
2012-10-29 13:00:44 +00:00
Andrew Gaul
44f6318759
Add Checkstyle configuration for line length
...
Enforces line length of 120 characters, which fails due to many
violations.
2012-10-26 10:11:42 -07:00
Adrian Cole
28d766b9df
bumped to 1.6.0-SNAPSHOT
2012-09-17 01:43:52 -07:00
Richard Downer
6e3b47f4e3
Configure duplicates plugin to ignore .gitattributes
2012-08-24 16:02:13 +01:00
Andrew Phillips
575b0a4559
Using the 'maxmemory' option rather than the more generic 'additionalJOption' for the Javadoc plugin to allow for easier overriding
2012-07-18 09:51:08 -04:00
Andrew Phillips
3d221d48eb
Boring POM formatting ;-)
2012-07-10 16:15:24 -07:00
Andrew Bayer
9112a832fc
Improve Maven build time dramatically by moving source and javadoc to profiles.
...
This makes a *huge* difference in build time (mvn clean install
-DskipTests takes about 1/3 as long with this in place). It moves
source and javadoc into profiles, so that if you want to build the
source jars and javadoc jars, you specify -Psrc and -Pdoc respectively.
2012-06-22 11:56:41 -07:00
Ioannis Canellos
6ffe7085bc
Improved the discovery of providers inside OSGi
2012-06-12 00:38:01 +03:00
Adrian Cole
73e026b314
functionloader cleanup
2012-06-08 13:00:38 -07:00
Ioannis Canellos
5627ceb2b9
Added a FunctionLoader interfaces for loading functions and also added a basic implementation and an OSGi implementation.
2012-06-08 11:12:14 -07:00
Adrian Cole
cadbf8c230
updated pom to latest versions; set clojure to explicitly specify plugin; removed maven 2 support
2012-06-03 17:29:50 -07:00
Ioannis Canellos
dbaed053b3
Renabled duplicate detection
2012-06-03 19:41:59 +03:00
Ioannis Canellos
b078adc3ce
Removed fragments and dynamic imports. Added centralized control of the maven-bundle-plugin.
2012-06-03 19:41:54 +03:00
Adrian Cole
ef0bba6050
Issue 928:update jclouds-jsch default version to 0.1.48
2012-05-14 23:12:27 -07:00
Adrian Cole
05ab8b16df
Issue 918:update to latest GAE sdk 1.6.5
2012-05-07 16:22:12 -07:00
Matt Stephenson
f1b5faf007
Fail the build on duplicate resources or classes on the classpath
2012-04-25 19:47:58 -07:00