https://github.com/bonitasoft/bonita-actorfilter-single-user
https://github.com/bonitasoft/bonita-actorfilter-single-user
bonita-actor-filter delivery-central delivery-marketplace hacktoberfest lifecycle-independent published-full
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bonitasoft/bonita-actorfilter-single-user
- Owner: bonitasoft
- License: gpl-2.0
- Created: 2020-08-31T09:36:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-12T14:26:33.000Z (10 months ago)
- Last Synced: 2025-10-08T09:59:45.049Z (8 months ago)
- Topics: bonita-actor-filter, delivery-central, delivery-marketplace, hacktoberfest, lifecycle-independent, published-full
- Language: Java
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 14
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/bonitasoft/bonita-actorfilter-single-user/actions?query=workflow%3ABuild)
[](https://sonarcloud.io/dashboard?id=bonitasoft_bonita-actorfilter-single-user)
[](https://github.com/bonitasoft/bonita-actorfilter-single-user/releases)
[](https://search.maven.org/artifact/org.bonitasoft.actorfilter/bonita-actorfilter-single-user)
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
Bonita Actor Filter that filter users of an actor based on a single user Id.
## Build
__Clone__ or __fork__ this repository, then at the root of the project run:
`./mvnw package`
You will then get a `bonita-actorfilter-single-user-.zip` file in the target/ folder.
## Release
In order to create a new release:
- On the release branch, make sure to update the pom version (remove the -SNAPSHOT)
- Run the action 'Create release', set the version to release as parameter
- Update the `master` with the next SNAPSHOT version.
## Contributing
We would love you to contribute, pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
## License
The sources and documentation in this project are released under the [GPLv2 License](LICENSE)