Compare commits
No commits in common. "main" and "v1.0.8" have entirely different histories.
8 changed files with 9 additions and 164 deletions
|
@ -1,28 +0,0 @@
|
||||||
---
|
|
||||||
name: Bug Report
|
|
||||||
about: Report a problem with this project
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Expected Behaviour
|
|
||||||
|
|
||||||
Please provide a description of the expected behaviour.
|
|
||||||
|
|
||||||
### Actual Behavior
|
|
||||||
|
|
||||||
Please provide a description of the actual behaviour.
|
|
||||||
|
|
||||||
### Steps To Reproduce
|
|
||||||
|
|
||||||
Please provide the steps to reproduce the issue.
|
|
||||||
|
|
||||||
### Environment
|
|
||||||
|
|
||||||
Please provide relevant details of your environment:
|
|
||||||
|
|
||||||
* keycloak version
|
|
||||||
* java version
|
|
||||||
* platform (O/S, etc.)
|
|
|
@ -1,24 +0,0 @@
|
||||||
---
|
|
||||||
name: Feature Request
|
|
||||||
about: Suggest an idea for this project
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Desired Behaviour
|
|
||||||
|
|
||||||
Please provide a description of the desired behaviour.
|
|
||||||
|
|
||||||
### Actual Behavior
|
|
||||||
|
|
||||||
Please provide a description of the actual behaviour.
|
|
||||||
|
|
||||||
### Environment
|
|
||||||
|
|
||||||
Please provide relevant details of your environment:
|
|
||||||
|
|
||||||
* keycloak version
|
|
||||||
* java version
|
|
||||||
* platform (O/S, etc.)
|
|
|
@ -1,6 +0,0 @@
|
||||||
version: 2
|
|
||||||
updates:
|
|
||||||
- package-ecosystem: "maven"
|
|
||||||
directory: "/" # Location of package manifests
|
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
|
@ -1,7 +0,0 @@
|
||||||
### Description
|
|
||||||
|
|
||||||
Please provide a description that details the content of the pull request.
|
|
||||||
|
|
||||||
Please also indicate whether any issues are fixed.
|
|
||||||
|
|
||||||
Fixes # (issue)
|
|
|
@ -1,32 +0,0 @@
|
||||||
# name: analyze
|
|
||||||
#
|
|
||||||
# on:
|
|
||||||
# push:
|
|
||||||
# branches: [ main ]
|
|
||||||
# pull_request:
|
|
||||||
# branches: [ main ]
|
|
||||||
# schedule:
|
|
||||||
# - cron: '24 21 * * 6'
|
|
||||||
#
|
|
||||||
# jobs:
|
|
||||||
# analyze:
|
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
# strategy:
|
|
||||||
# fail-fast: false
|
|
||||||
# matrix:
|
|
||||||
# language: [ 'java' ]
|
|
||||||
# permissions:
|
|
||||||
# actions: read
|
|
||||||
# contents: read
|
|
||||||
# security-events: write
|
|
||||||
# steps:
|
|
||||||
# - name: checkout repository
|
|
||||||
# uses: actions/checkout@v2
|
|
||||||
# - name: initialize CodeQL
|
|
||||||
# uses: github/codeql-action/init@v1
|
|
||||||
# with:
|
|
||||||
# languages: ${{ matrix.language }}
|
|
||||||
# - name: autobuild
|
|
||||||
# uses: github/codeql-action/autobuild@v1
|
|
||||||
# - name: perform CodeQL analysis
|
|
||||||
# uses: github/codeql-action/analyze@v1
|
|
|
@ -1,25 +0,0 @@
|
||||||
name: build
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ main ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ main ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- name: checkout repository
|
|
||||||
uses: https://gitea.com/actions/checkout@v2
|
|
||||||
- name: set up java
|
|
||||||
uses: https://gitea.com/actions/setup-java@v4
|
|
||||||
with:
|
|
||||||
java-version: '21'
|
|
||||||
distribution: 'temurin'
|
|
||||||
- name: Set up Maven
|
|
||||||
uses: https://github.com/stCarolas/setup-maven@v5
|
|
||||||
with:
|
|
||||||
maven-version: 3.9.9
|
|
||||||
- name: build with maven
|
|
||||||
run: mvn --batch-mode --file pom.xml package
|
|
|
@ -1,33 +0,0 @@
|
||||||
name: publish
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- 'v*'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- name: checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: set up java
|
|
||||||
uses: https://gitea.com/actions/setup-java@v4
|
|
||||||
with:
|
|
||||||
java-version: '21'
|
|
||||||
distribution: 'temurin'
|
|
||||||
- name: Set up Maven
|
|
||||||
uses: https://github.com/stCarolas/setup-maven@v5
|
|
||||||
with:
|
|
||||||
maven-version: 3.9.9
|
|
||||||
- name: build with maven
|
|
||||||
run: mvn --batch-mode --file pom.xml -Drevision=${GITHUB_REF_NAME/v/} -Dkeycloak.version=21.0.0 package
|
|
||||||
- name: copy jars
|
|
||||||
run: |-
|
|
||||||
mkdir -p release/jars
|
|
||||||
cp -v bundle/target/keycloak-regex-mapper-*/com.github.lucafilipozzi-keycloak-regex-mapper-*.jar release/jars
|
|
||||||
- name: upload to release
|
|
||||||
uses: actions/forgejo-release@v2.6.0
|
|
||||||
with:
|
|
||||||
direction: upload
|
|
||||||
release-dir: 'release/jars'
|
|
18
pom.xml
18
pom.xml
|
@ -47,8 +47,8 @@
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<github.account>lucafilipozzi</github.account>
|
<github.account>lucafilipozzi</github.account>
|
||||||
<revision>develop</revision>
|
<revision>1.0.7</revision>
|
||||||
<keycloak.version>26.0.7</keycloak.version>
|
<keycloak.version>15.0.2</keycloak.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<!-- IMPORTANT: don't forget to update jboss-deployment-structure.xml -->
|
<!-- IMPORTANT: don't forget to update jboss-deployment-structure.xml -->
|
||||||
|
@ -143,7 +143,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-enforcer-plugin</artifactId>
|
<artifactId>maven-enforcer-plugin</artifactId>
|
||||||
<version>3.5.0</version>
|
<version>3.0.0-M3</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<rules>
|
<rules>
|
||||||
<!-- org.apache.maven.plugins:maven-enforcer-plugin -->
|
<!-- org.apache.maven.plugins:maven-enforcer-plugin -->
|
||||||
|
@ -151,7 +151,7 @@
|
||||||
<version>1.8</version>
|
<version>1.8</version>
|
||||||
</requireJavaVersion>
|
</requireJavaVersion>
|
||||||
<requireMavenVersion>
|
<requireMavenVersion>
|
||||||
<version>3.9.0</version>
|
<version>3.6.0</version>
|
||||||
</requireMavenVersion>
|
</requireMavenVersion>
|
||||||
<requirePluginVersions>
|
<requirePluginVersions>
|
||||||
<banLatest>true</banLatest>
|
<banLatest>true</banLatest>
|
||||||
|
@ -185,14 +185,14 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>extra-enforcer-rules</artifactId>
|
<artifactId>extra-enforcer-rules</artifactId>
|
||||||
<version>1.6.1</version>
|
<version>1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>buildnumber-maven-plugin</artifactId>
|
<artifactId>buildnumber-maven-plugin</artifactId>
|
||||||
<version>3.0.0</version>
|
<version>1.4</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!-- compile -->
|
<!-- compile -->
|
||||||
|
@ -233,7 +233,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
<artifactId>plexus-archiver</artifactId>
|
<artifactId>plexus-archiver</artifactId>
|
||||||
<version>4.6.1</version>
|
<version>4.2.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
@ -252,7 +252,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.puppycrawl.tools</groupId>
|
<groupId>com.puppycrawl.tools</groupId>
|
||||||
<artifactId>checkstyle</artifactId>
|
<artifactId>checkstyle</artifactId>
|
||||||
<version>10.6.0</version>
|
<version>8.45.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
@ -274,7 +274,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.owasp</groupId>
|
<groupId>org.owasp</groupId>
|
||||||
<artifactId>dependency-check-maven</artifactId>
|
<artifactId>dependency-check-maven</artifactId>
|
||||||
<version>8.0.1</version>
|
<version>6.2.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<skipProvidedScope>true</skipProvidedScope>
|
<skipProvidedScope>true</skipProvidedScope>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Add table
Reference in a new issue