Andreas Schildbach
1a1693bd8a
pom.xml: Exclude two more network tests from surefire when using the no-network profile.
2018-02-26 02:11:31 +01:00
Andreas Schildbach
cb01312395
Update to slf4j 1.7.25.
2018-02-23 12:24:06 +01:00
Andreas Schildbach
30767c9e28
Update to OkHttp 3.9.1.
2018-02-23 12:24:06 +01:00
Andreas Schildbach
e0e8ecbd69
Update to Guava 24.0-android.
2018-02-23 12:24:06 +01:00
Andreas Schildbach
95c225a4ff
Update to maven-surefire-plugin 2.20.1.
2018-02-23 12:24:06 +01:00
Andreas Schildbach
ec28f13355
Update to maven-source-plugin 3.0.1.
2018-02-23 12:24:06 +01:00
Andreas Schildbach
5881404c94
Update to maven-site-plugin 3.7.
2018-02-23 12:24:06 +01:00
Andreas Schildbach
7e788657e1
Update to maven-shade-plugin 3.1.0.
2018-02-23 12:24:06 +01:00
Andreas Schildbach
03df9f303a
Update to maven-resources-plugin 3.0.2.
2018-02-23 12:24:06 +01:00
Andreas Schildbach
b70e4521b9
Update to maven-javadoc-plugin 3.0.0.
2018-02-23 12:24:06 +01:00
Andreas Schildbach
5ee55fe1f2
Update to maven-jar-plugin 3.0.2.
2018-02-23 02:04:33 +01:00
Andreas Schildbach
607ddcf124
Update to maven-enforcer-plugin 3.0.0-M1.
2018-02-23 02:04:33 +01:00
Andreas Schildbach
4dce437e82
Update to maven-dependency-plugin 3.0.2.
2018-02-23 02:04:33 +01:00
Andreas Schildbach
15d5d444c6
Update to maven-compiler-plugin 3.7.0.
2018-02-23 02:04:33 +01:00
Andreas Schildbach
41fd06a739
Update to maven-clean-plugin 3.0.0.
2018-02-23 02:04:33 +01:00
Nicola Atzei
5f95e510ef
Fix several javadoc warnings.
2017-07-27 10:35:21 +02:00
Andreas Schildbach
a2bb46bcd1
Unit tests: Disable a nasty HotSpot optimization that causes exception messages and traces to go missing.
...
For more information, see http://jawspeak.com/2010/05/26/hotspot-caused-exceptions-to-lose-their-stack-traces-in-production-and-the-fix/
2017-07-23 14:59:23 +02:00
Andreas Schildbach
e62275d41b
Update to Guava 22.0-android. This raises the Java API requirement to 1.7.
2017-05-31 16:37:04 +02:00
Andreas Schildbach
9e72e72ef4
Update to OkHttp 3.6.0.
2017-02-12 17:28:55 +01:00
Andreas Schildbach
a06956c6e1
Update core to Java7. We still need to target the Java6 API though, in order to stay compatible with Android.
2017-01-09 18:02:20 +01:00
Andreas Schildbach
2cda567a53
Update to Bouncy/Spongy Castle 1.52.
2016-11-27 11:02:40 +01:00
Andreas Schildbach
7e609a2409
Remove Orchid forked subproject and support for connecting via Tor.
2016-11-25 23:14:39 +01:00
Andreas Schildbach
a7cad0ede4
Update to OkHttp 2.7.5.
2016-09-06 15:28:41 +02:00
Andreas Schildbach
c37fe88952
Bump of orchid version to 1.2.1, which is necessary because we accidently pushed an incomplete version 1.2 to Maven Central last year.
2016-05-18 10:21:18 +02:00
Andreas Schildbach
a407f04b56
0.15-SNAPSHOT
2016-04-02 18:04:21 +02:00
Andreas Schildbach
9c83299571
Update to slf4j 1.7.20.
2016-04-02 17:05:24 +02:00
mruddy
1eaf05cacf
Fix core module build failures caused by Maven surefire plugin running JUnit classes.
...
This removes pull-tester (BitcoindComparisonTool) from the build. If anyone is missing it, we should add it back in the tools sub-project.
2016-03-05 15:06:20 +01:00
Andreas Schildbach
af769fe708
Limit heap size of unit tests to 1 GB.
...
Travis was upset.
2016-02-05 12:57:32 +01:00
Andreas Schildbach
1c6fa9ceb9
Update to okhttp 2.7.2
...
This is the latest release in the 2.x series. Unlike 3.x, it doesn't break any
API. It has lots of security and Android-related fixes which could affect us.
Also see: https://github.com/square/okhttp/blob/master/CHANGELOG.md
2016-01-25 23:21:28 +01:00
Andreas Schildbach
eeb53164a3
Update to protobuf-java 2.6.1
...
In this commit, protobuf bindings are regenerated too.
2016-01-25 23:21:21 +01:00
Andreas Schildbach
9e99c9c9f7
Update to maven-surefire-plugin 2.19.1.
2016-01-25 23:20:51 +01:00
Andreas Schildbach
428702b50d
Don't print log to console if tests are run by Maven.
...
It got too large for Travis. If you need the log, you can run the failing test locally, e.g. in your IDE.
2016-01-25 23:19:42 +01:00
Andreas Schildbach
1be65483b4
Adds a services bitmask to PeerDiscovery.getPeers(), so we can query HTTP seeds for specific services.
...
As this is a breaking change to the API, it removes IrcDiscovery (there is no point in keeping it).
Also updates OkHttp to 2.4.0.
2015-08-25 12:44:35 +02:00
Andreas Schildbach
5c2eaf2654
Make Travis not run any tests that involve accessing the network.
2015-07-23 14:26:04 +02:00
Andreas Schildbach
ce58f6945f
Upgrade to Guava 18.0.
2015-07-06 10:03:31 +02:00
Andreas Schildbach
24de5e2a40
0.14-SNAPSHOT
2015-07-06 09:54:04 +02:00
Carsten Otto
2e4fde0991
Upgrade jacoco version.
...
Jacoco 0.7.5 introduces a new binary format, see:
https://github.com/jacoco/jacoco/pull/310
https://github.com/jacoco/jacoco/pull/261
2015-07-04 21:26:04 +02:00
Andreas Schildbach
3d5c25e3c4
Fix missing checksums for the OkHttp dependencies.
2015-05-04 12:24:26 +02:00
Mike Hearn
06ba160361
Tor: accelerate startup by using HTTP/Cartographer seeding when possible instead of DNS.
...
We still use TorDiscovery for networks where we don't have any Cartographer seeds. Switch to OkHTTP because the standard Java HTTP client doesn't let you customise the socket factory and thus cannot be used via Tor directly (doh).
2015-04-28 22:56:23 +02:00
Andreas Schildbach
f2eaf4a562
Update to jackson 2.5.x.
2015-04-17 16:37:13 +02:00
Andreas Schildbach
dba18dfb4d
Update to slf4j 1.7.7.
2015-04-17 16:37:13 +02:00
Andreas Schildbach
f2e3111ba8
Update to junit 4.12.
2015-04-17 16:37:13 +02:00
Andreas Schildbach
2e3ee3b161
Update to easymock 3.2.
2015-04-17 16:37:13 +02:00
Andreas Schildbach
ee6fb7c65e
Add missing checksum for the new leveldb dependency.
2015-04-11 11:30:07 +02:00
Mike Hearn
d46ba33343
Add a LevelDB/JNI based SPV block store that records all headers.
2015-04-08 18:30:21 +02:00
Andreas Schildbach
2837ad581a
Make maven-javadoc-plugin print a lot less clutter.
2015-03-23 13:34:27 +01:00
Carlos Lopez-Camey
b28204b6ca
Run core tests in alphabetical order
2015-03-22 10:42:37 -06:00
Mike Hearn
275c9320ea
More plugin updates and a regen of the dep verifier list.
2015-03-22 17:05:10 +01:00
Mike Hearn
9c80c3b3b8
Update SureFire plugin.
2015-03-22 16:48:14 +01:00
Andreas Schildbach
7625fccd22
Move comment about Java 6 compilation to the appropriate places.
2014-12-06 16:03:32 +01:00