Adarsh Sanjeev
9a2d7c28bc
Prepare master branch for 31.0.0 release ( #16333 )
2024-04-26 09:22:43 +05:30
Karan Kumar
c4990f56d6
Prepare main branch for next 30.0.0 release. ( #15707 )
2024-01-23 15:55:54 +05:30
Laksh Singla
5f86072456
Prepare master for Druid 29 ( #15121 )
...
Prepare master for Druid 29
2023-10-11 10:33:45 +05:30
Tejaswini Bandlamudi
48b6d2abf9
skip org.owasp:dependency-check on extensions-contrib modules and suppress false-positive gRPC CVEs ( #15026 )
2023-09-25 12:14:42 +05:30
dependabot[bot]
faf79470ae
Bump io.dropwizard.metrics:metrics-graphite from 3.1.2 to 4.2.19 ( #14842 )
...
* Bump io.dropwizard.metrics:metrics-graphite from 3.1.2 to 4.2.19
Bumps [io.dropwizard.metrics:metrics-graphite](https://github.com/dropwizard/metrics ) from 3.1.2 to 4.2.19.
- [Release notes](https://github.com/dropwizard/metrics/releases )
- [Commits](https://github.com/dropwizard/metrics/compare/v3.1.2...v4.2.19 )
---
updated-dependencies:
- dependency-name: io.dropwizard.metrics:metrics-graphite
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* align graphite-emitter dropwizard version with core
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xavier Léauté <xvrl@apache.org>
2023-08-16 13:58:35 -07:00
Rishabh Singh
0dc305f9e4
Upgrade hibernate validator version to fix CVE-2019-10219 ( #14757 )
2023-08-14 11:50:51 +05:30
AmatyaAvadhanula
0412f40d36
Prepare master branch for next release, 28.0.0 ( #14595 )
...
* Prepare master branch for next release, 28.0.0
2023-07-18 09:22:30 +05:30
Clint Wylie
1aef72aa7e
Bump up the version in pom to 27.0.0 in preparation of release ( #14051 )
2023-04-10 14:56:59 +05:30
Clint Wylie
08b5951cc5
merge druid-core, extendedset, and druid-hll into druid-processing to simplify everything ( #13698 )
...
* merge druid-core, extendedset, and druid-hll into druid-processing to simplify everything
* fix poms and license stuff
* mockito is evil
* allow reset of JvmUtils RuntimeInfo if tests used static injection to override
2023-02-17 14:27:41 -08:00
Kashif Faraz
7cf761cee4
Prepare master branch for next release, 26.0.0 ( #13401 )
...
* Prepare master branch for next release, 26.0.0
* Use docker image for druid 24.0.1
* Fix version in druid-it-cases pom.xml
2022-11-22 15:31:01 +05:30
Abhishek Agarwal
618757352b
Bump up the version to 25.0.0 ( #12975 )
...
* Bump up the version to 25.0.0
* Fix the version in console
2022-08-29 11:27:38 +05:30
Abhishek Agarwal
2fe053c5cb
Bump up the versions ( #12480 )
2022-04-27 14:28:20 +05:30
Xavier Léauté
4c61878f9c
Reduce use of mocking and simplify some tests ( #12283 )
...
* remove use of mocks for ServiceMetricEvent
* simplify KafkaEmitterTests by moving to Mockito
* speed up KafkaEmitterTest by adjusting reporting frequency in tests
* remove unnecessary easymock and JUnitParams dependencies
2022-02-26 17:23:09 -08:00
Clint Wylie
fe1d8c206a
bump version to 0.23.0-SNAPSHOT ( #11670 )
2021-09-08 15:56:04 -07:00
Jihoon Son
95065bdf1a
Bump dev version to 0.22.0-SNAPSHOT ( #10759 )
2021-01-15 13:16:23 -08:00
Jonathan Wei
65c0d64676
Update version to 0.21.0-SNAPSHOT ( #10450 )
...
* [maven-release-plugin] prepare release druid-0.21.0
* [maven-release-plugin] prepare for next development iteration
* Update web-console versions
2020-10-03 16:08:34 -07:00
Clint Wylie
c86e7ce30b
bump version to 0.20.0-SNAPSHOT ( #10124 )
2020-07-06 15:08:32 -07:00
Jihoon Son
0da8ffc3ff
Bump up development version to 0.19.0-SNAPSHOT ( #9586 )
2020-03-30 16:24:04 -07:00
Jonathan Wei
4e8368a5d9
Set version to 0.18.0-SNAPSHOT ( #9109 )
2020-01-02 17:55:10 -05:00
Jonathan Wei
8af41d7cd0
Update version to 0.18.0-incubating-SNAPSHOT ( #9009 )
2019-12-11 14:04:03 -08:00
jon-wei
dfbc066163
Revert "[maven-release-plugin] prepare release druid-0.16.1-incubating-rc1"
...
This reverts commit a0f21d9b07
.
2019-11-27 23:22:43 -08:00
jon-wei
0402ff85b8
Revert "[maven-release-plugin] prepare for next development iteration"
...
This reverts commit 8ffa71e7e6
.
2019-11-27 23:22:32 -08:00
jon-wei
8ffa71e7e6
[maven-release-plugin] prepare for next development iteration
2019-11-27 23:18:48 -08:00
jon-wei
a0f21d9b07
[maven-release-plugin] prepare release druid-0.16.1-incubating-rc1
2019-11-27 23:18:37 -08:00
Nishant Bangarwa
8537fbeca7
Implementing dropwizard emitter for druid ( #7363 )
...
* Implementing dropwizard emitter for druid
making metric manager and alert emitters as optional
* Refactor and make things work
more improvements
improve docs
refactrings
* Fix teamcity inspections
* review comments
* more review comments
* add limit to max number of gauges
* update pom version
* fix pom
* review comments
* review comment
* review comments
* fix broken doc link
review comments
review comments
* review comments
* fix checkstyle
* more spell check fixes
* fix travis failures
2019-10-01 14:59:30 -07:00
Chi Cao Minh
5f61374cb3
Fix dependency analyze warnings ( #8230 )
...
* Fix dependency analyze warnings
Update the maven dependency plugin to the latest version and fix all
warnings for unused declared and used undeclared dependencies in the
compile scope. Added new travis job to add the check to CI. Also fixed
some source code files to use the correct packages for their imports and
updated druid-forbidden-apis to prevent regressions.
* Address review comments
* Adjust scope for org.glassfish.jaxb:jaxb-runtime
* Fix dependencies for hdfs-storage
* Consolidate netty4 versions
2019-09-09 14:37:21 -07:00
Clint Wylie
c73a489335
bump master version to 0.17.0-incubating-SNAPSHOT ( #8421 )
2019-08-28 01:58:36 -07:00
Benedict Jin
14a4238381
Bump JUnitParams from 1.0.4 to 1.1.1 ( #8017 )
2019-08-20 16:15:12 -07:00
Chi Cao Minh
ab71a2e1e4
Revert "Fix dependency analyze warnings ( #8128 )" ( #8189 )
...
This reverts commit 5dd0d8e873
.
2019-07-29 11:42:16 -07:00
Chi Cao Minh
5dd0d8e873
Fix dependency analyze warnings ( #8128 )
...
* Fix dependency analyze warnings
Update the maven dependency plugin to the latest version and fix all
warnings for unused declared and used undeclared dependencies in the
compile scope. Added new travis job to add the check to CI. Also fixed
some source code files to use the correct packages for their imports.
* Fix licenses and dependencies
* Fix licenses and dependencies again
* Fix integration test dependency
* Address review comments
* Fix unit test dependencies
* Fix integration test dependency
* Fix integration test dependency again
* Fix integration test dependency third time
* Fix integration test dependency fourth time
* Fix compile error
* Fix assert package
2019-07-26 10:49:03 -07:00
Jihoon Son
7abfbb066a
Bump up snapshot version to 0.16.0 ( #7802 )
2019-05-30 17:17:33 -07:00
Jonathan Wei
fafbc4a80e
Set version to 0.15.0-incubating-SNAPSHOT ( #7014 )
2019-02-07 14:02:52 -08:00
Jonathan Wei
8bc5eaa908
Set version to 0.14.0-incubating-SNAPSHOT ( #7003 )
2019-02-04 19:36:20 -08:00
Clint Wylie
84598fba3b
combine druid-api, druid-common, java-util into druid-core ( #6443 )
...
* combine druid-api, druid-common, java-util
* spacing
2018-10-14 20:37:37 -07:00
David Lim
20ab213ba6
change project versions to 0.13.0-incubating-SNAPSHOT ( #6453 )
2018-10-11 19:28:01 -07:00
Gian Merlino
431d3d8497
Rename io.druid to org.apache.druid. ( #6266 )
...
* Rename io.druid to org.apache.druid.
* Fix META-INF files and remove some benchmark results.
* MonitorsConfig update for metrics package migration.
* Reorder some dimensions in inner queries for some reason.
* Fix protobuf tests.
2018-08-30 09:56:26 -07:00
Gian Merlino
04ea3c9f8c
Update license headers. ( #5976 )
...
* Update license headers.
For compliance with http://www.apache.org/legal/src-headers.html .
* More license adjustments.
* Fix mistakenly edited package line.
2018-07-11 09:55:18 -07:00
Gian Merlino
7e02408510
Update versions to 0.13.0-SNAPSHOT. ( #5323 )
2018-02-02 12:06:38 -06:00
Jonathan Wei
80419752b5
Add metamx emitter, http clients, and metrics packages to druid java-util ( #5289 )
...
* Add metamx java-util emitter, http clients, and metrics packages to druid java-util
* Remove metamx java-util from pom.xml files
* Checkstyle fixes
* Import fix
* TeamCity inspection fixes
* Use slf4j, move some version defs to master pom.xml
* Use parent jvm-attach-api and maven-surefire-plugin versions
* Add ] to log msg, suppress inspection
2018-01-24 22:10:36 +01:00
Roman Leventov
5787d04fad
Bump Druid version to 0.12.0 ( #5138 )
2017-12-15 07:37:01 -08:00
Roman Leventov
5eb08c27cb
Add Emitter monitoring ( #4973 )
...
* Add Emitter monitoring
* Fix typo
* Fixes
* testing new emitter
* Fix failed test (#71 )
* testing new emitter
* fix on failed test
* Remove emitter's readTimeout from docs
* Update docs
* Add HttpEmittingMonitor
* Update java-util to 1.3.2
2017-11-03 21:27:57 -06:00
Gian Merlino
1f2074c247
Bump versions in master to 0.11.1-SNAPSHOT. ( #4878 )
...
* Bump versions in master to 0.11.1-SNAPSHOT.
* Missed a few.
2017-09-28 17:09:51 -05:00
Jonathan Wei
09fcb75583
Add RequestLogEvent emitters config to graphite-emitter ( #4678 )
...
* Add RequestLogEvent emitters config to graphite-emitter
* eagerly compute emitter list
* use lambdas
* checkstyle
2017-09-22 06:14:32 -07:00
Roman Leventov
ae900a4934
Update versions to 0.11.0-SNAPSHOT ( #4483 )
2017-06-28 17:05:58 -07:00
Gian Merlino
2ca7b00346
Update versions to 0.10.1-SNAPSHOT. ( #4191 )
2017-04-20 18:12:28 -07:00
Gian Merlino
12317fd001
Bump version to 0.10.0-SNAPSHOT. ( #3913 )
2017-02-06 17:54:35 -08:00
Gian Merlino
40f2fe7893
Bump versions to 0.9.3-SNAPSHOT ( #3524 )
2016-09-29 13:53:32 -07:00
Gian Merlino
ebf890fe79
Update master version to 0.9.2-SNAPSHOT. ( #3133 )
2016-06-13 13:10:38 -07:00
Gian Merlino
7e7a886f65
Move druid-api into the druid repo.
...
This is from druid-api-0.3.17, as of commit 51884f1d05d5512cacaf62cedfbb28c6ab2535cf
in the druid-api repo.
2016-03-24 11:04:34 -07:00
Gian Merlino
738dcd8cd9
Update version to 0.9.1-SNAPSHOT.
...
Fixes #2462
2016-03-17 10:34:20 -07:00