Jason Tedor
0169c7055d
Return test annotation
...
This commit returns a test annotation that is needed on
PreBuiltXPackTransportClientTests because the test derives from
RandomizedTest and not ESTestCase and its ilk.
Original commit: elastic/x-pack-elasticsearch@1badced090
2017-01-12 19:30:24 -05:00
Jason Tedor
d30f20212c
Remove unneeded dummy test
...
This commit removes an unneeded dummy test from
PreBuiltXPackTransportClientTests. The dummy test was needed when the
sole test in the suite was skipped in some configuration. This test is
no longer skipped though so the dummy test can be removed.
Original commit: elastic/x-pack-elasticsearch@9cdfcc3be5
2017-01-12 19:21:45 -05:00
Jason Tedor
694bb5d07b
Upgrade to Netty 4.1.7
...
This commit upgrades the Netty dependency to version 4.1.7.Final,
picking up some important bug fixes.
Relates elastic/elasticsearch#4602
Original commit: elastic/x-pack-elasticsearch@a5d10a9b04
2017-01-12 10:59:26 -05:00
Yannick Welsch
44d745bd92
[TEST] Missed @Test annotation
...
Original commit: elastic/x-pack-elasticsearch@57798e6763
2017-01-11 14:19:10 +01:00
Yannick Welsch
02ef018978
[TEST] Ensure that there is at least one enabled test in elasticsearch-transport-client
...
Original commit: elastic/x-pack-elasticsearch@092d35dc1c
2017-01-11 13:34:06 +01:00
Jason Tedor
1178112c4a
Skip pre-built transport client test on JDK 9
...
This test will currently not pass because Netty tries to do unsafe
operations that JDK 9 shoots down.
Relates elastic/elasticsearch#4430
Original commit: elastic/x-pack-elasticsearch@42aa250d4c
2016-12-20 20:25:41 -05:00
jaymode
ecbdd92c8c
Only add XPack plugin once
...
Original commit: elastic/x-pack-elasticsearch@dd697412a5
2016-11-22 16:59:16 -05:00
Simon Willnauer
4033b8bff9
fix line length
...
Original commit: elastic/x-pack-elasticsearch@bdd50e8896
2016-11-22 21:10:55 +01:00
Simon Willnauer
7f28ca7fb7
Adopt changes to TransportClient constructor ( elastic/elasticsearch#4141 )
...
Follow-up for elastic/elasticsearchelastic/elasticsearch#21709
Original commit: elastic/x-pack-elasticsearch@40d3725ac2
2016-11-22 20:46:43 +01:00
jaymode
15f6021f30
build: use artifactId instead pom.projectIdentity.artifactId
...
Original commit: elastic/x-pack-elasticsearch@18c0026046
2016-10-05 11:08:13 -04:00
Jay Modi
706f53c497
build: fix the artifactId in the pom for x-pack-transport
...
This changes the pom generation to use the value of archivesBaseName when generating
the pom file.
Closes elastic/elasticsearch#3668
Original commit: elastic/x-pack-elasticsearch@a6e537cffe
2016-10-05 10:46:24 -04:00
Ryan Ernst
1911e5da02
Build: Fix artifact id for xpack transport client
...
Original commit: elastic/x-pack-elasticsearch@2658d3f087
2016-10-03 12:37:45 -07:00
Ryan Ernst
905237a56f
Moved directories around
...
Original commit: elastic/x-pack-elasticsearch@2018bb5f9f
2016-09-29 12:03:14 +02:00