Skip to content

Commit 5695e8c

Browse files
Merge pull request #4545 from wso2/pavinduLakshan-patch-1
2 parents 321179a + 1df2097 commit 5695e8c

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

.coderabbit.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: "en-US"
2+
early_access: false
3+
reviews:
4+
profile: "chill"
5+
request_changes_workflow: false
6+
high_level_summary: true
7+
high_level_summary_in_walkthrough: true
8+
sequence_diagrams: false
9+
estimate_code_review_effort: true
10+
auto_assign_reviewers: false
11+
poem: false
12+
auto_review:
13+
enabled: true
14+
drafts: false
15+
base_branches:
16+
- "4.12.x"
17+
ignore_usernames:
18+
- "wso2-jenkins-bot"
19+
chat:
20+
auto_reply: true

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ WSO2 Carbon redefines middleware by providing an integrated and componentized mi
55
WSO2 Carbon kernel, the lean, modular, OSGi-based platform, is the base of the WSO2 Carbon platform. It is a composable server architecture which inherits modularity and dynamism from OSGi framework. WSO2 Carbon kernel can be considered as a framework for server development. All the WSO2 products are composed as a collection reusable components running on this kernel. These products/components inherits all the core services provided by Carbon kernel such as Registry/repository, User management, Transports, Caching, Clustering, Logging, Deployment related features.
66

77
## System Requirements
8-
* Java SE Development Kit 11
9-
8+
* Java SE Development Kit 21
109

1110
## Key Features
1211
* Composable Server Architecture - Provides a modular, light-weight, OSGi-based server development framework.
@@ -21,18 +20,10 @@ WSO2 Carbon kernel, the lean, modular, OSGi-based platform, is the base of the W
2120
* Deployment Synchronization - Provides synchronization of deployed artifacts across a product cluster.
2221
* Multi-tenancy support - The roots of the multi-tenancy in Carbon platform lies in the Carbon kernel. This feature includes tenant level isolation as well as lazy loading of tenants.
2322

24-
## New Features
25-
* Java17 support - Starting from kernel 4.7.0 release, the kernel can now be compiled on Java 11 and run on Java version from 11 to 17.
26-
27-
2823
## How to Contribute
2924

30-
* WSO2 Carbon kernel code is hosted in [GitHub](https://github.com/wso2/carbon-kernel/tree/4.5.x).
3125
* Please report issues at [GitHub](https://github.com/wso2/carbon-kernel/issues)
3226

3327
## Contact us
3428

35-
WSO2 Carbon developers can be contacted via the mailing lists:
36-
37-
* Carbon Developers List : dev@wso2.org
38-
* Carbon Architecture List : architecture@wso2.org
29+
Join the [WSO2 Discord](https://discord.gg/wso2) to connect with WSO2 developers and the community.

0 commit comments

Comments
 (0)