1
0
mirror of synced 2026-07-12 22:30:33 +00:00

Compare commits

...

138 Commits

Author SHA1 Message Date
Eleftheria Stein f85f2fa740 Release 5.3.0.RC1 2020-02-05 15:17:14 +01:00
Eleftheria Stein 064616f1ef Lock dependencies for 5.3.0.RC1 2020-02-05 10:20:05 +01:00
Eleftheria Stein 7c482007de Update to GAE 1.9.78
Fixes gh-7893
2020-02-05 09:42:36 +01:00
Eleftheria Stein 96913f4bc1 Update to Spring Boot 2.2.4.RELEASE
Fixes gh-7892
2020-02-05 09:41:36 +01:00
Rob Winch b47605266e Update to Gradle 6.1.1
Fixes gh-7936
2020-02-04 23:36:47 -06:00
Rob Winch 1d7208f8ef Add RSocket Authentication Extension Support
Fixes gh-7935
2020-02-04 23:36:47 -06:00
Josh Cummings 209c81d65d Add BadOpaqueTokenException
Updated NimbusOpaqueTokenIntrospector and
NimbusReactiveOpaqueTokenIntrospector to throw.
Updated OpaqueTokenAuthenticationProvider and
OpaqueTokenReactiveAuthenticationManager to catch.

Fixes gh-7902
2020-02-04 17:33:08 -07:00
Josh Cummings 0c3754c811 Add BadJwtException
Updated NimbusJwtDecoder and NimbusReactiveJwtDecoder to throw.
Updated JwtAuthenticationProvider and JwtReactiveAuthenticationManager
to catch.

Fixes gh-7885
2020-02-04 17:33:08 -07:00
Josh Cummings fbdecdafb8 Add Mapping to Invalid Bearer Token
Fixes gh-7793
2020-02-04 17:33:08 -07:00
Joe Grandja 25d029b092 Fix test gh-7873 2020-02-04 12:00:55 -05:00
Joe Grandja 04f3fe8af9 Add Jackson support for oauth2-client session related classes
Fixes gh-4886
2020-02-04 09:01:12 -05:00
Rob Winch ca5cc13948 SecurityEvaluationContextExtension Signature
SecurityEvaluationContextExtension.getRootObject() should have a signature
with a return type of SecurityExpressionRoot. See
EvaluationContextExtension javadoc
https://github.com/spring-projects/spring-data-commons/blob/eed7658ce54dfc3960c28cd90f551fdd27b4adba/src/main/java/org/springframework/data/spel/spi/EvaluationContextExtension.java#L61-L64

This enhancement will allow for Spring Data to make certain types of
optimizations.

Fixes gh-7891
2020-02-04 07:32:16 -06:00
Eleftheria Stein 5678490c1f Add relying party registration not found exception
Fixes: gh-7865
2020-02-04 09:58:54 +01:00
Josh Cummings 3e07b35611 Polish Bearer Token Error Handling
Issue gh-7822
Issue gh-7823
2020-02-03 17:54:39 -07:00
Josh Cummings 1b15f74f57 Add InvalidBearerTokenException
Fixes gh-7822
2020-02-03 17:54:39 -07:00
Josh Cummings 7b2fcd17f5 Add BearerTokenErrors
Fixes gh-7823
2020-02-03 17:54:33 -07:00
Josh Cummings 187c76e610 Update Tests in oauth2webclient Sample
Issue gh-7886
2020-02-03 17:08:04 -07:00
Josh Cummings c367378421 Add OAuth2Client MockMvc Test Support
Fixes gh-7886
2020-02-03 15:59:58 -07:00
Eleftheria Stein 0694b621bb Manage specific version of htmlunit dependencies
This allows Spring Boot to resolve consistent versions

Fixes: gh-7888
2020-02-03 20:18:02 +01:00
James ee6df1701b Polish SessionManagementConfigurer 2020-01-31 11:24:36 -07:00
Josh Cummings cb9fd09150 Change AuthenticationWebFilter's constructor
Fixes gh-7872
2020-01-31 09:31:28 -07:00
Josh Cummings 7550907e03 Polish OAuth2AccessTokenResponse converters
Since these converters no longer have a direct reference to the HTTP
stack, it would be better to move them into another package. Also, now
that the converters are public, we should follow the prevailing
converter naming convention, which is to call it STConverter for an
implementation of Converter<S, T>.
2020-01-30 16:42:44 -07:00
Nikita Konev 704f98688d Make OAuth2AccessTokenResponse converters public 2020-01-30 16:42:44 -07:00
Josh Cummings d22b476983 Polish ProviderManager
Updated copyright date range and adjusted constructor order to better
match DelegatingReactiveAuthenticationManager

Fixes gh-7713
2020-01-30 16:08:01 -07:00
Thomas Vitale ace89e12f2 Make code cleaner in ProviderManagerTests 2020-01-30 16:07:24 -07:00
Thomas Vitale 5ce60022d3 ProviderManager should have a varargs constructor
- Added varargs constructor to ProviderManager.
- Added check for null values in AuthenticationProvider list.
- Updated ProviderManagerTests to test for null values using both constructors.

Fixes gh-7713
2020-01-30 16:07:24 -07:00
Josh Cummings df8feb8919 Update JettyCasService
Align with changes to Jetty's SslContextFactory

Issue gh-7874
2020-01-30 11:25:44 -07:00
Josh Cummings 50d8200348 Update cas-server-webapp to 4.0.7
Did not update to the latest as there is some work involved in
aligning the casserver sample's XML configuration with the latest
cas-server-webapp.

Fixes gh-7874
2020-01-30 11:24:16 -07:00
Eleftheria Stein a512789a93 Fix requiresAuthenticationMatcher not being used
The custom server requiresAuthenticationMatcher was not always picked up

Fixes: gh-7863
2020-01-27 16:12:27 +01:00
Eleftheria Stein 29377545d9 Fix authenticationFailureHandler not being used
The custom server authenticationFailureHandler was not always picked up

Fixes: gh-7782
2020-01-27 13:10:03 +01:00
Peter Keller e62fb755e8 Set charset of BasicAuthenticationFilter converter
Allow BasicAuthenticationFilter to pick up the given credentials charset.

Fixes: gh-7835
2020-01-23 15:34:35 +01:00
Eleftheria Stein a2fb2c91c2 Kotlin examples in documentation
Issue: gh-5558
2020-01-22 14:36:34 +01:00
Eleftheria Stein 9740b5920b Load LDIF file from classpath in unboundId mode
Fixes: gh-7833
2020-01-21 09:52:30 -06:00
Eleftheria Stein 57fba90c0e Fix LDIF file example in LDAP docs
Fixes: gh-7832
2020-01-20 10:24:20 +01:00
Rob Winch e93fb9904e Update to Gradle 6.1 2020-01-17 19:22:13 -06:00
Rob Winch a03bfe63fd Remove in favor of ManagementConfigurationPlugin 2020-01-17 19:22:13 -06:00
Johannes Edmeier bdc60a9128 Don't cache requests with Accept: text/event-stream by default.
The eventstream requests is typically not directly invoked by the browser.
And even more unfortunately the Browser-Api doesn't allow the set additional headers as `XMLHttpRequest`..
2020-01-17 10:42:16 -08:00
Rob Winch 1ae3ec3f8a Revert "Update to Gradle 6.1"
This reverts commit 7f9715d951.
2020-01-16 19:32:46 -06:00
Phil Clay e5fca61810 Introduce Reactive OAuth2Authorization success/failure handlers
All ReactiveOAuth2AuthorizedClientManagers now have authorization success/failure handlers.
A success handler is provided to save authorized clients for future requests.
A failure handler is provided to remove previously saved authorized clients.

ServerOAuth2AuthorizedClientExchangeFilterFunction also makes use of a
failure handler in the case of unauthorized or forbidden http status code.

The main use cases now handled are
- remove authorized client when an authorization server indicates that a refresh token is no longer valid (when authorization server returns invalid_grant)
- remove authorized client when a resource server indicates that an access token is no longer valid (when resource server returns invalid_token)

Introduced ClientAuthorizationException to capture details needed when removing an authorized client.
All ReactiveOAuth2AccessTokenResponseClients now throw a ClientAuthorizationException on failures.

Created AbstractWebClientReactiveOAuth2AccessTokenResponseClient to unify common logic between all ReactiveOAuth2AccessTokenResponseClients.

Fixes gh-7699
2020-01-16 15:24:55 -05:00
Rob Winch 7f9715d951 Update to Gradle 6.1
Fixes gh-7838
2020-01-16 11:18:01 -06:00
Rob Winch a769f6a0c4 Polish LDAP Authentication
Issue gh-7628
2020-01-16 09:38:40 -06:00
Josh Cummings f1f158b37e AuthenticationEventPublisher DSL Lookup
Fixes gh-4400
2020-01-14 12:07:46 -07:00
Josh Cummings 5579846263 AuthenticationEventPublisher Bean Lookup
Issue gh-7793
Fixes gh-7515
2020-01-14 12:07:46 -07:00
James Howe fc9b97c94a Typo in doc 2020-01-14 08:32:26 -07:00
Josh Cummings 982f3f902c Add oauth2Login Reactive Test Support
Fixes gh-7828
2020-01-13 17:49:52 -07:00
Rob Winch 841275e152 Polish Username Password Storage wording
Issue gh-7801
2020-01-13 16:40:12 -06:00
Rob Winch c4a0ed0db5 Fix indentation of user-details-service.adoc
Issue gh-7801
2020-01-13 16:40:05 -06:00
Rob Winch 2e2974fc13 Add Dependency Versions to Asciidoctor
Add dependency versions to asciidoctor and
spring-version -> spring-core-version

Issue gh-7801
2020-01-13 16:39:57 -06:00
Rob Winch 38c2010d21 Remove println from springVersion
Issue gh-7801
2020-01-13 16:39:50 -06:00
Filip Hanik 6a28d9eee7 Use latest documentation plugin 2020-01-13 12:19:57 -08:00
Vincent Ricard f0856c83a9 Migrate LDAP integration tests groovy->java
This commit also removes BaseSpringSpec

Issue: gh-4939
2020-01-13 14:18:25 +01:00
Onur Kağan Özcan 1f6381d970 Set secure on cookie when logging out
Mark cookie secure flag to ensure cookie identity is the same
2020-01-13 11:01:33 +01:00
Josh Cummings 8f1d0cf528 opaqueToken MockMvc Configuration Order
Fixes gh-7800
2020-01-10 16:47:31 -07:00
Rob Winch ad7c44f7fd Add More role=primary/secondary
Issue gh-7801
2020-01-10 10:58:24 -06:00
Rob Winch 729da6463f Fix appendix-schema id 2020-01-10 10:58:24 -06:00
Eleftheria Stein 1e33627d87 Use standard lambda syntax in documentation
Fixes: gh-7774
2020-01-10 13:12:17 +01:00
Josh Cummings a35ce77451 Add missing PowerMockIgnore annotation
WebSecurityConfigurerAdapterPowermockTests needs to exclude
javax.xml.transform.* from Powermock configuration.
2020-01-09 15:48:08 -07:00
Josh Cummings ba21c156dd Polish WebSecurityConfigurerAdapter tests
Moved Powermock-dependent test over to
WebSecurityConfigurerAdapterPowermockTests.
2020-01-09 13:51:19 -07:00
Rob Winch ffccec953f Fix HttpHeaderWriterWebFilterTests
Ensure setComplete() is subscribed to
2020-01-09 14:24:35 -06:00
Rob Winch 3fb87d10e9 Add role=primary/secondary example
Issue gh-7801
2020-01-09 12:05:20 -06:00
Rob Winch b85b4b8643 spring-build-conventions:0.0.28.BUILD-SNAPSHOT
Fixes gh-7801
2020-01-09 12:05:06 -06:00
Rob Winch 04b6096d19 Fix Asciidoctor Warnings
Issue gh-7801
2020-01-09 12:04:58 -06:00
Eleftheria Stein fcc6457bef Unlock dependencies for next development version
This reverts commit 93acf8f0f1.
2020-01-08 22:15:17 +01:00
Eleftheria Stein d68a82e716 Next Development Version 2020-01-08 22:10:35 +01:00
Eleftheria Stein 7af26f12dc Release 5.3.0.M1 2020-01-08 21:42:46 +01:00
Eleftheria Stein 3cc9dfcd9f Disable locks in snapshot pipeline task
Fixes: gh-7798
2020-01-08 21:12:19 +01:00
Eleftheria Stein c0d78a32f1 Allow disabling dependency locking
Fixes: gh-7799
2020-01-08 21:11:00 +01:00
Eleftheria Stein 93acf8f0f1 Lock dependencies for 5.3.0.M1 2020-01-08 19:41:10 +01:00
Eleftheria Stein 2cf9e57fa4 Restrict cas-server version
Issue: gh-7788
2020-01-08 17:18:30 +01:00
Eleftheria Stein 20483c2314 Update to Spring Boot 2.2.2.RELEASE
Fixes: gh-7797
2020-01-08 17:01:23 +01:00
Josh Cummings de87675f6d Add JwtIssuerAuthenticationManagerResolver
Fixes gh-7724
2020-01-07 23:30:42 -07:00
Josh Cummings 09810b8df9 oidcLogin Test Configuration Flow
Fixes gh-7794
2020-01-07 17:37:48 -07:00
Josh Cummings 84ba3ddf26 Add oauth2Login MockMvc Support
Fixes gh-7789
2020-01-07 14:09:36 -07:00
Eleftheria Stein-Kousathana 2df1099da5 Idiomatic Kotlin DSL for configuring HTTP security
Issue: gh-5558
2020-01-07 12:08:43 -05:00
artmiar e306482a96 Fix description of PasswordEncoder 2020-01-07 06:17:39 -05:00
Rob Winch f639e17491 Resolve Current Spring Version
Issue gh-7788
2020-01-06 15:12:04 -06:00
Rob Winch 65981444f1 Use Version Ranges
Fixes gh-7788
2020-01-06 14:46:48 -06:00
Rob Winch 1bb1e74a9d Add Gradle Lock Plugin
Issue gh-7788
2020-01-06 14:46:48 -06:00
Rob Winch 06d7443946 Use Gradle platform and constraints
This was largely generated from the following script

wget https://github.com/spring-gradle-plugins/spring-build-conventions/blob/bd9f8eb541529a91d02debe4f4d07056f8b2b8d7/src/main/groovy/io/spring/gradle/convention/DependencySetPlugin.groovy ./dsp.gradle
cat gradle/dependency-management.gradle | grep 'management "' | cut -d ':' -f 2 | xargs -I{} sh -c "rg {} -l -g '*.gradle' -g '\!dependency-management.gradle' > /dev/null || echo {}" | xargs -I{} sed -iE '/.*{}.*/d' gradle/dependency-management.gradle
rm ./dps.gradle

Fixes gh-7787
2020-01-06 14:46:36 -06:00
Eleftheria Stein 924b9e95a1 Polish MethodSecurityEvaluationContext
Issue: gh-6224
2020-01-03 20:08:52 -05:00
Daniel Bustamante Ospina 150b66824d Make MethodSecurityEvaluationContext Delegate to MethodBasedEvaluationContext
Spring Security's MethodSecurityEvaluationContext should delegate to Spring Framework's
MethodBasedEvaluationContext

Fixes: gh-6224
2020-01-03 19:49:41 -05:00
Rafael Renan Pacheco 96d82ecbf2 Fix docs that cause unchecked assignment and NPE 2020-01-02 11:29:05 -05:00
Eleftheria Stein 8b8267e1fe Fix typo in LDAP Javadoc 2020-01-02 10:58:44 -05:00
Matthias Stock 5fde3044f7 Resolve JavaType only once for whitelisted class 2020-01-02 10:30:51 -05:00
Filip Hanik 9d26f12e86 Add an example of Base64 encoding that failed with java.util.Base64
Revert usage to Apache Commons Codec (dependency by OpenSaml)
2020-01-01 15:45:10 -08:00
Eleftheria Stein 22c222005b Add custom release notes configuration file 2019-12-31 14:19:40 -05:00
BELHAKEL Ammar b4619f31ee Fix return type
AbstractConfiguredSecurityBuilder.objectPostProcessor() should cast to
B, the type of SecurityBuilder, instead of O, the type of object being
built.

Without this change, calls like
http.objectPostProcessor(...).getFilters() will fail with a
ClassCastException.
2019-12-30 12:01:56 -07:00
Eleftheria Stein f109388211 Use lambda DSL in all samples in documentation
Issue: gh-7774
2019-12-30 17:49:35 +01:00
Rafael Renan Pacheco 0295b51e78 Fix var typo and code readability 2019-12-27 15:25:04 +01:00
Eleftheria Stein 2c7f2c2117 Fix Javadoc error in oauth2ResourceServer
Fixes: gh-7670
2019-12-27 14:24:46 +01:00
Josh Cummings e1fdb24b5d Add opaqueToken MockMvc Test Support
Fixes gh-7712
2019-12-20 15:34:11 -07:00
Onur Kağan Özcan 2015f392ef Set secure when cancelling remember-me cookie
AbstractRememberMeServices is setting remember-me cookie with checking request is secure or secure usage is independently set to a fixed flag.
But when cancelling a cookie, cookie is not being marked secure or not. It produces an inconsistency when using secure flag as a part to identity of cookie.
2019-12-20 16:04:31 +01:00
Josh Cummings 40d4dce329 Polish Documentation
Changed indentation on saml2Login() snippets to align more closely
with surrounding documentation.

Also removed call to super.configure as this would enable formLogin as
well as httpBasic. Replaced with default endpoint authorization
statement.

Issue gh-7654
2019-12-18 10:53:59 -07:00
Josh Cummings c745889ae7 Update to nimbus-jose-jwt:8.3
Fixes gh-7720
2019-12-18 10:23:51 -07:00
Tao Sun f18d0fd1a7 Test details using isEqualTo 2019-12-18 17:35:51 +01:00
Tao Sun 6b0981549b Add test for details deserialization 2019-12-18 17:35:51 +01:00
Tao Sun 156fc294bf Deserialize details field in UsernamePasswordAuthenticationToken
Before this commit, the details field was set to a JsonNode, but now it is deserialized correctly.

Fixes gh-7482
2019-12-18 17:35:51 +01:00
Filip Hanik af415948b1 Allow configuration of AuthenticationManagerResolver in saml2Login()
Fixes gh-7654

https://github.com/spring-projects/spring-security/issues/7654
2019-12-17 13:34:27 -08:00
Filip Hanik b7eebabce6 Ensure that both matchers carry the same pattern.
AbstractAuthenticationProcessingFilter.setRequiresAuthenticationRequestMatcher is public and final,
so there is a risk that the underlying matcher can become different if one is not careful.
2019-12-17 13:34:27 -08:00
Filip Hanik 9aa333ca4d Use the custom ServerRequestCache that the user configures
on for the default authentication entry point and authentication
success handler

Fixes gh-7721

https://github.com/spring-projects/spring-security/issues/7721

Set RequestCache on the Oauth2LoginSpec default authentication success handler

import static ReflectionTestUtils.getField

Feedback incorporated per

https://github.com/spring-projects/spring-security/pull/7734#pullrequestreview-332150359
2019-12-17 13:33:56 -08:00
Rafael Garcia 65f5c29316 Check hashes of byte array passwords
Fixes gh-7661
2019-12-13 17:57:49 +01:00
Rob Winch 83d796cf1a Docs ServerRSocketFactoryCustomizer->ServerRSocketFactoryProcessor
The documentation incorrectly used ServerRSocketFactoryCustomizer which
was renamed to ServerRSocketFactoryProcessor. The docs now use the correct
class name

Fixes gh-7737
2019-12-12 15:30:33 -06:00
Eleftheria Stein da3f18017d Polish SAML2 principal classes
Update @since

Issue: gh-7681
2019-12-12 20:22:58 +01:00
Rob Winch a8331ba7ed CompositeServerHttpHeadersWriter Executes Sequentially
Fixes gh-7731
2019-12-12 11:23:56 -06:00
Clement Stoquart 31b999e9b4 fix: make Saml2Authentication serializable 2019-12-12 17:11:00 +01:00
Josh Cummings 02f161aba7 Use OidcIdToken.Builder
Issue gh-7592
2019-12-12 07:37:15 -07:00
David Herberth 64e063d948 switches web authentication principal resolver to use reactive context
gh #6598

Signed-off-by: David Herberth <github@dav1d.de>
2019-12-12 15:33:23 +01:00
Rob Winch 8e53c3f269 DelegatingServerAuthenticationSuccessHandler Executes Sequentially
Fixes gh-7728
2019-12-12 08:32:44 -06:00
Rafael Garcia c71e84bdac Replace test vectors with list of objects 2019-12-12 12:42:44 +01:00
Rob Winch 73babc3314 DelegatingServerLogoutHandler Executes Sequentially
Fixes gh-7723
2019-12-11 15:39:27 -06:00
Phil Clay cffad1be02 Polish #7589
Rename OAuth2AuthorizedClientServiceReactiveOAuth2AuthorizedClientManager to AuthorizedClientServiceReactiveOAuth2AuthorizedClientManager.

Handle empty mono returned from contextAttributesMapper.

Handle empty map returned from contextAttributesMapper.

Fix DefaultContextAttributesMapper so that it doesn't access ServerWebExchange.

Fix unit tests so that they pass.

Use StepVerifier in unit tests, rather than .subscribe().

Fixes gh-7569
2019-12-10 13:59:51 -05:00
Ankur Pathak c29309d744 Reactive Implementation of AuthorizedClientServiceOAuth2AuthorizedClientManager
ReactiveOAuth2AuthorizedClientServiceReactiveOAuth2AuthorizedClientManager is reactive
version of AuthorizedClientServiceOAuth2AuthorizedClientManager

Fixes: gh-7569
2019-12-10 13:59:51 -05:00
Clement Stoquart 0c47bfb1e3 Remove empty relay state from redirect url 2019-12-10 09:49:54 -08:00
Joe Grandja 24500fa3ca Remove redundant validation for redirect-uri
Fixes gh-7706
2019-12-06 11:55:31 -05:00
Rob Winch 9c991a5430 Start Servlet Authentication Cleanup
Issue gh-7628
2019-12-06 10:52:38 -06:00
Joe Grandja 4d9cee116c Display general error message when WebFlux oauth2Login() fails
Issue gh-5562 gh-6484
2019-12-05 16:54:31 -05:00
Joe Grandja c40a17b4d1 WebFlux oauth2Login() redirects on failed authentication
Fixes gh-5562 gh-6484
2019-12-05 16:50:43 -05:00
Josh Cummings d102cae243 oidcLogin MockMvc Documentation
Remove documentation requiring a valid ClientRegistrationRepository

Issue: gh-7618
2019-12-02 22:49:17 -07:00
Josh Cummings 8c32d5fe48 Add oidcLogin WebFlux Test Support
Fixes: gh-7680
2019-12-02 22:28:24 -07:00
Josh Cummings bb8706977d Polish DefaultOAuth2AuthorizedClientManager 2019-12-02 16:05:17 -07:00
Eleftheria Stein 55f1c695e1 Include security configuration context in test sample
Fixes: gh-7688
2019-12-02 10:13:24 +01:00
Alexey Nesterov d8d59e97ac Correctly configure authorization requests repository for OAuth2 login
To use custom ServerAuthorizationRequestRepository both OAuth2AuthorizationRequestRedirectWebFilter and
OAuth2LoginAuthenticationWebFilter should use the same repo provided in the configuration. Currently the former filter is
correctly configured, but the latter always uses default, WebSession based repository. So authorization code created
before redirect to authorization endpoint will never be found to complete OAuth2 login when custom
ServerAuthorizationRequestRepository is used.

This change also makes OAuth2Client and OAuth2Login authentication converters consistent.

Fixes gh-7675
2019-11-29 12:05:15 -05:00
Joe Grandja 65513f2e3b Polish OAuth2AuthorizedClientArgumentResolver 2019-11-28 09:48:01 -05:00
Joe Grandja 80f256e425 ServerOAuth2AuthorizedClientExchangeFilterFunction works with UnAuthenticatedServerOAuth2AuthorizedClientRepository
Fixes gh-7544
2019-11-28 09:48:01 -05:00
Joe Grandja 07b8aa0b1f DefaultReactiveOAuth2AuthorizedClientManager requires non-null serverWebExchange
Issue gh-7544
2019-11-28 09:48:01 -05:00
Eleftheria Stein b7cb93f671 Fix WebFlux logout disabling
Fixes: gh-7682
2019-11-28 14:40:25 +01:00
Ruslan Stelmachenko c38e57fa42 Fix class and variable names 2019-11-28 09:23:38 +01:00
Ruslan Stelmachenko 8ebc7ca0ea Fix InitializeAuthenticationProviderBeanManagerConfigurer Javadoc 2019-11-28 09:23:38 +01:00
Rob Winch af01fdce7e Fix security.tld 2019-11-27 10:20:00 -06:00
Rob Winch 17449cbf60 Fix next development version 2019-11-27 08:16:23 -06:00
Rob Winch a7871cfce4 Next Development Version 2019-11-27 08:06:16 -06:00
Rob Winch e5932131a9 Next Development Version 2019-11-27 08:05:44 -06:00
Filip Hrisafov 796859333f Log full failed authentication exception in BasicAuthenticationFilter 2019-11-27 14:56:24 +01:00
David Eisner 56f5242595 Fix minor typo. 2019-11-27 09:43:41 +01:00
Josh Cummings b35e18ff31 Add oidcLogin MockMvc Test Support
Fixes gh-7618
2019-11-26 16:12:06 -07:00
Josh Cummings 6ff71d8113 Add OidcUserInfo.Builder
Fixes gh-7593
2019-11-26 16:12:06 -07:00
Josh Cummings c76775159c Add OidcIdToken.Builder
Fixes gh-7592
2019-11-26 16:12:06 -07:00
Josh Cummings 4954a229d6 Polish oauth2Login Sample Test
Issue: gh-7618
2019-11-26 14:19:14 -07:00
2702 changed files with 100036 additions and 4208 deletions
Vendored
+1 -1
View File
@@ -56,7 +56,7 @@ try {
sh "git clean -dfx"
try {
withEnv(["JAVA_HOME=${ tool 'jdk8' }"]) {
sh "./gradlew clean test -PforceMavenRepositories=snapshot -PspringVersion='5.+' -PreactorVersion=Dysprosium-BUILD-SNAPSHOT -PspringDataVersion=Lovelace-BUILD-SNAPSHOT --refresh-dependencies --no-daemon --stacktrace"
sh "./gradlew clean test -PforceMavenRepositories=snapshot -PspringVersion='5.+' -PreactorVersion=Dysprosium-BUILD-SNAPSHOT -PspringDataVersion=Lovelace-BUILD-SNAPSHOT -PlocksDisabled --refresh-dependencies --no-daemon --stacktrace"
}
} catch(Exception e) {
currentBuild.result = 'FAILED: snapshots'
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,27 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.2.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.1
com.puppycrawl.tools:checkstyle:8.22
commons-beanutils:commons-beanutils:1.9.3
commons-collections:commons-collections:3.2.2
info.picocli:picocli:3.9.6
io.projectreactor:reactor-bom:Dysprosium-SR4
io.spring.javaformat:spring-javaformat-checkstyle:0.0.15
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
net.sf.saxon:Saxon-HE:9.9.1-3
org.antlr:antlr4-runtime:4.7.2
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
@@ -0,0 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jacoco:org.jacoco.agent:0.8.2
org.jacoco:org.jacoco.ant:0.8.2
org.jacoco:org.jacoco.core:0.8.2
org.jacoco:org.jacoco.report:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.ow2.asm:asm-analysis:6.2.1
org.ow2.asm:asm-commons:6.2.1
org.ow2.asm:asm-tree:6.2.1
org.ow2.asm:asm:6.2.1
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,9 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
net.sf.ehcache:ehcache:2.10.6
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,24 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context-support:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
@@ -0,0 +1,24 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context-support:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,25 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.hsqldb:hsqldb:2.5.0
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context-support:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
@@ -0,0 +1,25 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.hsqldb:hsqldb:2.5.0
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context-support:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
@@ -0,0 +1,25 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.hsqldb:hsqldb:2.5.0
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context-support:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.aspectj:aspectjtools:1.9.3
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,27 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.2.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.1
com.puppycrawl.tools:checkstyle:8.22
commons-beanutils:commons-beanutils:1.9.3
commons-collections:commons-collections:3.2.2
info.picocli:picocli:3.9.6
io.projectreactor:reactor-bom:Dysprosium-SR4
io.spring.javaformat:spring-javaformat-checkstyle:0.0.15
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
net.sf.saxon:Saxon-HE:9.9.1-3
org.antlr:antlr4-runtime:4.7.2
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,14 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.aspectj:aspectjrt:1.9.3
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
@@ -0,0 +1,14 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.aspectj:aspectjrt:1.9.3
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,14 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.aspectj:aspectjrt:1.9.3
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jacoco:org.jacoco.agent:0.8.2
org.jacoco:org.jacoco.ant:0.8.2
org.jacoco:org.jacoco.core:0.8.2
org.jacoco:org.jacoco.report:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.ow2.asm:asm-analysis:6.2.1
org.ow2.asm:asm-commons:6.2.1
org.ow2.asm:asm-tree:6.2.1
org.ow2.asm:asm:6.2.1
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,14 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.aspectj:aspectjrt:1.9.3
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
@@ -0,0 +1,14 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.aspectj:aspectjrt:1.9.3
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,22 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.aspectj:aspectjrt:1.9.3
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
@@ -0,0 +1,22 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.aspectj:aspectjrt:1.9.3
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,22 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.aspectj:aspectjrt:1.9.3
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
@@ -0,0 +1,22 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.aspectj:aspectjrt:1.9.3
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
@@ -0,0 +1,22 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.aspectj:aspectjrt:1.9.3
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
+5 -1
View File
@@ -1,17 +1,21 @@
buildscript {
dependencies {
classpath 'io.spring.gradle:spring-build-conventions:0.0.23.RELEASE'
classpath 'io.spring.gradle:spring-build-conventions:0.0.29.BUILD-SNAPSHOT'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
classpath 'io.spring.nohttp:nohttp-gradle:0.0.2.RELEASE'
classpath "io.freefair.gradle:aspectj-plugin:4.0.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
repositories {
maven { url 'https://repo.spring.io/plugins-snapshot' }
maven { url 'https://plugins.gradle.org/m2/' }
}
}
apply plugin: 'io.spring.nohttp'
apply plugin: 'locks'
apply plugin: 'io.spring.convention.root'
apply plugin: 'org.jetbrains.kotlin.jvm'
group = 'org.springframework.security'
description = 'Spring Security'
+4
View File
@@ -10,6 +10,10 @@ gradlePlugin {
id = "trang"
implementationClass = "trang.TrangPlugin"
}
locks {
id = "locks"
implementationClass = "lock.GlobalLockPlugin"
}
}
}
@@ -0,0 +1,16 @@
package lock;
import org.gradle.api.Plugin;
import org.gradle.api.Project;
/**
* @author Rob Winch
*/
public class GlobalLockPlugin implements Plugin<Project> {
@Override
public void apply(Project project) {
project.getTasks().register("writeLocks", GlobalLockTask.class, writeAll -> {
writeAll.setDescription("Writes the locks for all projects");
});
}
}
@@ -0,0 +1,40 @@
package lock;
import org.gradle.api.Action;
import org.gradle.api.DefaultTask;
import org.gradle.api.Project;
import org.gradle.api.artifacts.Configuration;
import org.gradle.api.tasks.TaskAction;
import java.util.function.Consumer;
/**
* @author Rob Winch
*/
public class GlobalLockTask extends DefaultTask {
@TaskAction
public void lock() {
Project taskProject = getProject();
if (!taskProject.getGradle().getStartParameter().isWriteDependencyLocks()) {
throw new IllegalStateException("You just specify --write-locks argument");
}
writeLocksFor(taskProject);
taskProject.getSubprojects().forEach(new Consumer<Project>() {
@Override
public void accept(Project subproject) {
writeLocksFor(subproject);
}
});
}
private void writeLocksFor(Project project) {
project.getConfigurations().configureEach(new Action<Configuration>() {
@Override
public void execute(Configuration configuration) {
if (configuration.isCanBeResolved()) {
configuration.resolve();
}
}
});
}
}
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,27 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.2.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.1
com.puppycrawl.tools:checkstyle:8.22
commons-beanutils:commons-beanutils:1.9.3
commons-collections:commons-collections:3.2.2
info.picocli:picocli:3.9.6
io.projectreactor:reactor-bom:Dysprosium-SR4
io.spring.javaformat:spring-javaformat-checkstyle:0.0.15
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
net.sf.saxon:Saxon-HE:9.9.1-3
org.antlr:antlr4-runtime:4.7.2
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,22 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
commons-codec:commons-codec:1.14
io.projectreactor:reactor-bom:Dysprosium-SR4
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
@@ -0,0 +1,22 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
commons-codec:commons-codec:1.14
io.projectreactor:reactor-bom:Dysprosium-SR4
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,22 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
commons-codec:commons-codec:1.14
io.projectreactor:reactor-bom:Dysprosium-SR4
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
@@ -0,0 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jacoco:org.jacoco.agent:0.8.2
org.jacoco:org.jacoco.ant:0.8.2
org.jacoco:org.jacoco.core:0.8.2
org.jacoco:org.jacoco.report:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.ow2.asm:asm-analysis:6.2.1
org.ow2.asm:asm-commons:6.2.1
org.ow2.asm:asm-tree:6.2.1
org.ow2.asm:asm:6.2.1
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,12 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
io.projectreactor:reactor-bom:Dysprosium-SR4
net.sf.ehcache:ehcache:2.10.6
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
javax.servlet:javax.servlet-api:4.0.1
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,22 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
commons-codec:commons-codec:1.14
io.projectreactor:reactor-bom:Dysprosium-SR4
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
@@ -0,0 +1,22 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
commons-codec:commons-codec:1.14
io.projectreactor:reactor-bom:Dysprosium-SR4
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,32 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.14
io.projectreactor:reactor-bom:Dysprosium-SR4
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.assertj:assertj-core:3.15.0
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:2.6
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
@@ -0,0 +1,32 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.14
io.projectreactor:reactor-bom:Dysprosium-SR4
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.assertj:assertj-core:3.15.0
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:2.6
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,32 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.14
io.projectreactor:reactor-bom:Dysprosium-SR4
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.assertj:assertj-core:3.15.0
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:2.6
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
@@ -0,0 +1,32 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.14
io.projectreactor:reactor-bom:Dysprosium-SR4
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.assertj:assertj-core:3.15.0
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:2.6
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
@@ -0,0 +1,32 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.14
io.projectreactor:reactor-bom:Dysprosium-SR4
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.assertj:assertj-core:3.15.0
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:2.6
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,13 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,27 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.2.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.1
com.puppycrawl.tools:checkstyle:8.22
commons-beanutils:commons-beanutils:1.9.3
commons-collections:commons-collections:3.2.2
info.picocli:picocli:3.9.6
io.projectreactor:reactor-bom:Dysprosium-SR4
io.spring.javaformat:spring-javaformat-checkstyle:0.0.15
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
net.sf.saxon:Saxon-HE:9.9.1-3
org.antlr:antlr4-runtime:4.7.2
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,13 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
@@ -0,0 +1,13 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,13 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
@@ -0,0 +1,13 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,218 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.1
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.5.1
com.nimbusds:oauth2-oidc-sdk:6.23
com.squareup.okhttp3:mockwebserver:3.14.6
com.squareup.okhttp3:okhttp:3.14.6
com.squareup.okio:okio:1.17.2
com.sun.istack:istack-commons-runtime:3.0.7
com.sun.mail:javax.mail:1.6.1
com.sun.xml.fastinfoset:FastInfoset:1.2.15
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.14
commons-collections:commons-collections:3.2.2
commons-io:commons-io:2.6
commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.2
io.netty:netty-buffer:4.1.44.Final
io.netty:netty-codec-http2:4.1.44.Final
io.netty:netty-codec-http:4.1.44.Final
io.netty:netty-codec-socks:4.1.44.Final
io.netty:netty-codec:4.1.44.Final
io.netty:netty-common:4.1.44.Final
io.netty:netty-handler-proxy:4.1.44.Final
io.netty:netty-handler:4.1.44.Final
io.netty:netty-resolver:4.1.44.Final
io.netty:netty-transport-native-epoll:4.1.44.Final
io.netty:netty-transport-native-unix-common:4.1.44.Final
io.netty:netty-transport:4.1.44.Final
io.projectreactor.netty:reactor-netty:0.9.4.RELEASE
io.projectreactor.tools:blockhound:1.0.1.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR4
io.projectreactor:reactor-core:3.3.2.RELEASE
io.projectreactor:reactor-test:3.3.2.RELEASE
io.rsocket:rsocket-core:1.0.0-RC6
io.rsocket:rsocket-transport-netty:1.0.0-RC6
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
javax.inject:javax.inject:1
javax.persistence:javax.persistence-api:2.2
javax.servlet:javax.servlet-api:4.0.1
javax.xml.bind:jaxb-api:2.4.0-b180830.0359
joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.0
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
net.sourceforge.htmlunit:neko-htmlunit:2.37.0
net.sourceforge.nekohtml:nekohtml:1.9.22
org.apache.commons:commons-exec:1.3
org.apache.commons:commons-lang3:3.9
org.apache.commons:commons-text:1.8
org.apache.directory.server:apacheds-bootstrap-extract:1.5.5
org.apache.directory.server:apacheds-bootstrap-partition:1.5.5
org.apache.directory.server:apacheds-core-avl:1.5.5
org.apache.directory.server:apacheds-core-constants:1.5.5
org.apache.directory.server:apacheds-core-entry:1.5.5
org.apache.directory.server:apacheds-core-jndi:1.5.5
org.apache.directory.server:apacheds-core-shared:1.5.5
org.apache.directory.server:apacheds-core:1.5.5
org.apache.directory.server:apacheds-jdbm-store:1.5.5
org.apache.directory.server:apacheds-jdbm:1.5.5
org.apache.directory.server:apacheds-kerberos-shared:1.5.5
org.apache.directory.server:apacheds-protocol-ldap:1.5.5
org.apache.directory.server:apacheds-protocol-shared:1.5.5
org.apache.directory.server:apacheds-schema-bootstrap:1.5.5
org.apache.directory.server:apacheds-schema-extras:1.5.5
org.apache.directory.server:apacheds-schema-registries:1.5.5
org.apache.directory.server:apacheds-server-jndi:1.5.5
org.apache.directory.server:apacheds-utils:1.5.5
org.apache.directory.server:apacheds-xdbm-base:1.5.5
org.apache.directory.server:apacheds-xdbm-search:1.5.5
org.apache.directory.server:apacheds-xdbm-tools:1.5.5
org.apache.directory.shared:shared-asn1-codec:0.9.15
org.apache.directory.shared:shared-asn1:0.9.15
org.apache.directory.shared:shared-cursor:0.9.15
org.apache.directory.shared:shared-ldap-constants:0.9.15
org.apache.directory.shared:shared-ldap:0.9.15
org.apache.httpcomponents:httpclient:4.5.11
org.apache.httpcomponents:httpcore:4.4.13
org.apache.httpcomponents:httpmime:4.5.11
org.apache.mina:mina-core:2.0.0-M6
org.apache.santuario:xmlsec:2.0.10
org.apache.velocity:velocity:1.7
org.aspectj:aspectjrt:1.9.3
org.aspectj:aspectjweaver:1.9.3
org.assertj:assertj-core:3.15.0
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.groovy:groovy-all:2.4.17
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.3
org.dom4j:dom4j:2.1.1
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117
org.eclipse.jetty:jetty-client:9.4.26.v20200117
org.eclipse.jetty:jetty-http:9.4.26.v20200117
org.eclipse.jetty:jetty-io:9.4.26.v20200117
org.eclipse.jetty:jetty-util:9.4.26.v20200117
org.eclipse.jetty:jetty-xml:9.4.26.v20200117
org.eclipse.persistence:javax.persistence:2.2.1
org.glassfish.jaxb:jaxb-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.0.Final
org.hibernate:hibernate-core:5.4.10.Final
org.hibernate:hibernate-entitymanager:5.4.10.Final
org.hsqldb:hsqldb:2.5.0
org.jasig.cas.client:cas-client-core:3.6.1
org.javassist:javassist:3.25.0-GA
org.jboss.logging:jboss-logging:3.3.2.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
org.jboss:jandex:2.1.1.Final
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.jetbrains.kotlin:kotlin-reflect:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61
org.jetbrains.kotlin:kotlin-stdlib:1.3.61
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:3.0.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.3
org.opensaml:opensaml-messaging-api:3.4.3
org.opensaml:opensaml-profile-api:3.4.3
org.opensaml:opensaml-saml-api:3.4.3
org.opensaml:opensaml-saml-impl:3.4.3
org.opensaml:opensaml-security-api:3.4.3
org.opensaml:opensaml-security-impl:3.4.3
org.opensaml:opensaml-soap-api:3.4.3
org.opensaml:opensaml-soap-impl:3.4.3
org.opensaml:opensaml-storage-api:3.4.3
org.opensaml:opensaml-xmlsec-api:3.4.3
org.opensaml:opensaml-xmlsec-impl:3.4.3
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.5
org.powermock:powermock-api-support:2.0.5
org.powermock:powermock-core:2.0.5
org.powermock:powermock-module-junit4-common:2.0.5
org.powermock:powermock-module-junit4:2.0.5
org.powermock:powermock-reflect:2.0.5
org.reactivestreams:reactive-streams:1.0.3
org.seleniumhq.selenium:htmlunit-driver:2.37.0
org.seleniumhq.selenium:selenium-api:3.141.59
org.seleniumhq.selenium:selenium-chrome-driver:3.141.59
org.seleniumhq.selenium:selenium-edge-driver:3.141.59
org.seleniumhq.selenium:selenium-firefox-driver:3.141.59
org.seleniumhq.selenium:selenium-ie-driver:3.141.59
org.seleniumhq.selenium:selenium-java:3.141.59
org.seleniumhq.selenium:selenium-opera-driver:3.141.59
org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.spockframework:spock-core:1.0-groovy-2.4
org.spockframework:spock-spring:1.0-groovy-2.4
org.springframework.data:spring-data-commons:2.2.4.RELEASE
org.springframework.data:spring-data-jpa:2.2.4.RELEASE
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework.ldap:spring-ldap-core:2.3.2.RELEASE
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-messaging:5.2.3.RELEASE
org.springframework:spring-orm:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
org.springframework:spring-webflux:5.2.3.RELEASE
org.springframework:spring-webmvc:5.2.3.RELEASE
org.springframework:spring-websocket:5.2.3.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
xalan:xalan:2.7.2
xerces:xercesImpl:2.12.0
xml-apis:xml-apis:1.4.01
@@ -0,0 +1,218 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.1
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.5.1
com.nimbusds:oauth2-oidc-sdk:6.23
com.squareup.okhttp3:mockwebserver:3.14.6
com.squareup.okhttp3:okhttp:3.14.6
com.squareup.okio:okio:1.17.2
com.sun.istack:istack-commons-runtime:3.0.7
com.sun.mail:javax.mail:1.6.1
com.sun.xml.fastinfoset:FastInfoset:1.2.15
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.14
commons-collections:commons-collections:3.2.2
commons-io:commons-io:2.6
commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.2
io.netty:netty-buffer:4.1.44.Final
io.netty:netty-codec-http2:4.1.44.Final
io.netty:netty-codec-http:4.1.44.Final
io.netty:netty-codec-socks:4.1.44.Final
io.netty:netty-codec:4.1.44.Final
io.netty:netty-common:4.1.44.Final
io.netty:netty-handler-proxy:4.1.44.Final
io.netty:netty-handler:4.1.44.Final
io.netty:netty-resolver:4.1.44.Final
io.netty:netty-transport-native-epoll:4.1.44.Final
io.netty:netty-transport-native-unix-common:4.1.44.Final
io.netty:netty-transport:4.1.44.Final
io.projectreactor.netty:reactor-netty:0.9.4.RELEASE
io.projectreactor.tools:blockhound:1.0.1.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR4
io.projectreactor:reactor-core:3.3.2.RELEASE
io.projectreactor:reactor-test:3.3.2.RELEASE
io.rsocket:rsocket-core:1.0.0-RC6
io.rsocket:rsocket-transport-netty:1.0.0-RC6
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
javax.inject:javax.inject:1
javax.persistence:javax.persistence-api:2.2
javax.servlet:javax.servlet-api:4.0.1
javax.xml.bind:jaxb-api:2.4.0-b180830.0359
joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.0
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
net.sourceforge.htmlunit:neko-htmlunit:2.37.0
net.sourceforge.nekohtml:nekohtml:1.9.22
org.apache.commons:commons-exec:1.3
org.apache.commons:commons-lang3:3.9
org.apache.commons:commons-text:1.8
org.apache.directory.server:apacheds-bootstrap-extract:1.5.5
org.apache.directory.server:apacheds-bootstrap-partition:1.5.5
org.apache.directory.server:apacheds-core-avl:1.5.5
org.apache.directory.server:apacheds-core-constants:1.5.5
org.apache.directory.server:apacheds-core-entry:1.5.5
org.apache.directory.server:apacheds-core-jndi:1.5.5
org.apache.directory.server:apacheds-core-shared:1.5.5
org.apache.directory.server:apacheds-core:1.5.5
org.apache.directory.server:apacheds-jdbm-store:1.5.5
org.apache.directory.server:apacheds-jdbm:1.5.5
org.apache.directory.server:apacheds-kerberos-shared:1.5.5
org.apache.directory.server:apacheds-protocol-ldap:1.5.5
org.apache.directory.server:apacheds-protocol-shared:1.5.5
org.apache.directory.server:apacheds-schema-bootstrap:1.5.5
org.apache.directory.server:apacheds-schema-extras:1.5.5
org.apache.directory.server:apacheds-schema-registries:1.5.5
org.apache.directory.server:apacheds-server-jndi:1.5.5
org.apache.directory.server:apacheds-utils:1.5.5
org.apache.directory.server:apacheds-xdbm-base:1.5.5
org.apache.directory.server:apacheds-xdbm-search:1.5.5
org.apache.directory.server:apacheds-xdbm-tools:1.5.5
org.apache.directory.shared:shared-asn1-codec:0.9.15
org.apache.directory.shared:shared-asn1:0.9.15
org.apache.directory.shared:shared-cursor:0.9.15
org.apache.directory.shared:shared-ldap-constants:0.9.15
org.apache.directory.shared:shared-ldap:0.9.15
org.apache.httpcomponents:httpclient:4.5.11
org.apache.httpcomponents:httpcore:4.4.13
org.apache.httpcomponents:httpmime:4.5.11
org.apache.mina:mina-core:2.0.0-M6
org.apache.santuario:xmlsec:2.0.10
org.apache.velocity:velocity:1.7
org.aspectj:aspectjrt:1.9.3
org.aspectj:aspectjweaver:1.9.3
org.assertj:assertj-core:3.15.0
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.groovy:groovy-all:2.4.17
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.3
org.dom4j:dom4j:2.1.1
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117
org.eclipse.jetty:jetty-client:9.4.26.v20200117
org.eclipse.jetty:jetty-http:9.4.26.v20200117
org.eclipse.jetty:jetty-io:9.4.26.v20200117
org.eclipse.jetty:jetty-util:9.4.26.v20200117
org.eclipse.jetty:jetty-xml:9.4.26.v20200117
org.eclipse.persistence:javax.persistence:2.2.1
org.glassfish.jaxb:jaxb-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.0.Final
org.hibernate:hibernate-core:5.4.10.Final
org.hibernate:hibernate-entitymanager:5.4.10.Final
org.hsqldb:hsqldb:2.5.0
org.jasig.cas.client:cas-client-core:3.6.1
org.javassist:javassist:3.25.0-GA
org.jboss.logging:jboss-logging:3.3.2.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
org.jboss:jandex:2.1.1.Final
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.jetbrains.kotlin:kotlin-reflect:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61
org.jetbrains.kotlin:kotlin-stdlib:1.3.61
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:3.0.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.3
org.opensaml:opensaml-messaging-api:3.4.3
org.opensaml:opensaml-profile-api:3.4.3
org.opensaml:opensaml-saml-api:3.4.3
org.opensaml:opensaml-saml-impl:3.4.3
org.opensaml:opensaml-security-api:3.4.3
org.opensaml:opensaml-security-impl:3.4.3
org.opensaml:opensaml-soap-api:3.4.3
org.opensaml:opensaml-soap-impl:3.4.3
org.opensaml:opensaml-storage-api:3.4.3
org.opensaml:opensaml-xmlsec-api:3.4.3
org.opensaml:opensaml-xmlsec-impl:3.4.3
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.5
org.powermock:powermock-api-support:2.0.5
org.powermock:powermock-core:2.0.5
org.powermock:powermock-module-junit4-common:2.0.5
org.powermock:powermock-module-junit4:2.0.5
org.powermock:powermock-reflect:2.0.5
org.reactivestreams:reactive-streams:1.0.3
org.seleniumhq.selenium:htmlunit-driver:2.37.0
org.seleniumhq.selenium:selenium-api:3.141.59
org.seleniumhq.selenium:selenium-chrome-driver:3.141.59
org.seleniumhq.selenium:selenium-edge-driver:3.141.59
org.seleniumhq.selenium:selenium-firefox-driver:3.141.59
org.seleniumhq.selenium:selenium-ie-driver:3.141.59
org.seleniumhq.selenium:selenium-java:3.141.59
org.seleniumhq.selenium:selenium-opera-driver:3.141.59
org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.spockframework:spock-core:1.0-groovy-2.4
org.spockframework:spock-spring:1.0-groovy-2.4
org.springframework.data:spring-data-commons:2.2.4.RELEASE
org.springframework.data:spring-data-jpa:2.2.4.RELEASE
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework.ldap:spring-ldap-core:2.3.2.RELEASE
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-messaging:5.2.3.RELEASE
org.springframework:spring-orm:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
org.springframework:spring-webflux:5.2.3.RELEASE
org.springframework:spring-webmvc:5.2.3.RELEASE
org.springframework:spring-websocket:5.2.3.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
xalan:xalan:2.7.2
xerces:xercesImpl:2.12.0
xml-apis:xml-apis:1.4.01
@@ -0,0 +1,218 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.1
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.5.1
com.nimbusds:oauth2-oidc-sdk:6.23
com.squareup.okhttp3:mockwebserver:3.14.6
com.squareup.okhttp3:okhttp:3.14.6
com.squareup.okio:okio:1.17.2
com.sun.istack:istack-commons-runtime:3.0.7
com.sun.mail:javax.mail:1.6.1
com.sun.xml.fastinfoset:FastInfoset:1.2.15
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.14
commons-collections:commons-collections:3.2.2
commons-io:commons-io:2.6
commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.2
io.netty:netty-buffer:4.1.44.Final
io.netty:netty-codec-http2:4.1.44.Final
io.netty:netty-codec-http:4.1.44.Final
io.netty:netty-codec-socks:4.1.44.Final
io.netty:netty-codec:4.1.44.Final
io.netty:netty-common:4.1.44.Final
io.netty:netty-handler-proxy:4.1.44.Final
io.netty:netty-handler:4.1.44.Final
io.netty:netty-resolver:4.1.44.Final
io.netty:netty-transport-native-epoll:4.1.44.Final
io.netty:netty-transport-native-unix-common:4.1.44.Final
io.netty:netty-transport:4.1.44.Final
io.projectreactor.netty:reactor-netty:0.9.4.RELEASE
io.projectreactor.tools:blockhound:1.0.1.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR4
io.projectreactor:reactor-core:3.3.2.RELEASE
io.projectreactor:reactor-test:3.3.2.RELEASE
io.rsocket:rsocket-core:1.0.0-RC6
io.rsocket:rsocket-transport-netty:1.0.0-RC6
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
javax.inject:javax.inject:1
javax.persistence:javax.persistence-api:2.2
javax.servlet:javax.servlet-api:4.0.1
javax.xml.bind:jaxb-api:2.4.0-b180830.0359
joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.0
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
net.sourceforge.htmlunit:neko-htmlunit:2.37.0
net.sourceforge.nekohtml:nekohtml:1.9.22
org.apache.commons:commons-exec:1.3
org.apache.commons:commons-lang3:3.9
org.apache.commons:commons-text:1.8
org.apache.directory.server:apacheds-bootstrap-extract:1.5.5
org.apache.directory.server:apacheds-bootstrap-partition:1.5.5
org.apache.directory.server:apacheds-core-avl:1.5.5
org.apache.directory.server:apacheds-core-constants:1.5.5
org.apache.directory.server:apacheds-core-entry:1.5.5
org.apache.directory.server:apacheds-core-jndi:1.5.5
org.apache.directory.server:apacheds-core-shared:1.5.5
org.apache.directory.server:apacheds-core:1.5.5
org.apache.directory.server:apacheds-jdbm-store:1.5.5
org.apache.directory.server:apacheds-jdbm:1.5.5
org.apache.directory.server:apacheds-kerberos-shared:1.5.5
org.apache.directory.server:apacheds-protocol-ldap:1.5.5
org.apache.directory.server:apacheds-protocol-shared:1.5.5
org.apache.directory.server:apacheds-schema-bootstrap:1.5.5
org.apache.directory.server:apacheds-schema-extras:1.5.5
org.apache.directory.server:apacheds-schema-registries:1.5.5
org.apache.directory.server:apacheds-server-jndi:1.5.5
org.apache.directory.server:apacheds-utils:1.5.5
org.apache.directory.server:apacheds-xdbm-base:1.5.5
org.apache.directory.server:apacheds-xdbm-search:1.5.5
org.apache.directory.server:apacheds-xdbm-tools:1.5.5
org.apache.directory.shared:shared-asn1-codec:0.9.15
org.apache.directory.shared:shared-asn1:0.9.15
org.apache.directory.shared:shared-cursor:0.9.15
org.apache.directory.shared:shared-ldap-constants:0.9.15
org.apache.directory.shared:shared-ldap:0.9.15
org.apache.httpcomponents:httpclient:4.5.11
org.apache.httpcomponents:httpcore:4.4.13
org.apache.httpcomponents:httpmime:4.5.11
org.apache.mina:mina-core:2.0.0-M6
org.apache.santuario:xmlsec:2.0.10
org.apache.velocity:velocity:1.7
org.aspectj:aspectjrt:1.9.3
org.aspectj:aspectjweaver:1.9.3
org.assertj:assertj-core:3.15.0
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.groovy:groovy-all:2.4.17
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.3
org.dom4j:dom4j:2.1.1
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117
org.eclipse.jetty:jetty-client:9.4.26.v20200117
org.eclipse.jetty:jetty-http:9.4.26.v20200117
org.eclipse.jetty:jetty-io:9.4.26.v20200117
org.eclipse.jetty:jetty-util:9.4.26.v20200117
org.eclipse.jetty:jetty-xml:9.4.26.v20200117
org.eclipse.persistence:javax.persistence:2.2.1
org.glassfish.jaxb:jaxb-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.0.Final
org.hibernate:hibernate-core:5.4.10.Final
org.hibernate:hibernate-entitymanager:5.4.10.Final
org.hsqldb:hsqldb:2.5.0
org.jasig.cas.client:cas-client-core:3.6.1
org.javassist:javassist:3.25.0-GA
org.jboss.logging:jboss-logging:3.3.2.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
org.jboss:jandex:2.1.1.Final
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.jetbrains.kotlin:kotlin-reflect:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61
org.jetbrains.kotlin:kotlin-stdlib:1.3.61
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:3.0.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.3
org.opensaml:opensaml-messaging-api:3.4.3
org.opensaml:opensaml-profile-api:3.4.3
org.opensaml:opensaml-saml-api:3.4.3
org.opensaml:opensaml-saml-impl:3.4.3
org.opensaml:opensaml-security-api:3.4.3
org.opensaml:opensaml-security-impl:3.4.3
org.opensaml:opensaml-soap-api:3.4.3
org.opensaml:opensaml-soap-impl:3.4.3
org.opensaml:opensaml-storage-api:3.4.3
org.opensaml:opensaml-xmlsec-api:3.4.3
org.opensaml:opensaml-xmlsec-impl:3.4.3
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.5
org.powermock:powermock-api-support:2.0.5
org.powermock:powermock-core:2.0.5
org.powermock:powermock-module-junit4-common:2.0.5
org.powermock:powermock-module-junit4:2.0.5
org.powermock:powermock-reflect:2.0.5
org.reactivestreams:reactive-streams:1.0.3
org.seleniumhq.selenium:htmlunit-driver:2.37.0
org.seleniumhq.selenium:selenium-api:3.141.59
org.seleniumhq.selenium:selenium-chrome-driver:3.141.59
org.seleniumhq.selenium:selenium-edge-driver:3.141.59
org.seleniumhq.selenium:selenium-firefox-driver:3.141.59
org.seleniumhq.selenium:selenium-ie-driver:3.141.59
org.seleniumhq.selenium:selenium-java:3.141.59
org.seleniumhq.selenium:selenium-opera-driver:3.141.59
org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.spockframework:spock-core:1.0-groovy-2.4
org.spockframework:spock-spring:1.0-groovy-2.4
org.springframework.data:spring-data-commons:2.2.4.RELEASE
org.springframework.data:spring-data-jpa:2.2.4.RELEASE
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework.ldap:spring-ldap-core:2.3.2.RELEASE
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-messaging:5.2.3.RELEASE
org.springframework:spring-orm:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
org.springframework:spring-webflux:5.2.3.RELEASE
org.springframework:spring-webmvc:5.2.3.RELEASE
org.springframework:spring-websocket:5.2.3.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
xalan:xalan:2.7.2
xerces:xercesImpl:2.12.0
xml-apis:xml-apis:1.4.01
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,218 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.1
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.5.1
com.nimbusds:oauth2-oidc-sdk:6.23
com.squareup.okhttp3:mockwebserver:3.14.6
com.squareup.okhttp3:okhttp:3.14.6
com.squareup.okio:okio:1.17.2
com.sun.istack:istack-commons-runtime:3.0.7
com.sun.mail:javax.mail:1.6.1
com.sun.xml.fastinfoset:FastInfoset:1.2.15
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.14
commons-collections:commons-collections:3.2.2
commons-io:commons-io:2.6
commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.2
io.netty:netty-buffer:4.1.44.Final
io.netty:netty-codec-http2:4.1.44.Final
io.netty:netty-codec-http:4.1.44.Final
io.netty:netty-codec-socks:4.1.44.Final
io.netty:netty-codec:4.1.44.Final
io.netty:netty-common:4.1.44.Final
io.netty:netty-handler-proxy:4.1.44.Final
io.netty:netty-handler:4.1.44.Final
io.netty:netty-resolver:4.1.44.Final
io.netty:netty-transport-native-epoll:4.1.44.Final
io.netty:netty-transport-native-unix-common:4.1.44.Final
io.netty:netty-transport:4.1.44.Final
io.projectreactor.netty:reactor-netty:0.9.4.RELEASE
io.projectreactor.tools:blockhound:1.0.1.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR4
io.projectreactor:reactor-core:3.3.2.RELEASE
io.projectreactor:reactor-test:3.3.2.RELEASE
io.rsocket:rsocket-core:1.0.0-RC6
io.rsocket:rsocket-transport-netty:1.0.0-RC6
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
javax.inject:javax.inject:1
javax.persistence:javax.persistence-api:2.2
javax.servlet:javax.servlet-api:4.0.1
javax.xml.bind:jaxb-api:2.4.0-b180830.0359
joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.0
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
net.sourceforge.htmlunit:neko-htmlunit:2.37.0
net.sourceforge.nekohtml:nekohtml:1.9.22
org.apache.commons:commons-exec:1.3
org.apache.commons:commons-lang3:3.9
org.apache.commons:commons-text:1.8
org.apache.directory.server:apacheds-bootstrap-extract:1.5.5
org.apache.directory.server:apacheds-bootstrap-partition:1.5.5
org.apache.directory.server:apacheds-core-avl:1.5.5
org.apache.directory.server:apacheds-core-constants:1.5.5
org.apache.directory.server:apacheds-core-entry:1.5.5
org.apache.directory.server:apacheds-core-jndi:1.5.5
org.apache.directory.server:apacheds-core-shared:1.5.5
org.apache.directory.server:apacheds-core:1.5.5
org.apache.directory.server:apacheds-jdbm-store:1.5.5
org.apache.directory.server:apacheds-jdbm:1.5.5
org.apache.directory.server:apacheds-kerberos-shared:1.5.5
org.apache.directory.server:apacheds-protocol-ldap:1.5.5
org.apache.directory.server:apacheds-protocol-shared:1.5.5
org.apache.directory.server:apacheds-schema-bootstrap:1.5.5
org.apache.directory.server:apacheds-schema-extras:1.5.5
org.apache.directory.server:apacheds-schema-registries:1.5.5
org.apache.directory.server:apacheds-server-jndi:1.5.5
org.apache.directory.server:apacheds-utils:1.5.5
org.apache.directory.server:apacheds-xdbm-base:1.5.5
org.apache.directory.server:apacheds-xdbm-search:1.5.5
org.apache.directory.server:apacheds-xdbm-tools:1.5.5
org.apache.directory.shared:shared-asn1-codec:0.9.15
org.apache.directory.shared:shared-asn1:0.9.15
org.apache.directory.shared:shared-cursor:0.9.15
org.apache.directory.shared:shared-ldap-constants:0.9.15
org.apache.directory.shared:shared-ldap:0.9.15
org.apache.httpcomponents:httpclient:4.5.11
org.apache.httpcomponents:httpcore:4.4.13
org.apache.httpcomponents:httpmime:4.5.11
org.apache.mina:mina-core:2.0.0-M6
org.apache.santuario:xmlsec:2.0.10
org.apache.velocity:velocity:1.7
org.aspectj:aspectjrt:1.9.3
org.aspectj:aspectjweaver:1.9.3
org.assertj:assertj-core:3.15.0
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.groovy:groovy-all:2.4.17
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.3
org.dom4j:dom4j:2.1.1
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117
org.eclipse.jetty:jetty-client:9.4.26.v20200117
org.eclipse.jetty:jetty-http:9.4.26.v20200117
org.eclipse.jetty:jetty-io:9.4.26.v20200117
org.eclipse.jetty:jetty-util:9.4.26.v20200117
org.eclipse.jetty:jetty-xml:9.4.26.v20200117
org.eclipse.persistence:javax.persistence:2.2.1
org.glassfish.jaxb:jaxb-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.0.Final
org.hibernate:hibernate-core:5.4.10.Final
org.hibernate:hibernate-entitymanager:5.4.10.Final
org.hsqldb:hsqldb:2.5.0
org.jasig.cas.client:cas-client-core:3.6.1
org.javassist:javassist:3.25.0-GA
org.jboss.logging:jboss-logging:3.3.2.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
org.jboss:jandex:2.1.1.Final
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.jetbrains.kotlin:kotlin-reflect:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61
org.jetbrains.kotlin:kotlin-stdlib:1.3.61
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:3.0.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.3
org.opensaml:opensaml-messaging-api:3.4.3
org.opensaml:opensaml-profile-api:3.4.3
org.opensaml:opensaml-saml-api:3.4.3
org.opensaml:opensaml-saml-impl:3.4.3
org.opensaml:opensaml-security-api:3.4.3
org.opensaml:opensaml-security-impl:3.4.3
org.opensaml:opensaml-soap-api:3.4.3
org.opensaml:opensaml-soap-impl:3.4.3
org.opensaml:opensaml-storage-api:3.4.3
org.opensaml:opensaml-xmlsec-api:3.4.3
org.opensaml:opensaml-xmlsec-impl:3.4.3
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.5
org.powermock:powermock-api-support:2.0.5
org.powermock:powermock-core:2.0.5
org.powermock:powermock-module-junit4-common:2.0.5
org.powermock:powermock-module-junit4:2.0.5
org.powermock:powermock-reflect:2.0.5
org.reactivestreams:reactive-streams:1.0.3
org.seleniumhq.selenium:htmlunit-driver:2.37.0
org.seleniumhq.selenium:selenium-api:3.141.59
org.seleniumhq.selenium:selenium-chrome-driver:3.141.59
org.seleniumhq.selenium:selenium-edge-driver:3.141.59
org.seleniumhq.selenium:selenium-firefox-driver:3.141.59
org.seleniumhq.selenium:selenium-ie-driver:3.141.59
org.seleniumhq.selenium:selenium-java:3.141.59
org.seleniumhq.selenium:selenium-opera-driver:3.141.59
org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.spockframework:spock-core:1.0-groovy-2.4
org.spockframework:spock-spring:1.0-groovy-2.4
org.springframework.data:spring-data-commons:2.2.4.RELEASE
org.springframework.data:spring-data-jpa:2.2.4.RELEASE
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework.ldap:spring-ldap-core:2.3.2.RELEASE
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-messaging:5.2.3.RELEASE
org.springframework:spring-orm:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
org.springframework:spring-webflux:5.2.3.RELEASE
org.springframework:spring-webmvc:5.2.3.RELEASE
org.springframework:spring-websocket:5.2.3.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
xalan:xalan:2.7.2
xerces:xercesImpl:2.12.0
xml-apis:xml-apis:1.4.01
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR4
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework:spring-framework-bom:5.2.3.RELEASE
@@ -0,0 +1,218 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.1
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.5.1
com.nimbusds:oauth2-oidc-sdk:6.23
com.squareup.okhttp3:mockwebserver:3.14.6
com.squareup.okhttp3:okhttp:3.14.6
com.squareup.okio:okio:1.17.2
com.sun.istack:istack-commons-runtime:3.0.7
com.sun.mail:javax.mail:1.6.1
com.sun.xml.fastinfoset:FastInfoset:1.2.15
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.14
commons-collections:commons-collections:3.2.2
commons-io:commons-io:2.6
commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.2
io.netty:netty-buffer:4.1.44.Final
io.netty:netty-codec-http2:4.1.44.Final
io.netty:netty-codec-http:4.1.44.Final
io.netty:netty-codec-socks:4.1.44.Final
io.netty:netty-codec:4.1.44.Final
io.netty:netty-common:4.1.44.Final
io.netty:netty-handler-proxy:4.1.44.Final
io.netty:netty-handler:4.1.44.Final
io.netty:netty-resolver:4.1.44.Final
io.netty:netty-transport-native-epoll:4.1.44.Final
io.netty:netty-transport-native-unix-common:4.1.44.Final
io.netty:netty-transport:4.1.44.Final
io.projectreactor.netty:reactor-netty:0.9.4.RELEASE
io.projectreactor.tools:blockhound:1.0.1.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR4
io.projectreactor:reactor-core:3.3.2.RELEASE
io.projectreactor:reactor-test:3.3.2.RELEASE
io.rsocket:rsocket-core:1.0.0-RC6
io.rsocket:rsocket-transport-netty:1.0.0-RC6
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
javax.inject:javax.inject:1
javax.persistence:javax.persistence-api:2.2
javax.servlet:javax.servlet-api:4.0.1
javax.xml.bind:jaxb-api:2.4.0-b180830.0359
joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.0
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
net.sourceforge.htmlunit:neko-htmlunit:2.37.0
net.sourceforge.nekohtml:nekohtml:1.9.22
org.apache.commons:commons-exec:1.3
org.apache.commons:commons-lang3:3.9
org.apache.commons:commons-text:1.8
org.apache.directory.server:apacheds-bootstrap-extract:1.5.5
org.apache.directory.server:apacheds-bootstrap-partition:1.5.5
org.apache.directory.server:apacheds-core-avl:1.5.5
org.apache.directory.server:apacheds-core-constants:1.5.5
org.apache.directory.server:apacheds-core-entry:1.5.5
org.apache.directory.server:apacheds-core-jndi:1.5.5
org.apache.directory.server:apacheds-core-shared:1.5.5
org.apache.directory.server:apacheds-core:1.5.5
org.apache.directory.server:apacheds-jdbm-store:1.5.5
org.apache.directory.server:apacheds-jdbm:1.5.5
org.apache.directory.server:apacheds-kerberos-shared:1.5.5
org.apache.directory.server:apacheds-protocol-ldap:1.5.5
org.apache.directory.server:apacheds-protocol-shared:1.5.5
org.apache.directory.server:apacheds-schema-bootstrap:1.5.5
org.apache.directory.server:apacheds-schema-extras:1.5.5
org.apache.directory.server:apacheds-schema-registries:1.5.5
org.apache.directory.server:apacheds-server-jndi:1.5.5
org.apache.directory.server:apacheds-utils:1.5.5
org.apache.directory.server:apacheds-xdbm-base:1.5.5
org.apache.directory.server:apacheds-xdbm-search:1.5.5
org.apache.directory.server:apacheds-xdbm-tools:1.5.5
org.apache.directory.shared:shared-asn1-codec:0.9.15
org.apache.directory.shared:shared-asn1:0.9.15
org.apache.directory.shared:shared-cursor:0.9.15
org.apache.directory.shared:shared-ldap-constants:0.9.15
org.apache.directory.shared:shared-ldap:0.9.15
org.apache.httpcomponents:httpclient:4.5.11
org.apache.httpcomponents:httpcore:4.4.13
org.apache.httpcomponents:httpmime:4.5.11
org.apache.mina:mina-core:2.0.0-M6
org.apache.santuario:xmlsec:2.0.10
org.apache.velocity:velocity:1.7
org.aspectj:aspectjrt:1.9.3
org.aspectj:aspectjweaver:1.9.3
org.assertj:assertj-core:3.15.0
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.groovy:groovy-all:2.4.17
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.3
org.dom4j:dom4j:2.1.1
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117
org.eclipse.jetty:jetty-client:9.4.26.v20200117
org.eclipse.jetty:jetty-http:9.4.26.v20200117
org.eclipse.jetty:jetty-io:9.4.26.v20200117
org.eclipse.jetty:jetty-util:9.4.26.v20200117
org.eclipse.jetty:jetty-xml:9.4.26.v20200117
org.eclipse.persistence:javax.persistence:2.2.1
org.glassfish.jaxb:jaxb-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.0.Final
org.hibernate:hibernate-core:5.4.10.Final
org.hibernate:hibernate-entitymanager:5.4.10.Final
org.hsqldb:hsqldb:2.5.0
org.jasig.cas.client:cas-client-core:3.6.1
org.javassist:javassist:3.25.0-GA
org.jboss.logging:jboss-logging:3.3.2.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
org.jboss:jandex:2.1.1.Final
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.jetbrains.kotlin:kotlin-reflect:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61
org.jetbrains.kotlin:kotlin-stdlib:1.3.61
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:3.0.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.3
org.opensaml:opensaml-messaging-api:3.4.3
org.opensaml:opensaml-profile-api:3.4.3
org.opensaml:opensaml-saml-api:3.4.3
org.opensaml:opensaml-saml-impl:3.4.3
org.opensaml:opensaml-security-api:3.4.3
org.opensaml:opensaml-security-impl:3.4.3
org.opensaml:opensaml-soap-api:3.4.3
org.opensaml:opensaml-soap-impl:3.4.3
org.opensaml:opensaml-storage-api:3.4.3
org.opensaml:opensaml-xmlsec-api:3.4.3
org.opensaml:opensaml-xmlsec-impl:3.4.3
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.5
org.powermock:powermock-api-support:2.0.5
org.powermock:powermock-core:2.0.5
org.powermock:powermock-module-junit4-common:2.0.5
org.powermock:powermock-module-junit4:2.0.5
org.powermock:powermock-reflect:2.0.5
org.reactivestreams:reactive-streams:1.0.3
org.seleniumhq.selenium:htmlunit-driver:2.37.0
org.seleniumhq.selenium:selenium-api:3.141.59
org.seleniumhq.selenium:selenium-chrome-driver:3.141.59
org.seleniumhq.selenium:selenium-edge-driver:3.141.59
org.seleniumhq.selenium:selenium-firefox-driver:3.141.59
org.seleniumhq.selenium:selenium-ie-driver:3.141.59
org.seleniumhq.selenium:selenium-java:3.141.59
org.seleniumhq.selenium:selenium-opera-driver:3.141.59
org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.spockframework:spock-core:1.0-groovy-2.4
org.spockframework:spock-spring:1.0-groovy-2.4
org.springframework.data:spring-data-commons:2.2.4.RELEASE
org.springframework.data:spring-data-jpa:2.2.4.RELEASE
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework.ldap:spring-ldap-core:2.3.2.RELEASE
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-messaging:5.2.3.RELEASE
org.springframework:spring-orm:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
org.springframework:spring-webflux:5.2.3.RELEASE
org.springframework:spring-webmvc:5.2.3.RELEASE
org.springframework:spring-websocket:5.2.3.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
xalan:xalan:2.7.2
xerces:xercesImpl:2.12.0
xml-apis:xml-apis:1.4.01
@@ -0,0 +1,218 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.10.2
com.fasterxml.jackson.core:jackson-core:2.10.2
com.fasterxml.jackson.core:jackson-databind:2.10.2
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.1
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.5.1
com.nimbusds:oauth2-oidc-sdk:6.23
com.squareup.okhttp3:mockwebserver:3.14.6
com.squareup.okhttp3:okhttp:3.14.6
com.squareup.okio:okio:1.17.2
com.sun.istack:istack-commons-runtime:3.0.7
com.sun.mail:javax.mail:1.6.1
com.sun.xml.fastinfoset:FastInfoset:1.2.15
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.14
commons-collections:commons-collections:3.2.2
commons-io:commons-io:2.6
commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.2
io.netty:netty-buffer:4.1.44.Final
io.netty:netty-codec-http2:4.1.44.Final
io.netty:netty-codec-http:4.1.44.Final
io.netty:netty-codec-socks:4.1.44.Final
io.netty:netty-codec:4.1.44.Final
io.netty:netty-common:4.1.44.Final
io.netty:netty-handler-proxy:4.1.44.Final
io.netty:netty-handler:4.1.44.Final
io.netty:netty-resolver:4.1.44.Final
io.netty:netty-transport-native-epoll:4.1.44.Final
io.netty:netty-transport-native-unix-common:4.1.44.Final
io.netty:netty-transport:4.1.44.Final
io.projectreactor.netty:reactor-netty:0.9.4.RELEASE
io.projectreactor.tools:blockhound:1.0.1.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR4
io.projectreactor:reactor-core:3.3.2.RELEASE
io.projectreactor:reactor-test:3.3.2.RELEASE
io.rsocket:rsocket-core:1.0.0-RC6
io.rsocket:rsocket-transport-netty:1.0.0-RC6
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
javax.inject:javax.inject:1
javax.persistence:javax.persistence-api:2.2
javax.servlet:javax.servlet-api:4.0.1
javax.xml.bind:jaxb-api:2.4.0-b180830.0359
joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.0
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
net.sourceforge.htmlunit:neko-htmlunit:2.37.0
net.sourceforge.nekohtml:nekohtml:1.9.22
org.apache.commons:commons-exec:1.3
org.apache.commons:commons-lang3:3.9
org.apache.commons:commons-text:1.8
org.apache.directory.server:apacheds-bootstrap-extract:1.5.5
org.apache.directory.server:apacheds-bootstrap-partition:1.5.5
org.apache.directory.server:apacheds-core-avl:1.5.5
org.apache.directory.server:apacheds-core-constants:1.5.5
org.apache.directory.server:apacheds-core-entry:1.5.5
org.apache.directory.server:apacheds-core-jndi:1.5.5
org.apache.directory.server:apacheds-core-shared:1.5.5
org.apache.directory.server:apacheds-core:1.5.5
org.apache.directory.server:apacheds-jdbm-store:1.5.5
org.apache.directory.server:apacheds-jdbm:1.5.5
org.apache.directory.server:apacheds-kerberos-shared:1.5.5
org.apache.directory.server:apacheds-protocol-ldap:1.5.5
org.apache.directory.server:apacheds-protocol-shared:1.5.5
org.apache.directory.server:apacheds-schema-bootstrap:1.5.5
org.apache.directory.server:apacheds-schema-extras:1.5.5
org.apache.directory.server:apacheds-schema-registries:1.5.5
org.apache.directory.server:apacheds-server-jndi:1.5.5
org.apache.directory.server:apacheds-utils:1.5.5
org.apache.directory.server:apacheds-xdbm-base:1.5.5
org.apache.directory.server:apacheds-xdbm-search:1.5.5
org.apache.directory.server:apacheds-xdbm-tools:1.5.5
org.apache.directory.shared:shared-asn1-codec:0.9.15
org.apache.directory.shared:shared-asn1:0.9.15
org.apache.directory.shared:shared-cursor:0.9.15
org.apache.directory.shared:shared-ldap-constants:0.9.15
org.apache.directory.shared:shared-ldap:0.9.15
org.apache.httpcomponents:httpclient:4.5.11
org.apache.httpcomponents:httpcore:4.4.13
org.apache.httpcomponents:httpmime:4.5.11
org.apache.mina:mina-core:2.0.0-M6
org.apache.santuario:xmlsec:2.0.10
org.apache.velocity:velocity:1.7
org.aspectj:aspectjrt:1.9.3
org.aspectj:aspectjweaver:1.9.3
org.assertj:assertj-core:3.15.0
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.groovy:groovy-all:2.4.17
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.3
org.dom4j:dom4j:2.1.1
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117
org.eclipse.jetty:jetty-client:9.4.26.v20200117
org.eclipse.jetty:jetty-http:9.4.26.v20200117
org.eclipse.jetty:jetty-io:9.4.26.v20200117
org.eclipse.jetty:jetty-util:9.4.26.v20200117
org.eclipse.jetty:jetty-xml:9.4.26.v20200117
org.eclipse.persistence:javax.persistence:2.2.1
org.glassfish.jaxb:jaxb-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.0.Final
org.hibernate:hibernate-core:5.4.10.Final
org.hibernate:hibernate-entitymanager:5.4.10.Final
org.hsqldb:hsqldb:2.5.0
org.jasig.cas.client:cas-client-core:3.6.1
org.javassist:javassist:3.25.0-GA
org.jboss.logging:jboss-logging:3.3.2.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
org.jboss:jandex:2.1.1.Final
org.jetbrains.kotlin:kotlin-bom:1.3.61
org.jetbrains.kotlin:kotlin-reflect:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61
org.jetbrains.kotlin:kotlin-stdlib:1.3.61
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.2.4
org.objenesis:objenesis:3.0.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.3
org.opensaml:opensaml-messaging-api:3.4.3
org.opensaml:opensaml-profile-api:3.4.3
org.opensaml:opensaml-saml-api:3.4.3
org.opensaml:opensaml-saml-impl:3.4.3
org.opensaml:opensaml-security-api:3.4.3
org.opensaml:opensaml-security-impl:3.4.3
org.opensaml:opensaml-soap-api:3.4.3
org.opensaml:opensaml-soap-impl:3.4.3
org.opensaml:opensaml-storage-api:3.4.3
org.opensaml:opensaml-xmlsec-api:3.4.3
org.opensaml:opensaml-xmlsec-impl:3.4.3
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.5
org.powermock:powermock-api-support:2.0.5
org.powermock:powermock-core:2.0.5
org.powermock:powermock-module-junit4-common:2.0.5
org.powermock:powermock-module-junit4:2.0.5
org.powermock:powermock-reflect:2.0.5
org.reactivestreams:reactive-streams:1.0.3
org.seleniumhq.selenium:htmlunit-driver:2.37.0
org.seleniumhq.selenium:selenium-api:3.141.59
org.seleniumhq.selenium:selenium-chrome-driver:3.141.59
org.seleniumhq.selenium:selenium-edge-driver:3.141.59
org.seleniumhq.selenium:selenium-firefox-driver:3.141.59
org.seleniumhq.selenium:selenium-ie-driver:3.141.59
org.seleniumhq.selenium:selenium-java:3.141.59
org.seleniumhq.selenium:selenium-opera-driver:3.141.59
org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.spockframework:spock-core:1.0-groovy-2.4
org.spockframework:spock-spring:1.0-groovy-2.4
org.springframework.data:spring-data-commons:2.2.4.RELEASE
org.springframework.data:spring-data-jpa:2.2.4.RELEASE
org.springframework.data:spring-data-releasetrain:Moore-SR4
org.springframework.ldap:spring-ldap-core:2.3.2.RELEASE
org.springframework:spring-aop:5.2.3.RELEASE
org.springframework:spring-beans:5.2.3.RELEASE
org.springframework:spring-context:5.2.3.RELEASE
org.springframework:spring-core:5.2.3.RELEASE
org.springframework:spring-expression:5.2.3.RELEASE
org.springframework:spring-framework-bom:5.2.3.RELEASE
org.springframework:spring-jcl:5.2.3.RELEASE
org.springframework:spring-jdbc:5.2.3.RELEASE
org.springframework:spring-messaging:5.2.3.RELEASE
org.springframework:spring-orm:5.2.3.RELEASE
org.springframework:spring-test:5.2.3.RELEASE
org.springframework:spring-tx:5.2.3.RELEASE
org.springframework:spring-web:5.2.3.RELEASE
org.springframework:spring-webflux:5.2.3.RELEASE
org.springframework:spring-webmvc:5.2.3.RELEASE
org.springframework:spring-websocket:5.2.3.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
xalan:xalan:2.7.2
xerces:xercesImpl:2.12.0
xml-apis:xml-apis:1.4.01

Some files were not shown because too many files have changed in this diff Show More