Code Monkey home page Code Monkey logo

tesb-studio-se's Introduction

Talend Open Studio for ESB

Visit Talend's website

This repository contains the source files for Talend Open Studio for ESB.

Repository Structure

All Talend Studio repositories follow the same file structure:


  |_ main          Main Eclipse plugins and features
    |_ features
    |_ plugins
  |_ test          Eclipse plugins and features for unit tests.
      |_ features
      |_ plugins
  |_ i18n          Internationalization plugins and features.
      |_ features
      |_ plugins

How to build projects

Follow the instructions at Talend/studio-se-master and run the following from inside the studio-se-master repository.

mvn clean install \
    -Dtos.esb=true \
    -Dtos.bd=false \
    -Dtos.di=false \
    -Dtos.dq=false \
    -Dtos.mdm=false

Download

You can download this product from the Talend website.

Usage and Documentation

Documentation is available on Talend Help Center.

Support

You can ask for help on our Forum.

Contributing

We welcome contributions of all kinds from anyone.

Using the Talend bugtracker is the best channel for bug reports and feature requests. Use GitHub to submit pull requests.

Feel free to share your Talend components on Talend Exchange.

License

Copyright (c) 2006-2021 Talend

Licensed under the Apache V2 License

tesb-studio-se's People

Contributors

andreasmattes avatar apoltavtsev avatar arashankar avatar atelesh avatar ayvonet avatar coheigea avatar csuntalendbj avatar dmuliyil avatar dsergent avatar etatarintseva avatar gaozone-talend avatar hweitalend avatar hzhao-talendbj avatar i-melnik avatar iwangtalend avatar jiezhang-tlnd avatar jillyan avatar kjwang-talend avatar liugang594 avatar nrousseau avatar sgandon avatar tsasada-talend avatar vbogatyrov avatar vdrokov avatar vdrokov-zz avatar wchen-talend avatar xldai avatar yanbasic avatar yshamin avatar zwxue 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

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

tesb-studio-se's Issues

Build fails

I cannot build Studio due to missing dependencies

[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: org.talend.camel.feature.feature.group 8.8.8.qualifier
[ERROR]   Missing requirement: org.talend.camel.core.feature.feature.group 8.8.8.qualifier requires 'org.eclipse.equinox.p2.iu; org.talend.commons.feature.feature.group 0.0.0' but it could not be found
[ERROR]   Cannot satisfy dependency: org.talend.camel.feature.feature.group 8.8.8.qualifier depends on: org.eclipse.equinox.p2.iu; org.talend.camel.core.feature.feature.group 0.0.0

Security Policy violation Outside Collaborators

Allstar has detected that this repository’s Outside Collaborators security policy is out of compliance. Status:
Did not find any owners of this repository
This policy requires all repositories to have an organization member or team assigned as an administrator. Either there are no administrators, or all administrators are outside collaborators. A responsible party is required by organization policy to respond to security events and organization requests.

To add an administrator From the main page of the repository, go to Settings -> Manage Access.
(For more information, see https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories)

Alternately, if this repository does not have any maintainers, archive or delete it.

This issue will auto resolve when the policy is in compliance.

Issue created by Allstar. See https://github.com/ossf/allstar/ for more information. For questions specific to the repository, please contact the owner or maintainer.

Security Policy violation CODEOWNERS

This issue was automatically created by Allstar.

Security Policy Violation
CODEOWNERS file present but has 2 errors.

  • CODEOWNERS

    • Unknown owner on line 8: make sure @csuntalendbj exists and has write access to the repository
    •  @csuntalendbj  @yanbasic  @xldai
       ^- CODEOWNERS
      
    • Unknown owner on line 8: make sure @yanbasic exists and has write access to the repository
    •  @csuntalendbj  @yanbasic  @xldai
                      ^
      

This issue will auto resolve when the policy is in compliance.

Issue created by Allstar. See https://github.com/ossf/allstar/ for more information. For questions specific to the repository, please contact the owner or maintainer.

Security Policy violation SECURITY.md

Allstar has detected that this repository’s SECURITY.md security policy is out of compliance. Status:
Security policy not enabled.
A SECURITY.md file can give users information about what constitutes a vulnerability and how to report one securely so that information about a bug is not publicly visible. Examples of secure reporting methods include using an issue tracker with private issue support, or encrypted email with a published key.

To fix this, add a SECURITY.md file that explains how to handle vulnerabilities found in your repository. Go to https://github.com/Talend/tesb-studio-se/security/policy to enable.

For more information, see https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository.

This issue will auto resolve when the policy is in compliance.

Issue created by Allstar. See https://github.com/ossf/allstar/ for more information. For questions specific to the repository, please contact the owner or maintainer.

Security Policy violation Dangerous Workflow

This issue was automatically created by Allstar.

Security Policy Violation
Project is out of compliance with Dangerous Workflow policy: no workflows found

Rule Description
Dangerous Workflows are GitHub Action workflows that exhibit dangerous patterns that could render them vulnerable to attack. A vulnerable workflow is susceptible to leaking repository secrets, or allowing an attacker write access using the GITHUB_TOKEN. For more information about the particular patterns that are detected see the Security Scorecards Documentation for Dangerous Workflow.

Remediation Steps
Avoid the dangerous workflow patterns. See this post for information on avoiding untrusted code checkouts. See this document for information on avoiding and mitigating the risk of script injections.

Dangerous Patterns Found

Additional Information
This policy is drawn from Security Scorecards, which is a tool that scores a project's adherence to security best practices. You may wish to run a Scorecards scan directly on this repository for more details.


This issue will auto resolve when the policy is in compliance.

Issue created by Allstar. See https://github.com/ossf/allstar/ for more information. For questions specific to the repository, please contact the owner or maintainer.

Security Policy violation Binary Artifacts

This issue was automatically created by Allstar.

Security Policy Violation
Project is out of compliance with Binary Artifacts policy: binaries present in source code

Rule Description
Binary Artifacts are an increased security risk in your repository. Binary artifacts cannot be reviewed, allowing the introduction of possibly obsolete or maliciously subverted executables. For more information see the Security Scorecards Documentation for Binary Artifacts.

Remediation Steps
To remediate, remove the generated executable artifacts from the repository.

Artifacts Found

  • main/plugins/org.talend.repository.services/lib/xmlschema-core-2.0.3.jar

Additional Information
This policy is drawn from Security Scorecards, which is a tool that scores a project's adherence to security best practices. You may wish to run a Scorecards scan directly on this repository for more details.


This issue will auto resolve when the policy is in compliance.

Issue created by Allstar. See https://github.com/ossf/allstar/ for more information. For questions specific to the repository, please contact the owner or maintainer.

Unable to find the feature 'camel-zookeeper-core'

The code tag I am using is "tesb-rt-se-Patch_20230102_R2023-01_v1-RT-8.0.1"
When compiling and packaging using the "mvn package", the following error occurred. Could you please help resolve it? Thank you very much!!!
The anomalies are as follows:

INFO] Talend ESB :: Assembly 8.0.1.R2023-01-RT ........... FAILURE [ 2.776 s]
[INFO] Talend ESB :: Parent 8.0.1.R2023-01-RT ............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:10 min
[INFO] Finished at: 2023-05-12T11:55:04+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.2.11:features-add-to-repository (add-features-to-repo) on project talend-esb: Error populating repository: Unable to find the feature 'camel-zookeeper-core' -> [Help 1]

https://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax
image

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.