Skip to content

Commit

Permalink
update references after renaming branch master to main (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengfang authored Jun 1, 2023
1 parent 86b5f16 commit 1bd5b42
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
branches: [ "main" ]
schedule:
- cron: '35 6 * * 5'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jberet-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: JBeret
on:
pull_request:
branches:
- master
- main
- 2.*
types: [ opened, synchronize, reopened, ready_for_review ]

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Increase `ulimit` to avoid such errors. For example,
ulimit -u 2048add

#### JBeret Modules:
* [jberet-core](https://github.com/jberet/jsr352/tree/master/jberet-core): core batch runtime engine
* [jberet-se](https://github.com/jberet/jsr352/tree/master/jberet-se): impl classes specific to Java SE runtime environment
* [jberet-core](https://github.com/jberet/jsr352/tree/main/jberet-core): core batch runtime engine
* [jberet-se](https://github.com/jberet/jsr352/tree/main/jberet-se): impl classes specific to Java SE runtime environment
* [jberet-support](https://github.com/jberet/jberet-support): a collection of reusable batch readers and writers (e.g., CSV, fixed length, Excel, Json, XML, Mongo, JDBC, JMS, HornetQ, PDF, etc) for batch applications, and JNDI support
* [jberet-rest-api](https://github.com/jberet/jberet-rest): REST API for batch job management
* [jberet-ui](https://github.com/jberet/jberet-ui): front-end UI web app for batch job management
* [jberet-se-bom](https://github.com/jberet/jsr352/tree/master/jberet-se-bom): a maven BOM to encapsulate all the dependencies required by JBeret Java SE.
* [test-apps](https://github.com/jberet/jsr352/tree/master/test-apps): test applications
* [jberet-se-bom](https://github.com/jberet/jsr352/tree/main/jberet-se-bom): a maven BOM to encapsulate all the dependencies required by JBeret Java SE.
* [test-apps](https://github.com/jberet/jsr352/tree/main/test-apps): test applications
* [tck-porting-impl](https://github.com/jberet/jberet-tck-porting): support running [Jakarta Batch TCK](https://jakarta.ee/specifications/batch/) with JBeret in Java SE
* [wildfly-jberet-samples](https://github.com/jberet/jberet-wildfly-samples): Sample batch processing apps that can be deployed to WildFly or JBoss EAP 7
* [quarkus-jberet](https://github.com/quarkiverse/quarkus-jberet): The Quarkus JBeret Extension adds support for Jakarta Batch applications
Expand All @@ -57,7 +57,7 @@ Increase `ulimit` to avoid such errors. For example,
* Download JBeret jars and distro zip from [JBoss.org nexus](https://repository.jboss.org/nexus/index.html#nexus-search;quick~jberet)

#### Batch sample & test applications:
- <https://github.com/chengfang/wildfly-samples/tree/master/jberet>, web apps that demonstrate the following:
- <https://github.com/jberet/jberet-wildfly-samples>, web apps that demonstrate the following:
+ JsonItemReader, JsonItemWriter
+ CsvItemReader, CsvItemWriter
+ XmlItemReader, XmlItemWriter
Expand All @@ -66,7 +66,7 @@ Increase `ulimit` to avoid such errors. For example,
+ JNDI lookup of MongoClient in WildFly
+ job xml files showing the use of various reader/writer configuration properties
+ jberet-support module can be installed in WildFly and referenced by multiple apps via either MANIFEST.MF or jboss-deployment-structure.xml
- <https://github.com/jberet/jsr352/tree/master/test-apps>
- <https://github.com/jberet/jsr352/tree/main/test-apps>
+ test apps running in Java SE environment to verify core batch requirements
+ test apps running in Java SE environment to verify additional JBeret features (inheritance, scripting support, infinispan job repository, etc)

Expand Down

0 comments on commit 1bd5b42

Please sign in to comment.