Skip to content

Commit 2c1754a

Browse files
Merge branch 'main' into release/1.1.0
2 parents 6b89ec8 + 7884fe7 commit 2c1754a

File tree

4 files changed

+35
-17
lines changed

4 files changed

+35
-17
lines changed

.github/workflows/maven-run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Java CI with Maven
55

66
on:
77
pull_request:
8-
branches: [ development ]
8+
branches: [ main, development ]
99

1010
jobs:
1111
build:
@@ -70,4 +70,4 @@ jobs:
7070
GITHUB_TOKEN: ${{ github.token }}
7171
- name: Build Basyx.tck project with Maven
7272
run: |
73-
mvn -B package --file basyx.tck/pom.xml
73+
mvn -B package --file basyx.tck/pom.xml

CONTRIBUTING renamed to CONTRIBUTING.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,21 @@ middleware that integrates traditional production systems (e.g. PLC controllers)
1111
and state-of-the art IT technology (BPMN engine, SOA) to enable next generation
1212
of production automation.
1313

14-
* https://projects.eclipse.org/projects/technology.basyx
14+
* https://projects.eclipse.org/projects/dt.basyx
1515

1616
## Developer resources
1717

1818
Information regarding source code management, builds, coding standards, and
1919
more.
2020

21-
* https://projects.eclipse.org/projects/technology.basyx/developer
21+
* https://projects.eclipse.org/projects/dt.basyx/developer
2222

2323
The project maintains the following source code repositories
2424

25-
* https://git.eclipse.org/r/plugins/gitiles/basyx/basyx
26-
* https://git.eclipse.org/r/plugins/gitiles/basyx/basyx.website
25+
* https://github.com/eclipse-basyx
2726

28-
This project uses Bugzilla to track ongoing development and issues.
29-
30-
* Search for issues: https://bugs.eclipse.org/bugs/buglist.cgi?product=Basyx
31-
* Create a new report:
32-
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Basyx
27+
This project uses GitHub to track ongoing development and issues.
28+
* To open an issue for this project open the [issues](https://github.com/eclipse-basyx/basyx-java-components/issues) tab
3329

3430
Be sure to search for existing bugs before you create another one. Remember that
3531
contributions are always welcome!

README

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Eclipse BaSyx Java Components
2+
[![BaSyx Logo](https://www.eclipse.org/basyx/img/basyxlogo.png)](https://www.eclipse.org/basyx/)
3+
4+
The Eclipse BaSyx Java Components are part of the [Eclipse BaSyx middleware](https://www.eclipse.org/basyx/). The Components utilize the [BaSyx Java SDK](https://github.com/eclipse-basyx/basyx-java-sdk) to provide easy to use off-the-shelf components and have been created within the [BaSys](https://www.basys40.de/) project.
5+
6+
## Eclipse Wiki
7+
A detailed technical and user documentation can be found in the [Eclipse BaSyx wiki](https://wiki.eclipse.org/BaSyx). For the Java SDK, you can find instructions about [how to install](https://wiki.eclipse.org/BaSyx_/_Download_/_Java_Setup) and find [introductory](https://wiki.eclipse.org/BaSyx_/_Introductory_Examples) and [extended](https://wiki.eclipse.org/BaSyx_/_Examples) code examples and further [scenarios](https://wiki.eclipse.org/BaSyx_/_Scenarios). Also, see the description of the individual [components and their API](https://wiki.eclipse.org/BaSyx_/_Documentation_/_API).
8+
9+
## Blog posts
10+
11+
For further information, you may also read the blog posts about the Industrie 4.0 IT Infrastructure for Digital Twins:
12+
- Part 1 - [Building the Industry 4.0 IT Infrastructure for Digital Twins](https://www.iese.fraunhofer.de/blog/industry-4-0-it-infrastructure-for-digital-twins/)
13+
- Part 2 - [Implementing the Industrie 4.0 IT Infrastructure for Digital Twins](https://www.iese.fraunhofer.de/blog/industrie-4-0-it-infrastructure-for-digital-twins-part2/).
14+
15+
## Video documentation
16+
17+
Additionally to video documentation of the [SDK](https://github.com/eclipse-basyx/basyx-java-sdk), there is a video showcasing how to use the off-the-shelf components:
18+
19+
[![Getting started with Eclipse BaSyx: Easy AAS setup with off-the-shelf components](http://img.youtube.com/vi/nGRNg0sj1oY/mqdefault.jpg)](https://www.youtube.com/watch?v=nGRNg0sj1oY)
20+
21+
*BaSyx-Middleware – easily explained with the model factory*
22+
23+
24+
## Contributing
25+
26+
If you would like to contribute, please notice the [contribution guidelines](CONTRIBUTING.md). The overall process is described in the [Eclipse wiki](https://wiki.eclipse.org/BaSyx_/_Developer_/_Contributing).
27+
28+
This GitHub project is migrated from the Eclipse infrastructure. For the archived history, see the [archive repository](https://github.com/eclipse-basyx/basyx-archive).

0 commit comments

Comments
 (0)