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
calvinhkf
b146f8a2a7
Align library version ( #9636 )
...
* align JUnitParams version 1.1.1,1.0.4 to 1.1.1
* aligin junit version 4.8.1,4.12 to 4.12
* exclude explicitly specified version
2020-04-21 20:19:38 -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
Clint Wylie
c73a489335
bump master version to 0.17.0-incubating-SNAPSHOT ( #8421 )
2019-08-28 01:58:36 -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
Roman Leventov
5787d04fad
Bump Druid version to 0.12.0 ( #5138 )
2017-12-15 07:37:01 -08: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
Roman Leventov
9ae457f7ad
Avoid using the default system Locale and printing to System.out in production code ( #4409 )
...
* Avoid usages of Default system Locale and printing to System.out or System.err in production code
* Fix Charset in DruidKerberosUtil
* Remove redundant string format in GenericIndexed
* Rename StringUtils.safeFormat() to unimportantSafeFormat(); add StringUtils.format() which fails as well as String.format()
* Fix testSafeFormat()
* More fixes of redundant StringUtils.format() inside ISE
* Rename unimportantSafeFormat() to nonStrictFormat()
2017-06-29 14:06:19 -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
Roman Leventov
38000576ea
Optimizations of union, intersection and iterators of concise bitsets (part of #3798 ) ( #3883 )
...
* Port of metamx/extendedset#10 , metamx/extendedset#13 , metamx/extendedset#14 , metamx/extendedset#15 , metamx/bytebuffer-collections@9b199e3349 , metamx/bytebuffer-collections#38 to Druid, remove unused code from extendedset module
* Remove ConciseSet.modCount
* Replace comments with assertions in ImmutableConciseSet
* Fix comments
* Fix asssertions in ImmutableConciseSet
* Add tests
* Comment fix
2017-02-10 18:02:26 -08:00
Gian Merlino
12317fd001
Bump version to 0.10.0-SNAPSHOT. ( #3913 )
2017-02-06 17:54:35 -08:00
Akash Dwivedi
dd0c4e2ead
Migrating extendedset from Metamarkets. ( #3694 )
...
* Migrating extendedset from Metamarkets.
* Notice change
* More details in NOTICE
* NOTICE formatting.
* suppress header checkstlye for extendedset.
2017-01-17 10:10:27 -08:00