Skip to content

Commit 693fd74

Browse files
Release 2.5.0 version updates and readme updates. (#1687)
* Release 2.5.0 version updates and readme updates. Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io> * Correct README for new functionality. Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io> * Update README to include maven wrapper version Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io> * Update README to include maven wrapper version Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io> --------- Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io>
1 parent d0e99e2 commit 693fd74

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 2.4.0
1+
version = 2.5.0
22

33
# Sets a custom hook path in the local git config.
44
# Currently there's only a pre-commit hook related

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ With several downloads every week, many more companies which did not adopt a sol
1111

1212
* Bootstrap UI, Angular, Javascript, HTML, CSS
1313
* [Maven](https://maven.apache.org/) - Dependency Management
14+
* A maven wrapper, mvnw is included in the Klaw Git Repo
1415
* Java (Jdk 17), Spring boot 3, Spring security, SQL, Apache Kafka Admin client
1516

1617
## Versioning
@@ -24,21 +25,24 @@ For the versions available, see the [tags on this repository](https://github.com
2425
## Features:
2526

2627
- Topics (approval): Create, Update, Delete, Promote
27-
- React UI is now by default enabled in the configuration. If react based assets are already built, new UI should be visible.
28+
- React UI is now by default enabled in the configuration. If react based assets are already built, new UI should be visible.
2829
- React UI - New look and feel for Browse topics, Create topic Request, Acl Request, Schema Request and Connector Request
2930
- React UI - New look and feel for Approving Topics, ACLs, Schemas and Connectors
3031
- React UI - New look and feel for viewing 'My team's Requests' for topics, ACLs, Schemas and Connectors
32+
- Topic Requests are now editable after creation and so you can alter them to correct any mistakes.
3133

3234
- Acls (approval): Create,Delete
3335
- React UI - Create Acl Request
3436
- Service accounts created for ACLs are assigned to the creating team
3537
- Connectors (approval): Create
3638
- Any connector can be created as long as the required plugin libraries are installed on the server.
39+
- Connector configuration now encrypts password configuration for security.
3740
- Avro Schemas (approval): Create
3841
- View all available versions of the subjects per topic
3942
- React UI - Create Schema Request
4043
- Pre validation of Schemas compatibility on Schema request creation
4144
- Topic Overview :
45+
- React UI now provides a redesigned Topic Overview and all of its capabilities to enhance the user experience.
4246
- Topic Config
4347
- Promote
4448
- Literal and Prefixed subscriptions
@@ -123,7 +127,10 @@ The Klaw team will cross post questions and answers across both forums. The Klaw
123127
## Install
124128

125129
### Manual
126-
mvn clean install
130+
##### Use the Maven Wrapper
131+
- ./mvnw clean install
132+
##### Use your own Maven
133+
- mvn clean install
127134

128135
Optional step : For new React UI assets, make sure pnpm is pre installed which is required to build coral assets.
129136

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name" : "Apache 2.0",
1111
"url" : "https://www.apache.org/licenses/LICENSE-2.0.html"
1212
},
13-
"version" : "2.4.0"
13+
"version" : "2.5.0"
1414
},
1515
"externalDocs" : {
1616
"description" : "Klaw documentation",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</parent>
4343

4444
<properties>
45-
<revision>2.4.0</revision>
45+
<revision>2.5.0</revision>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4848
<java.version>17</java.version>

0 commit comments

Comments
 (0)