Skip to content

Commit 9e3f68f

Browse files
authored
Merge branch 'master' into update-jdk-11
2 parents 1ff378e + 3a5b877 commit 9e3f68f

File tree

5 files changed

+35
-2
lines changed

5 files changed

+35
-2
lines changed

.github/FUNDING.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# These are supported funding model platforms
2+
3+
github: [OpenIdentityPlatform]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: OpenIDM
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12+
polar: # Replace with a single Polar username
13+
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14+
thanks_dev: # Replace with a single thanks.dev username
15+
custom: ['https://www.openidentityplatform.org/sponsor'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ If applicable, add screenshots to help explain your problem.
3333

3434
**Additional context**
3535
Add any other context about the problem here.
36+
37+
[Vote to raise the priority 🖐️](https://opencollective.com/openidentityplatform/projects/openidm/contribute/vote-to-raise-the-priority-of-an-issue-92513)

.github/ISSUE_TEMPLATE/Feature_request.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ A clear and concise description of any alternative solutions or features you've
1515

1616
**Additional context**
1717
Add any other context or screenshots about the feature request here.
18+
19+
[Vote to raise the priority 🖐️](https://opencollective.com/openidentityplatform/projects/openidm/contribute/vote-to-raise-the-priority-of-an-issue-92513)

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
java: [ '11', '17', '21', '24' ]
13+
java: [ '11', '17', '21', '25' ]
1414
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
1515
fail-fast: false
1616
steps:

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,20 @@ openicf/bin/ConnectorServer.sh /run
6868
## Contributing
6969
Please, make [Pull request](https://github.com/OpenIdentityPlatform/OpenICF/pulls)
7070

71-
<a href="https://github.com/OpenIdentityPlatform/OpenICF/graphs/contributors">
71+
<a href="https://opencollective.com/OpenIDM/tiers" target="_blank">
7272
<img src="https://contributors-img.web.app/image?repo=OpenIdentityPlatform/OpenICF" />
7373
</a>
74+
75+
## Backers
76+
Thank you to all our backers! [Become a backer 🙏](https://opencollective.com/OpenIDM/tiers)
77+
78+
<a href="https://opencollective.com/OpenIDM/tiers" target="_blank">
79+
<img src="https://opencollective.com/OpenIDM/backers.svg?width=890">
80+
</a>
81+
82+
## Sponsors
83+
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor ❤️](https://opencollective.com/OpenIDM/tiers)
84+
85+
<a href="https://opencollective.com/OpenIDM/tiers" target="_blank">
86+
<img src="https://opencollective.com/OpenIDM/sponsors.svg?width=890">
87+
</a>

0 commit comments

Comments
 (0)