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
Jan Werner
3c7dec56ca
update kubernetes java client to 19.0.0 and docker-java to 3.3.4 ( #15449 )
...
Update of direct dependencies:
* kubernetes java-client to 19.0.0
* docker-java-bom to 3.3.4
In order to update transitive dependencies:
* okio to 3.6.0
* bcjava to 1.76
To address CVES:
- CVE-2023-3635 in okio
- CVE-2023-33201 in bcjava
---------
Co-authored-by: Xavier Léauté <xvrl@apache.org>
2023-12-12 14:27:57 -08:00
Laksh Singla
5f86072456
Prepare master for Druid 29 ( #15121 )
...
Prepare master for Druid 29
2023-10-11 10:33:45 +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
Jan Werner
95115d722a
CVE fixes - update of multiple dependencies. ( #14519 )
...
Apache Druid brings multiple direct and transitive dependencies that are affected by plethora of CVEs.
This PR attempts to update all the dependencies that did not require code refactoring.
This PR modifies pom files, license file and OWASP Dependency Check suppression file.
2023-07-07 20:27:30 +05:30
Suneet Saldanha
84c11df980
Make LoggingEmitter more useful by using Markers ( #14121 )
...
* Make LoggingEmitter more useful
* Skip code coverage for facade classes
* fix spellcheck
* code review
* fix dependency
* logging.md
* fix checkstyle
* Add back jacoco version to main pom
2023-04-27 15:06:06 -07:00
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
xiaokang
6ba35f6d59
update org.bouncycastle:bcprov-jdk15on 1.68 to 1.69 ( #13440 )
2022-11-30 21:57:38 +05:30
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
PJ Fanning
341c65738d
issue-12426 upgrade k8s client due to cve ( #12427 )
...
* issue-12426 upgrade k8s client due to cve
* compile issues
* try to fix license check
2022-04-21 10:11:55 +08:00
Clint Wylie
fe1d8c206a
bump version to 0.23.0-SNAPSHOT ( #11670 )
2021-09-08 15:56:04 -07:00
Abhishek Agarwal
7d9a61cf7f
Suppress CVE-2017-15288 and upgrade bcprov-ext-jdk15o ( #10933 )
2021-03-02 16:18:27 -08:00
Jonathan Wei
a1a49811d9
Address CVE-2020-8570, suppress CVE-2020-8554 ( #10826 )
...
* Address CVE-2020-8570, suppress CVE-2020-8554
* Update licenses.yaml
2021-02-03 15:17:06 -08:00
Jihoon Son
95065bdf1a
Bump dev version to 0.22.0-SNAPSHOT ( #10759 )
2021-01-15 13:16:23 -08:00
Jonathan Wei
c7f2d3fbb5
Update deps for CVE-2020-28168 and CVE-2020-28052 ( #10733 )
...
* Update deps for CVE-2020-28168 and CVE-2020-28052
* Make BC runtime scope
2021-01-07 20:31:44 -08:00
Himanshu
ac1882bf74
kubernetes based discovery druid extension to run Druid on K8S without Zookeeper ( #10544 )
...
* honor zk enablement config in more places in druid code
* kubernetes based discovery module
* fix spotbugs check
* fix intellij checks error
* fix doc link to kubernetes.md from extension
* make spellchecker happy
* update license.yaml
* fix dependency check errors
* update extension coverage
* UTs for BaseNodeRoleWatcher
* fix forbidden-api check
* update k8s module coverage ignores
* add Bouncy Castle License being same as MIT License for license checking purposes
* further update licenses.yaml
* label/annotation pre-existence assumption
* address review comment
2020-12-14 21:10:31 -08:00