stianst
74442ae820
Added script to check Java version in JARs within ZIPs
2017-12-11 13:15:24 +01:00
mposolda
f9e40326c1
KEYCLOAK-5961 Remove CrossDataCenter README file from codebase
2017-12-05 12:15:36 +01:00
stianst
3ee269da87
Align dependencies
2017-12-04 10:14:30 +01:00
stianst
37de8e9f69
Bump version to 3.4.2.Final-SNAPSHOT
2017-12-01 09:34:48 +01:00
Bill Burke
683fe6fa03
Merge pull request #4744 from mposolda/crossdc-rebase
...
KEYCLOAK-4188 CrossDataCenter docs in the README file
2017-11-28 08:58:03 -05:00
Alex Szczuczko
c860ca61c3
KEYCLOAK-5843 Add custom license processing plugin to avoid directory symlinks ( #4723 )
...
Symlinks are frequently unavailable on Windows (must be on NTFS and user must
have SeCreateSymbolicLinkPrivilege). Removing the symlinks for licenses/common/
should enable the build to function mostly normally on Windows. The individual
license files will be incorrect, but that shouldn't matter for local builds.
Release builds are done on *nix.
The plugin rolls several different plugin executions into one. The common files
are distributed using a resource jar, used by and unpacked by the plugin.
2017-11-27 12:31:31 -05:00
mposolda
1782d220c7
KEYCLOAK-4188 CrossDC documentation. Addressed some questions and comments based on feedback.
2017-11-27 18:04:07 +01:00
mposolda
fda491a966
KEYCLOAK-4188 CrossDataCenter docs in the README file
2017-11-27 13:37:38 +01:00
mposolda
a98f085be6
KEYCLOAK-5618 Fix SessionsPreloadCrossDCTest. Update HOW-TO-RUN docs. Ensure it's executed in travis.
2017-11-09 17:39:04 +01:00
Stian Thorgersen
128ff12f8f
Bump versions
2017-11-09 15:37:21 +01:00
Alex Szczuczko
f88b3cddb6
Port forward license data from maintenance, with improvements.
...
org.keycloak dependencies will be automatically added to the xml during the
build, removing the need for runs of download-license-files.sh every time the
keycloak version changes.
Documentation on "why and how" for the license data has also been added.
To reduce code duplication issues, plugin definitions are stored in
keycloak-parent, but only active in the projects that need them (not bound to
any phase by default). Also, the common files have been moved into
licenses/common/, so that a single symlink will suffice to replicate the
current and future files needed by the plugin executions. While the
assembly.xml definitions remain duplicated, they are fairly minimal and
shouldn't need to change often.
License data is available for all adapters shipped in the product, plus
server-feature-pack.
The keycloak slot is populated with data, in addition to the rh-sso slot. A
number of the adapters don't depend on any third-party artifacts, so they have
(mostly) blank license.xml files.
2017-11-08 12:58:38 +01:00
Marek Posolda
7cf52044b2
Merge pull request #4640 from mposolda/crossdc
...
KEYCLOAK-5716 KEYCLOAK-5738 Avoid infinispan deadlock. Ensure code-to…
2017-11-07 11:04:10 +01:00
Hynek Mlnařík
afb4a59b19
KEYCLOAK-5789 Update PR policy ( #4634 )
2017-11-07 10:32:26 +01:00
mposolda
62a1c187a2
KEYCLOAK-5716 KEYCLOAK-5738 Avoid infinispan deadlock. Ensure code-to-token works correctly in cross-dc
2017-11-07 09:01:59 +01:00
Hynek Mlnarik
75c354fd94
KEYCLOAK-5745 Separate user and client sessions in infinispan
2017-10-26 10:39:41 +02:00
mposolda
9a19e95b60
KEYCLOAK-5710 Change cache-server to use backups based caches
2017-10-24 11:52:08 +02:00
Hynek Mlnarik
8e5a6f9bf2
KEYCLOAK-5700 Documentation for jarless server distribution
2017-10-19 07:47:15 +02:00
Hynek Mlnarik
056ba75a72
KEYCLOAK-5656 Use standard infinispan remote-store
2017-10-16 21:49:42 +02:00
Hynek Mlnarik
fe972ce12b
KEYCLOAK-5656 Remove remoteServers configuration option
2017-10-09 11:58:28 +02:00
Hynek Mlnarik
6cbfbeca0b
KEYCLOAK-5656 Remove KeycloakTcpTransportFactory
2017-10-06 13:20:17 +02:00
mposolda
ca92bcbf7f
KEYCLOAK-5480 Cross-DC setup: Remote cache stores are connecting to Infinispan servers in both datacenters
2017-09-18 18:04:04 +02:00
vramik
0570e6e218
KEYCLOAK-5354 update READMEs ( #4443 )
2017-08-30 11:55:52 +02:00
vramik
801205a5bc
KEYCLOAK-5123 rename integration to integration-deprecated
2017-08-30 05:21:30 +02:00
Stian Thorgersen
463661b051
Set version to 3.4.0.CR1-SNAPSHOT
2017-08-28 15:46:22 +02:00
mposolda
05c8c74c96
KEYCLOAK-5294 Updated README for cross-dc setup on Wildfly
2017-08-25 17:53:45 +02:00
Hynek Mlnarik
36080b9833
KEYCLOAK-5242 Added means to run KeycloakServer with https
2017-07-27 07:32:51 +02:00
Stian Thorgersen
454c5f4d83
Set version to 3.3.0.CR1-SNAPSHOT
2017-06-30 09:47:11 +02:00
Hynek Mlnarik
a0f3a6469f
KEYCLOAK-4189 - Cross DC testing
2017-06-12 11:14:28 +02:00
Stian Thorgersen
b870e81648
Merge pull request #4176 from abstractj/KEYCLOAK-4869
...
[KEYCLOAK-4869] Integration tests for app-html5 are failing after upgrade to 3.1.0.Final
2017-05-24 06:59:37 +02:00
Bruno Oliveira
7afdd98499
[KEYCLOAK-4869] Integration tests for app-html5 are failing after upgrade to 3.1.0.Final
2017-05-23 08:02:29 -03:00
Pedro Igor
7681c76ee1
Keycloak AuthZ Client as spring-boot-starter dependency
2017-05-19 17:15:22 -03:00
mposolda
7d8796e614
KEYCLOAK-4626 Support for sticky sessions with AUTH_SESSION_ID cookie. Clustering tests with embedded undertow. Last fixes.
2017-05-11 22:24:07 +02:00
sebastienblanc
dee4548798
rename the starter and spring-boot-starter
2017-04-27 15:54:44 +02:00
Stian Thorgersen
87dedb56e5
Set version to 3.2.0.CR1-SNAPSHOT
2017-04-27 14:23:03 +02:00
Stian Thorgersen
c0e03c05c7
Fix spring boot starter pom
2017-04-27 12:40:23 +02:00
sebastienblanc
0781f3b33d
add shading
...
add new module containing adapters
remove conditional bean
move bundle module
2017-04-27 09:15:36 +02:00
Bruno Oliveira
f9c017efaf
Inclusion of support for credentials
...
- Added support for credentials
- Less verbose methods
2017-04-07 06:05:24 -03:00
Bruno Oliveira
01e7d79b1f
Removal of duplicated code for testhelper
...
Effectively make use of username and password
Refactoring packages
Including ClientBuilder
2017-03-31 10:34:59 -03:00
sebastienblanc
0e8337ba8e
KEYCLOAK-4691: Extract iat generator to method
2017-03-30 10:51:28 +02:00
Stian Thorgersen
a87ee04024
Bump to 3.1.0.CR1-SNAPSHOT
2017-03-16 14:21:40 +01:00
sebastienblanc
64f20b580a
adding a helper class
2017-03-10 14:43:16 +01:00
Stian Thorgersen
49ac3587b6
KEYCLOAK-4384 Remove Mongo support
2017-02-15 15:20:58 +01:00
sebastienblanc
083f27f19d
KEYCLOAK-4423 : Adding Spring Boot Adapter
2017-02-14 14:33:15 +01:00
mposolda
a27be0cee7
KEYCLOAK-3857 Clustered invalidation cache fixes and refactoring. Support for cross-DC for invalidation caches.
2016-11-16 22:29:23 +01:00
mposolda
072ccb5c61
KEYCLOAK-3770 OIDC registration with id_token grant type should set publicClient flag to true
2016-10-20 14:10:53 +02:00
Hynek Mlnarik
6578ce73a1
KEYCLOAK-3697: Evaluate preconditions when generating SQL script
...
Plus minor related change - replace deprecated call with equivalent
supported, add javadoc
Further info:
* http://forum.liquibase.org/topic/unexpected-behaviour-of-preconditions-with-updatesql
* http://stackoverflow.com/questions/17671923/liquibase-migrate-sql-does-not-check-precondtions
2016-10-13 13:00:33 +02:00
Bill Burke
8967ca4066
refactor mongo entities, optimize imports
2016-09-28 15:25:39 -04:00
Stian Thorgersen
59674e44bf
Update HackingOnKeycloak.md
2016-09-09 15:11:35 +02:00
Stan Silvert
a462dd78bb
Update dev doc for keycloak subsystem configuration.
2016-08-26 16:40:34 -04:00
mposolda
0520d465c1
KEYCLOAK-3414 Support for client registration from trusted hosts
2016-08-11 15:55:32 +02:00