Ilya Kuramshin
5900f8e957
Snappy native impl fix ( #2940 )
...
* wip
* wip
* wip
* wip
Co-authored-by: iliax <ikuramshin@provectus.com>
2022-11-15 16:05:06 +04:00
Jochen Schalanda
62f35e3e29
Upgrade to Java 17 (Azul Zulu) ( #2879 )
...
* Feature: Upgrade to Java 17 (Azul Zulu)
Java/OpenJDK 13 has reached end of life (and end of security support)
more than 2.5 years ago: https://endoflife.date/java
This change set updates the build, CI pipeline, and Docker image of Kafka UI to Java 17 (LTS).
* Add back maven-compile-plugin to kafka-ui-e2e-checks
2022-11-07 14:57:59 +04:00
Roman Zabaluev
5ac52efb7a
Fix transient jre CVEs ( #2480 )
2022-08-22 21:04:22 +04:00
MichaelGonzalezMurillo
27252393a2
CVE fixes Q2.22 ( #2357 )
...
* upgrading alpine to fix CVE-2022-28391 vulnerabilities
* bumping spring-boot-version which includes vulnerabilities fixes
* Bumping one more version to clean high vulnerabilities up u
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-08-03 15:50:53 +04:00
Roman Zabaluev
a040a66f09
Run the app in the container as a non-root user ( #1575 )
...
* Run as a non-root user. Fixes #1555
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Fix line break
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
Co-authored-by: Ruslan Ibragimov <94184844+5hin0bi@users.noreply.github.com>
2022-02-09 17:59:22 +03:00
Ilya Kuramshin
02b1fc5437
tmp volume declaration removed to prevent unnecessary anonymous volumes creation ( #1401 )
2022-01-19 14:46:01 +03:00
Ilya Kuramshin
40b5b52bd9
ISSUE-1347: system libs added to Dockerfile to support all compressions ( #1350 )
...
* libc6 & gcompat libs added to docker image to support all kafka compression codecs
* base image version specified explicitly
Co-authored-by: iliax <ikuramshin@provectus.com>
2022-01-06 17:53:38 +03:00
Ruslan Ibragimov
91ac0cb134
Docker: support ARM and M1
2021-12-18 03:53:52 +03:00
Roman Zabaluev
bf4fb28b5b
JMX SSL and auth ( #818 )
...
* Secured JMX WIP
* Make credentials nullability more obvious
Add example keys/certs
* Add required jmxSsl option
* Update README.md
2021-09-02 12:22:41 +03:00
German Osin
18f5e1a2b2
Switched messages endpoint to provide sse with phases & consuming info ( #645 )
...
* Switched messages endpoint to provide sse with phases & consuming info
* Switched messages endpoint to provide sse with phases & consuming info
* fixed comments
* Fixed comparator
* Fixed tests
* Reduced images size
* Feature/sse for messages (#681 )
* [#645 ] SSE. Cleanup Topic Messages
* New messages page
* Update outdated snapshots
* Specs
* Specs
* Fixed build
* Fixed possible npe in update cluster on init stage
* Provided additional information with messages #677 (to messages_sse branch) (#700 )
* Provided additional information with messages #677
* Sse messages front (#725 )
* SSE. Messages page
* Fix handleNextClick
* Add the page loader to the list of messages
Co-authored-by: Alexander <mr.afigitelniychuvak@gmail.com>
* Fix merge errors
* fix conflicts
Co-authored-by: Timur Davletov <tdavletov@provectus.com>
Co-authored-by: Oleg Shur <workshur@gmail.com>
Co-authored-by: Alexander <mr.afigitelniychuvak@gmail.com>
2021-08-04 16:30:00 +03:00
Yevgen Taran
498eb96bee
Feature/backend init ( #3 )
...
* move react-app to its own folder inside project
* move backend to kafka-ui repo
* setup react inside netty
* make application ready in 2 commands
* update readme
* update readme
* update readme
* update readme
* update profiles for application start inside (sdp profile) and outside docker (local profile)
* broker metrics endpoint
* topics endpoint start commit
* topics details endpoint start commit //
dependencies and versions fix
* small pom updates //
continue review fixes
* fix review issues //
save errors //
save connections and update connection logic //
save jmx, zookeeper, kafka statuses //
error with getting one topic doesn't fail others //
async metrics processing //
cluster data storage refactoring
* properties version extracting
* properties versions
* topic details
* remove jmx, topic details, topic configs
* create topic
* final fixes, topic creation
* topic creation ui fixes
* add check for cases when cluster is offline
2020-02-27 15:55:53 +03:00