833bf98643
Base fixes: * [KEYCLOAK-15780] Upgrade Keycloak to Wildfly 21.0.0.Beta1 / Wildfly Core 13.0.0.Beta6 * [KEYCLOAK-16031] Upgrade Keycloak to Wildfly 21.0.0.Final / Wildfly Core 13.0.1.Final * [KEYCLOAK-16442] Upgrade Keycloak to Wildfly 21.0.1.Final / Wildfly Core 13.0.3.Final Other (dependent) fixes: * [KEYCLOAK-15408] Deprecate former Wildfly and Wildfly Core versions in Arquillian's testsuite pom.xml file as part of the upgrade script * [KEYCLOAK-15442] Update the version of 'jboss-parent' as part of the Wildfly upgrade script if necessary * [KEYCLOAK-15474] Add --verbose and --force options to the Wildfly upgrade automated script * [KEYCLOAK-15649] Update "urn:jboss:domain:infinispan:10.0" version as part of the Wildfly upgrade automated script * [KEYCLOAK-15652] Wildfly upgrade automated script - Align Python artifact version comparsion algorithm with the Maven / Java one Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
83 lines
1.2 KiB
Text
83 lines
1.2 KiB
Text
# OS stuff
|
|
###################
|
|
.DS_Store
|
|
|
|
# Intellij
|
|
###################
|
|
.idea
|
|
*.iml
|
|
|
|
# Eclipse #
|
|
###########
|
|
.project
|
|
.settings
|
|
.classpath
|
|
# reverting this as e.g. /distribution/feature-packs/server-feature-pack/src/main/resources/content/bin/
|
|
# should not be ignored
|
|
#bin/
|
|
.factorypath
|
|
|
|
|
|
# NetBeans #
|
|
############
|
|
nbactions.xml
|
|
nb-configuration.xml
|
|
catalog.xml
|
|
nbproject
|
|
|
|
# VS Code #
|
|
###########
|
|
*.code-workspace
|
|
|
|
# Compiled source #
|
|
###################
|
|
*.com
|
|
*.class
|
|
*.dll
|
|
*.exe
|
|
*.o
|
|
*.so
|
|
|
|
# Packages #
|
|
############
|
|
# it's better to unpack these files and commit the raw source
|
|
# git has its own built in compression methods
|
|
*.7z
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
|
|
# Python byte-compiled files #
|
|
##############################
|
|
*.pyc
|
|
|
|
# Logs and databases #
|
|
######################
|
|
*.log
|
|
.attach_pid*
|
|
|
|
# Maven #
|
|
#########
|
|
target
|
|
|
|
# Maven shade
|
|
#############
|
|
*dependency-reduced-pom.xml
|
|
|
|
# nodejs #
|
|
##########
|
|
# KEYCLOAK-5391: We will re-exclude node_modules when node_modules handling is worked out.
|
|
# For now, we keep our js libraries checked into GitHub, so we don't ignore.
|
|
#node_modules
|
|
|
|
# testsuite #
|
|
#############
|
|
*offline-token.txt
|
|
|
|
# Quarkus ephemeral data #
|
|
##########################
|
|
quarkus/data/*.db
|