Giter Club home page Giter Club logo

carbon-commons's Introduction

Carbon Commons


Branch Build Status
master Build Status

Latest Released Versions v4.5.0, v4.4.8.

Carbon Commons repo contains the common components and features shared by many products. Following is the set of components included in carbon-commons repo.

  • application-mgt
  • caching-invalidator
  • cluster-mgt
  • data-bridge
  • deployment-synchronizer
  • event
  • hostobjects
  • logging-mgt
  • message-flows
  • ndatasource
  • ntask
  • remote-usermgt
  • reporting
  • soap-tracer
  • system-statistics
  • tenant-mgt-common
  • transaction-manager
  • tryit
  • url-mapper
  • user-manager
  • ws-discovery
  • ws-discovery-core
  • wsdl-tools

Following components are deprecated form version 4.5.4 onwards,

  • org.wso2.carbon.cluster.mgt.admin.ui
  • org.wso2.carbon.deployment.synchonizer.ui
  • org.wso2.carbon.discovery.ui
  • org.wso2.carbon.reporting.custom.ui
  • org.wso2.carbon.reporting.template.ui

How to Contribute

Contact us

WSO2 Carbon developers can be contacted via the mailing lists:

carbon-commons's People

Contributors

callkalpa avatar chanikag avatar dilin993 avatar gdlmadushanka avatar geethkokila avatar gothami avatar hemikak avatar indikasampath2000 avatar kasunbg avatar kishanthan avatar lafernando avatar malakaganga avatar malithie avatar manoj-kristhombu avatar nilasini avatar nipuni avatar niranjan-k avatar nirothipan avatar prabushi avatar rushannanayakkara avatar sameerajayasoma avatar shakila avatar sinthuja avatar supunmalinga avatar tharikagithub avatar tharindu1st avatar vanjikumaran avatar vidurananayakkara avatar wattale avatar wso2-jenkins-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

carbon-commons's Issues

Remove transport-mgt features

This source needs to be removed from carbon-commons. We never did release this, but the obsoleted source is still lying around.

SVNDeploymentSynchronizerComponent is not raising errors if the bundle is not activated

It looks like [1] is not raising errors if the bundle is not activated. IMO this is not correct, we may need to raise an error if an error occurs while trying to initiatlize the SVN deployment synchronizer.

This issue can be re-created by enabling SVN deployment synchronizer in WSO2 ESB 4.9.0 without copying the dependent SVN libraries.

[1] https://github.com/wso2/carbon-commons/blob/master/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.subversion/src/main/java/org/wso2/carbon/deployment/synchronizer/subversion/SVNDeploymentSynchronizerComponent.java

https://wso2.org/jira/projects/CCOMMONS/issues/CCOMMONS-11

Is there any recommended approach to configure logback logs for WSO2 products

We are tried to configure logback logs for wso2 products (i.e IS 5.1.0) using below steps.

  1. using both log4j-over-slf4j & jcl-over-slf4j bridges (by replacing all the log4j & commons logging .class contained in org.wso2.carbon.logging-4.4.2 by the same contained in the bridges).
  2. Place logback-classic-1.1.5.jar, logback-core-1.1.5.jar, slf4j-api-1.7.17.jar in WSO2IS-5.1.0\repository\components\dropins\ directory
  3. Place logger_2.0.0_SNAPSHOT_1.0.0.jar in wso2IS-5.1.0\repository\components\lib\ directory
  4. Navigate to wso2IS-5.1.0/repository/conf/etc/bundle-config/ and create a folder named ch.qos.logback.classic (sumbolic name of the bundle logback-classic-1.1.2.jar)
  5. Place the logback.xml file in the created folder
  6. Start the server
    Then this is working.. but this is not recommend approach ( replacing class file approach in step 1).need to create a script (may be maven pom ) a and automation these steps
    or is there any recommended approach to configure logback for wso2 products

https://wso2.org/jira/projects/CCOMMONS/issues/CCOMMONS-7

LoggingAdmin NullPointerException

in logging components
class org.wso2.carbon.logging.service.LoggingAdmin
method private Appender getAppenderInLoggerWithName(Logger logger, String appenderName)
appender.getName() will return null when the appender is org.apache.solr.logging.log4j.EventAppender.

Caused by: java.lang.NullPointerException
at org.wso2.carbon.logging.service.LoggingAdmin.getAppenderInLoggerWithName(LoggingAdmin.java:550)
at org.wso2.carbon.logging.service.LoggingAdmin.getAppenderData(LoggingAdmin.java:153)

It will recur in wso2as-5.3.0

Connection refused when publishing to Google Analytics

Description:
The reason for the connection refused problem is as follows.

Currently, we are using DefaultHttpClient() class to create the client object in GoogleAnalyticsDataPublisher class. In order to configure a proxy and a port, we need to use SystemDefaultHttpClient() class to create the client object inside the GoogleAnalyticsDataPublisher class. This class can read the system properties configured in the wso2server.sh file

Affected Product Version:
carbon-commons 4.6.21

Remove request parameter from error message

Description:
It is not a good practice to print un-trusted values in error messages.

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

Upgrade httpclient dependency version

Description:
carbon-commons repo is using an old orbit version of httpclient

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.