From eadd53fe4bc952af533bd54e62f649e070ee0441 Mon Sep 17 00:00:00 2001 From: sdelamo Date: Thu, 5 Oct 2023 13:29:50 +0000 Subject: [PATCH] Deploying to gh-pages - 13:29:50 --- snapshot/api/allclasses-index.html | 78 +-- snapshot/api/allpackages-index.html | 22 +- snapshot/api/constant-values.html | 2 +- snapshot/api/element-list | 1 + snapshot/api/help-doc.html | 2 +- snapshot/api/index-all.html | 12 +- snapshot/api/index.html | 24 +- .../io/micronaut/crac/CracConfiguration.html | 2 +- .../crac/CracConfigurationProperties.html | 2 +- .../micronaut/crac/CracContextProvider.html | 2 +- .../io/micronaut/crac/CracEventPublisher.html | 2 +- .../micronaut/crac/CracResourceRegistrar.html | 2 +- .../crac/GlobalCracContextProvider.html | 2 +- .../crac/OrderedCracResourceRegistrar.html | 2 +- .../io/micronaut/crac/OrderedResource.html | 2 +- .../crac/StartupCracRegistration.html | 2 +- .../crac/events/AfterRestoreEvent.html | 2 +- .../crac/events/BeforeCheckpointEvent.html | 2 +- .../crac/events/package-summary.html | 12 +- .../micronaut/crac/events/package-tree.html | 2 +- .../micronaut/crac/info/CracInfoSource.html | 187 +++++++ .../micronaut/crac/info/package-summary.html | 106 ++++ .../io/micronaut/crac/info/package-tree.html | 70 +++ .../io/micronaut/crac/package-summary.html | 12 +- .../api/io/micronaut/crac/package-tree.html | 2 +- .../crac/resources/DataSourceResource.html | 2 +- .../NettyEmbeddedServerResource.html | 2 +- .../crac/resources/RefreshEventResource.html | 2 +- .../datasources/HikariDataSourceResource.html | 2 +- .../UnknownDataSourceResource.html | 2 +- .../datasources/package-summary.html | 2 +- .../resources/datasources/package-tree.html | 2 +- .../resolver/CompositeDataSourceResolver.html | 2 +- .../resolver/DataSourceResourceResolver.html | 2 +- .../resolver/HikariDataSourceResolver.html | 2 +- .../HikariDelegatingDataSourceResolver.html | 2 +- .../datasources/resolver/package-summary.html | 2 +- .../datasources/resolver/package-tree.html | 2 +- .../crac/resources/package-summary.html | 6 +- .../crac/resources/package-tree.html | 2 +- .../redis/AbstractRedisResource.html | 2 +- .../redis/CracRedisConfiguration.html | 2 +- .../CracRedisConfigurationProperties.html | 2 +- .../resources/redis/RedisCacheResource.html | 2 +- .../redis/RedisNamedConfigResource.html | 2 +- .../crac/resources/redis/package-summary.html | 2 +- .../crac/resources/redis/package-tree.html | 2 +- .../crac/test/CheckpointSimulator.html | 2 +- .../crac/test/DefaultCheckpointSimulator.html | 2 +- .../micronaut/crac/test/package-summary.html | 8 +- .../io/micronaut/crac/test/package-tree.html | 2 +- snapshot/api/jquery-ui.overrides.css | 42 +- snapshot/api/legal/LICENSE | 465 +++++------------- snapshot/api/legal/jqueryUI.md | 2 +- snapshot/api/member-search-index.js | 2 +- snapshot/api/overview-summary.html | 2 +- snapshot/api/overview-tree.html | 4 +- snapshot/api/package-search-index.js | 2 +- snapshot/api/script-dir/jquery-ui.min.css | 2 +- snapshot/api/script-dir/jquery-ui.min.js | 4 +- snapshot/api/script.js | 42 +- snapshot/api/search.js | 34 +- snapshot/api/serialized-form.html | 2 +- snapshot/api/stylesheet.css | 9 +- snapshot/api/type-search-index.js | 2 +- snapshot/guide/configurationreference.html | 44 +- snapshot/guide/index.html | 56 ++- 67 files changed, 755 insertions(+), 575 deletions(-) create mode 100644 snapshot/api/io/micronaut/crac/info/CracInfoSource.html create mode 100644 snapshot/api/io/micronaut/crac/info/package-summary.html create mode 100644 snapshot/api/io/micronaut/crac/info/package-tree.html diff --git a/snapshot/api/allclasses-index.html b/snapshot/api/allclasses-index.html index 6d35215b..8cc50fce 100644 --- a/snapshot/api/allclasses-index.html +++ b/snapshot/api/allclasses-index.html @@ -2,7 +2,7 @@ -All Classes and Interfaces (crac-parent 2.0.4-SNAPSHOT API) +All Classes and Interfaces (crac-parent 2.1.0-SNAPSHOT API) @@ -95,76 +95,80 @@

All Classes and Interfaces<
A helper bean to assist in publishing the correct CRaC events when a checkpoint is taken or restored.
- -
+ +
+
Exposes the information contained in the CRaC MXBean via the InfoEndpoint.
+
+ +
Configuration for Redis CRaC support.
- -
+ +
Configuration for Redis CRaC support.
- -
+ +
Registers all defined Resources for Coordinated Restore at Checkpoint.
- -
+ +
Register DataSources as CRaC resources on startup if CRaC is enabled.
- -
+ +
Interface to allow DataSource resolution.
- -
+ +
Provides a mechanism to simulate a checkpoint/restore for testing.
- -
+ +
Gets a Global Context through Core.getGlobalContext().
- -
+ +
If the data Source is of type DelegatingDataSource, extract the underlying data source.
- -
+ +
Handler for Hikari DataSources.
- -
+ +
If the data Source is of type DelegatingDataSource, extract the underlying data source.
- -
+ +
Register the NettyEmbedded server as a CRaC resource on startup if CRaC is enabled.
- -
+ +
Registers all defined Resources for Coordinated Restore at Checkpoint.
- -
+ +
A Coordinated Restore at Checkpoint Resource that may also be Ordered.
- -
+ +
Destroys any RedisCache beans before checkpointing.
- -
+ +
Destroys Redis connection beans for a named configuration.
- -
+ +
An OrderedResource that emits a RefreshEvent when a CRaC checkpoint is taken.
- -
+ +
Registers all defined Resources for Coordinated Restore at Checkpoint at StartupEvent.
- -
+ +
Handler for currently unhandled DataSources.
diff --git a/snapshot/api/allpackages-index.html b/snapshot/api/allpackages-index.html index 86758cbc..f84ac9b3 100644 --- a/snapshot/api/allpackages-index.html +++ b/snapshot/api/allpackages-index.html @@ -2,7 +2,7 @@ -All Packages (crac-parent 2.0.4-SNAPSHOT API) +All Packages (crac-parent 2.1.0-SNAPSHOT API) @@ -61,20 +61,22 @@

All Packages

Events that are fired when the CRaC checkpoint methods are executed.
- - diff --git a/snapshot/api/constant-values.html b/snapshot/api/constant-values.html index ad634132..4ae3aa91 100644 --- a/snapshot/api/constant-values.html +++ b/snapshot/api/constant-values.html @@ -2,7 +2,7 @@ -Constant Field Values (crac-parent 2.0.4-SNAPSHOT API) +Constant Field Values (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/element-list b/snapshot/api/element-list index 37065eb1..621c8239 100644 --- a/snapshot/api/element-list +++ b/snapshot/api/element-list @@ -1,5 +1,6 @@ io.micronaut.crac io.micronaut.crac.events +io.micronaut.crac.info io.micronaut.crac.resources io.micronaut.crac.resources.datasources io.micronaut.crac.resources.datasources.resolver diff --git a/snapshot/api/help-doc.html b/snapshot/api/help-doc.html index 6b964443..da00b879 100644 --- a/snapshot/api/help-doc.html +++ b/snapshot/api/help-doc.html @@ -2,7 +2,7 @@ -API Help (crac-parent 2.0.4-SNAPSHOT API) +API Help (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/index-all.html b/snapshot/api/index-all.html index d929afb9..1b4985d5 100644 --- a/snapshot/api/index-all.html +++ b/snapshot/api/index-all.html @@ -2,7 +2,7 @@ -Index (crac-parent 2.0.4-SNAPSHOT API) +Index (crac-parent 2.1.0-SNAPSHOT API) @@ -134,6 +134,12 @@

C

CracEventPublisher(CracConfiguration, ApplicationEventPublisher<BeforeCheckpointEvent>, ApplicationEventPublisher<AfterRestoreEvent>) - Constructor for class io.micronaut.crac.CracEventPublisher
 
+
CracInfoSource - Class in io.micronaut.crac.info
+
+
Exposes the information contained in the CRaC MXBean via the InfoEndpoint.
+
+
CracInfoSource() - Constructor for class io.micronaut.crac.info.CracInfoSource
+
 
CracRedisConfiguration - Interface in io.micronaut.crac.resources.redis
Configuration for Redis CRaC support.
@@ -225,6 +231,8 @@

G

 
getOrder() - Method in class io.micronaut.crac.resources.RefreshEventResource
 
+
getSource() - Method in class io.micronaut.crac.info.CracInfoSource
+
 
getTimeTakenNanos() - Method in class io.micronaut.crac.events.BeforeCheckpointEvent
 
GlobalCracContextProvider - Class in io.micronaut.crac
@@ -265,6 +273,8 @@

I

Events that are fired when the CRaC checkpoint methods are executed.
+
io.micronaut.crac.info - package io.micronaut.crac.info
+
 
io.micronaut.crac.resources - package io.micronaut.crac.resources
Built-in OrderedResources for CRaC integration.
diff --git a/snapshot/api/index.html b/snapshot/api/index.html index d37ca44b..ebfc7c74 100644 --- a/snapshot/api/index.html +++ b/snapshot/api/index.html @@ -2,7 +2,7 @@ -Overview (crac-parent 2.0.4-SNAPSHOT API) +Overview (crac-parent 2.1.0-SNAPSHOT API) @@ -47,7 +47,7 @@
-

crac-parent 2.0.4-SNAPSHOT API

+

crac-parent 2.1.0-SNAPSHOT API

Packages
@@ -62,20 +62,22 @@

crac-parent 2.0.4-SNAPSHOT API

Events that are fired when the CRaC checkpoint methods are executed.
- -
diff --git a/snapshot/api/io/micronaut/crac/CracConfiguration.html b/snapshot/api/io/micronaut/crac/CracConfiguration.html index b31e8606..82bdae83 100644 --- a/snapshot/api/io/micronaut/crac/CracConfiguration.html +++ b/snapshot/api/io/micronaut/crac/CracConfiguration.html @@ -2,7 +2,7 @@ -CracConfiguration (crac-parent 2.0.4-SNAPSHOT API) +CracConfiguration (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/CracConfigurationProperties.html b/snapshot/api/io/micronaut/crac/CracConfigurationProperties.html index 3f38d520..5c9ee8af 100644 --- a/snapshot/api/io/micronaut/crac/CracConfigurationProperties.html +++ b/snapshot/api/io/micronaut/crac/CracConfigurationProperties.html @@ -2,7 +2,7 @@ -CracConfigurationProperties (crac-parent 2.0.4-SNAPSHOT API) +CracConfigurationProperties (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/CracContextProvider.html b/snapshot/api/io/micronaut/crac/CracContextProvider.html index a4d90df5..c421b531 100644 --- a/snapshot/api/io/micronaut/crac/CracContextProvider.html +++ b/snapshot/api/io/micronaut/crac/CracContextProvider.html @@ -2,7 +2,7 @@ -CracContextProvider (crac-parent 2.0.4-SNAPSHOT API) +CracContextProvider (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/CracEventPublisher.html b/snapshot/api/io/micronaut/crac/CracEventPublisher.html index 919f3b1a..d317b0c0 100644 --- a/snapshot/api/io/micronaut/crac/CracEventPublisher.html +++ b/snapshot/api/io/micronaut/crac/CracEventPublisher.html @@ -2,7 +2,7 @@ -CracEventPublisher (crac-parent 2.0.4-SNAPSHOT API) +CracEventPublisher (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/CracResourceRegistrar.html b/snapshot/api/io/micronaut/crac/CracResourceRegistrar.html index 2cabb647..4eec74aa 100644 --- a/snapshot/api/io/micronaut/crac/CracResourceRegistrar.html +++ b/snapshot/api/io/micronaut/crac/CracResourceRegistrar.html @@ -2,7 +2,7 @@ -CracResourceRegistrar (crac-parent 2.0.4-SNAPSHOT API) +CracResourceRegistrar (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/GlobalCracContextProvider.html b/snapshot/api/io/micronaut/crac/GlobalCracContextProvider.html index d5424abf..e06a5146 100644 --- a/snapshot/api/io/micronaut/crac/GlobalCracContextProvider.html +++ b/snapshot/api/io/micronaut/crac/GlobalCracContextProvider.html @@ -2,7 +2,7 @@ -GlobalCracContextProvider (crac-parent 2.0.4-SNAPSHOT API) +GlobalCracContextProvider (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/OrderedCracResourceRegistrar.html b/snapshot/api/io/micronaut/crac/OrderedCracResourceRegistrar.html index cf0f2a3f..3fc84885 100644 --- a/snapshot/api/io/micronaut/crac/OrderedCracResourceRegistrar.html +++ b/snapshot/api/io/micronaut/crac/OrderedCracResourceRegistrar.html @@ -2,7 +2,7 @@ -OrderedCracResourceRegistrar (crac-parent 2.0.4-SNAPSHOT API) +OrderedCracResourceRegistrar (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/OrderedResource.html b/snapshot/api/io/micronaut/crac/OrderedResource.html index 17896f69..7d1ac6c2 100644 --- a/snapshot/api/io/micronaut/crac/OrderedResource.html +++ b/snapshot/api/io/micronaut/crac/OrderedResource.html @@ -2,7 +2,7 @@ -OrderedResource (crac-parent 2.0.4-SNAPSHOT API) +OrderedResource (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/StartupCracRegistration.html b/snapshot/api/io/micronaut/crac/StartupCracRegistration.html index 66e00ca2..1978e648 100644 --- a/snapshot/api/io/micronaut/crac/StartupCracRegistration.html +++ b/snapshot/api/io/micronaut/crac/StartupCracRegistration.html @@ -2,7 +2,7 @@ -StartupCracRegistration (crac-parent 2.0.4-SNAPSHOT API) +StartupCracRegistration (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/events/AfterRestoreEvent.html b/snapshot/api/io/micronaut/crac/events/AfterRestoreEvent.html index 8b2414e0..6aae48ad 100644 --- a/snapshot/api/io/micronaut/crac/events/AfterRestoreEvent.html +++ b/snapshot/api/io/micronaut/crac/events/AfterRestoreEvent.html @@ -2,7 +2,7 @@ -AfterRestoreEvent (crac-parent 2.0.4-SNAPSHOT API) +AfterRestoreEvent (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/events/BeforeCheckpointEvent.html b/snapshot/api/io/micronaut/crac/events/BeforeCheckpointEvent.html index 50c0409d..a8b47156 100644 --- a/snapshot/api/io/micronaut/crac/events/BeforeCheckpointEvent.html +++ b/snapshot/api/io/micronaut/crac/events/BeforeCheckpointEvent.html @@ -2,7 +2,7 @@ -BeforeCheckpointEvent (crac-parent 2.0.4-SNAPSHOT API) +BeforeCheckpointEvent (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/events/package-summary.html b/snapshot/api/io/micronaut/crac/events/package-summary.html index 83c9d67a..cf708173 100644 --- a/snapshot/api/io/micronaut/crac/events/package-summary.html +++ b/snapshot/api/io/micronaut/crac/events/package-summary.html @@ -2,7 +2,7 @@ -io.micronaut.crac.events (crac-parent 2.0.4-SNAPSHOT API) +io.micronaut.crac.events (crac-parent 2.1.0-SNAPSHOT API) @@ -80,12 +80,14 @@

Package io.micronaut.
A set of classes to support Coordinated Restore at Checkpoint (CRaC).
- -
+ +
 
+ +
Built-in OrderedResources for CRaC integration.
- -
 
+ +
 

diff --git a/snapshot/api/io/micronaut/crac/events/package-tree.html b/snapshot/api/io/micronaut/crac/events/package-tree.html index 5f82dd88..01816925 100644 --- a/snapshot/api/io/micronaut/crac/events/package-tree.html +++ b/snapshot/api/io/micronaut/crac/events/package-tree.html @@ -2,7 +2,7 @@ -io.micronaut.crac.events Class Hierarchy (crac-parent 2.0.4-SNAPSHOT API) +io.micronaut.crac.events Class Hierarchy (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/info/CracInfoSource.html b/snapshot/api/io/micronaut/crac/info/CracInfoSource.html new file mode 100644 index 00000000..f27b18af --- /dev/null +++ b/snapshot/api/io/micronaut/crac/info/CracInfoSource.html @@ -0,0 +1,187 @@ + + + + +CracInfoSource (crac-parent 2.1.0-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CracInfoSource

+
+
java.lang.Object +
io.micronaut.crac.info.CracInfoSource
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.core.order.Ordered, io.micronaut.management.endpoint.info.InfoSource
+
+
+
@Singleton +@Requires(beans=io.micronaut.management.endpoint.info.InfoEndpoint.class,classes=org.crac.management.CRaCMXBean.class) @Requires(property="endpoints.info.crac.enabled",notEquals="false",defaultValue="true") +public class CracInfoSource +extends Object +implements io.micronaut.management.endpoint.info.InfoSource
+
Exposes the information contained in the CRaC MXBean via the InfoEndpoint.
+
+
Since:
+
2.1.0
+
Author:
+
Tim Yates
+
+
+
+
    + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from interface io.micronaut.core.order.Ordered

    +HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    org.reactivestreams.Publisher<io.micronaut.context.env.PropertySource>
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface io.micronaut.core.order.Ordered

    +getOrder
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CracInfoSource

      +
      public CracInfoSource()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getSource

      +
      public org.reactivestreams.Publisher<io.micronaut.context.env.PropertySource> getSource()
      +
      +
      Specified by:
      +
      getSource in interface io.micronaut.management.endpoint.info.InfoSource
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/snapshot/api/io/micronaut/crac/info/package-summary.html b/snapshot/api/io/micronaut/crac/info/package-summary.html new file mode 100644 index 00000000..f331455e --- /dev/null +++ b/snapshot/api/io/micronaut/crac/info/package-summary.html @@ -0,0 +1,106 @@ + + + + +io.micronaut.crac.info (crac-parent 2.1.0-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.crac.info

+
+
+
package io.micronaut.crac.info
+
+ +
+
+
+
+ + diff --git a/snapshot/api/io/micronaut/crac/info/package-tree.html b/snapshot/api/io/micronaut/crac/info/package-tree.html new file mode 100644 index 00000000..dc0bc568 --- /dev/null +++ b/snapshot/api/io/micronaut/crac/info/package-tree.html @@ -0,0 +1,70 @@ + + + + +io.micronaut.crac.info Class Hierarchy (crac-parent 2.1.0-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.crac.info

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • io.micronaut.crac.info.CracInfoSource (implements io.micronaut.management.endpoint.info.InfoSource)
    • +
    +
  • +
+
+
+
+
+ + diff --git a/snapshot/api/io/micronaut/crac/package-summary.html b/snapshot/api/io/micronaut/crac/package-summary.html index 90b2e1fe..9fcb9b78 100644 --- a/snapshot/api/io/micronaut/crac/package-summary.html +++ b/snapshot/api/io/micronaut/crac/package-summary.html @@ -2,7 +2,7 @@ -io.micronaut.crac (crac-parent 2.0.4-SNAPSHOT API) +io.micronaut.crac (crac-parent 2.1.0-SNAPSHOT API) @@ -94,12 +94,14 @@

Package io.micronaut.crac
Events that are fired when the CRaC checkpoint methods are executed.

- -
+ +
 
+ +
Built-in OrderedResources for CRaC integration.
- -
 
+ +
 
diff --git a/snapshot/api/io/micronaut/crac/package-tree.html b/snapshot/api/io/micronaut/crac/package-tree.html index e9219df0..8df5a2f0 100644 --- a/snapshot/api/io/micronaut/crac/package-tree.html +++ b/snapshot/api/io/micronaut/crac/package-tree.html @@ -2,7 +2,7 @@ -io.micronaut.crac Class Hierarchy (crac-parent 2.0.4-SNAPSHOT API) +io.micronaut.crac Class Hierarchy (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/DataSourceResource.html b/snapshot/api/io/micronaut/crac/resources/DataSourceResource.html index 2966cbb2..8954284e 100644 --- a/snapshot/api/io/micronaut/crac/resources/DataSourceResource.html +++ b/snapshot/api/io/micronaut/crac/resources/DataSourceResource.html @@ -2,7 +2,7 @@ -DataSourceResource (crac-parent 2.0.4-SNAPSHOT API) +DataSourceResource (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/NettyEmbeddedServerResource.html b/snapshot/api/io/micronaut/crac/resources/NettyEmbeddedServerResource.html index cab829a8..cb58face 100644 --- a/snapshot/api/io/micronaut/crac/resources/NettyEmbeddedServerResource.html +++ b/snapshot/api/io/micronaut/crac/resources/NettyEmbeddedServerResource.html @@ -2,7 +2,7 @@ -NettyEmbeddedServerResource (crac-parent 2.0.4-SNAPSHOT API) +NettyEmbeddedServerResource (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/RefreshEventResource.html b/snapshot/api/io/micronaut/crac/resources/RefreshEventResource.html index 303a38a8..b0f77799 100644 --- a/snapshot/api/io/micronaut/crac/resources/RefreshEventResource.html +++ b/snapshot/api/io/micronaut/crac/resources/RefreshEventResource.html @@ -2,7 +2,7 @@ -RefreshEventResource (crac-parent 2.0.4-SNAPSHOT API) +RefreshEventResource (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/datasources/HikariDataSourceResource.html b/snapshot/api/io/micronaut/crac/resources/datasources/HikariDataSourceResource.html index 54b72b20..e6c10e92 100644 --- a/snapshot/api/io/micronaut/crac/resources/datasources/HikariDataSourceResource.html +++ b/snapshot/api/io/micronaut/crac/resources/datasources/HikariDataSourceResource.html @@ -2,7 +2,7 @@ -HikariDataSourceResource (crac-parent 2.0.4-SNAPSHOT API) +HikariDataSourceResource (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/datasources/UnknownDataSourceResource.html b/snapshot/api/io/micronaut/crac/resources/datasources/UnknownDataSourceResource.html index 38eca13c..600d1bc6 100644 --- a/snapshot/api/io/micronaut/crac/resources/datasources/UnknownDataSourceResource.html +++ b/snapshot/api/io/micronaut/crac/resources/datasources/UnknownDataSourceResource.html @@ -2,7 +2,7 @@ -UnknownDataSourceResource (crac-parent 2.0.4-SNAPSHOT API) +UnknownDataSourceResource (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/datasources/package-summary.html b/snapshot/api/io/micronaut/crac/resources/datasources/package-summary.html index d699709e..5ec98e49 100644 --- a/snapshot/api/io/micronaut/crac/resources/datasources/package-summary.html +++ b/snapshot/api/io/micronaut/crac/resources/datasources/package-summary.html @@ -2,7 +2,7 @@ -io.micronaut.crac.resources.datasources (crac-parent 2.0.4-SNAPSHOT API) +io.micronaut.crac.resources.datasources (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/datasources/package-tree.html b/snapshot/api/io/micronaut/crac/resources/datasources/package-tree.html index f9e1685c..0afdab92 100644 --- a/snapshot/api/io/micronaut/crac/resources/datasources/package-tree.html +++ b/snapshot/api/io/micronaut/crac/resources/datasources/package-tree.html @@ -2,7 +2,7 @@ -io.micronaut.crac.resources.datasources Class Hierarchy (crac-parent 2.0.4-SNAPSHOT API) +io.micronaut.crac.resources.datasources Class Hierarchy (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/datasources/resolver/CompositeDataSourceResolver.html b/snapshot/api/io/micronaut/crac/resources/datasources/resolver/CompositeDataSourceResolver.html index fc7897f2..29c8a89c 100644 --- a/snapshot/api/io/micronaut/crac/resources/datasources/resolver/CompositeDataSourceResolver.html +++ b/snapshot/api/io/micronaut/crac/resources/datasources/resolver/CompositeDataSourceResolver.html @@ -2,7 +2,7 @@ -CompositeDataSourceResolver (crac-parent 2.0.4-SNAPSHOT API) +CompositeDataSourceResolver (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/datasources/resolver/DataSourceResourceResolver.html b/snapshot/api/io/micronaut/crac/resources/datasources/resolver/DataSourceResourceResolver.html index 63ff2ebb..f5eea527 100644 --- a/snapshot/api/io/micronaut/crac/resources/datasources/resolver/DataSourceResourceResolver.html +++ b/snapshot/api/io/micronaut/crac/resources/datasources/resolver/DataSourceResourceResolver.html @@ -2,7 +2,7 @@ -DataSourceResourceResolver (crac-parent 2.0.4-SNAPSHOT API) +DataSourceResourceResolver (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/datasources/resolver/HikariDataSourceResolver.html b/snapshot/api/io/micronaut/crac/resources/datasources/resolver/HikariDataSourceResolver.html index 277af300..d62ad7e0 100644 --- a/snapshot/api/io/micronaut/crac/resources/datasources/resolver/HikariDataSourceResolver.html +++ b/snapshot/api/io/micronaut/crac/resources/datasources/resolver/HikariDataSourceResolver.html @@ -2,7 +2,7 @@ -HikariDataSourceResolver (crac-parent 2.0.4-SNAPSHOT API) +HikariDataSourceResolver (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/datasources/resolver/HikariDelegatingDataSourceResolver.html b/snapshot/api/io/micronaut/crac/resources/datasources/resolver/HikariDelegatingDataSourceResolver.html index c37b20f0..951b013d 100644 --- a/snapshot/api/io/micronaut/crac/resources/datasources/resolver/HikariDelegatingDataSourceResolver.html +++ b/snapshot/api/io/micronaut/crac/resources/datasources/resolver/HikariDelegatingDataSourceResolver.html @@ -2,7 +2,7 @@ -HikariDelegatingDataSourceResolver (crac-parent 2.0.4-SNAPSHOT API) +HikariDelegatingDataSourceResolver (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/datasources/resolver/package-summary.html b/snapshot/api/io/micronaut/crac/resources/datasources/resolver/package-summary.html index a93f8f09..d1c7c6a7 100644 --- a/snapshot/api/io/micronaut/crac/resources/datasources/resolver/package-summary.html +++ b/snapshot/api/io/micronaut/crac/resources/datasources/resolver/package-summary.html @@ -2,7 +2,7 @@ -io.micronaut.crac.resources.datasources.resolver (crac-parent 2.0.4-SNAPSHOT API) +io.micronaut.crac.resources.datasources.resolver (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/datasources/resolver/package-tree.html b/snapshot/api/io/micronaut/crac/resources/datasources/resolver/package-tree.html index dcc9c5d4..5bc1831b 100644 --- a/snapshot/api/io/micronaut/crac/resources/datasources/resolver/package-tree.html +++ b/snapshot/api/io/micronaut/crac/resources/datasources/resolver/package-tree.html @@ -2,7 +2,7 @@ -io.micronaut.crac.resources.datasources.resolver Class Hierarchy (crac-parent 2.0.4-SNAPSHOT API) +io.micronaut.crac.resources.datasources.resolver Class Hierarchy (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/package-summary.html b/snapshot/api/io/micronaut/crac/resources/package-summary.html index c2815565..d864fe59 100644 --- a/snapshot/api/io/micronaut/crac/resources/package-summary.html +++ b/snapshot/api/io/micronaut/crac/resources/package-summary.html @@ -2,7 +2,7 @@ -io.micronaut.crac.resources (crac-parent 2.0.4-SNAPSHOT API) +io.micronaut.crac.resources (crac-parent 2.1.0-SNAPSHOT API) @@ -90,8 +90,10 @@

Package io.microna
Events that are fired when the CRaC checkpoint methods are executed.
- +
 
+ +
 

diff --git a/snapshot/api/io/micronaut/crac/resources/package-tree.html b/snapshot/api/io/micronaut/crac/resources/package-tree.html index 364dfb61..3da4c4a2 100644 --- a/snapshot/api/io/micronaut/crac/resources/package-tree.html +++ b/snapshot/api/io/micronaut/crac/resources/package-tree.html @@ -2,7 +2,7 @@ -io.micronaut.crac.resources Class Hierarchy (crac-parent 2.0.4-SNAPSHOT API) +io.micronaut.crac.resources Class Hierarchy (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/redis/AbstractRedisResource.html b/snapshot/api/io/micronaut/crac/resources/redis/AbstractRedisResource.html index fbfcf584..1542659f 100644 --- a/snapshot/api/io/micronaut/crac/resources/redis/AbstractRedisResource.html +++ b/snapshot/api/io/micronaut/crac/resources/redis/AbstractRedisResource.html @@ -2,7 +2,7 @@ -AbstractRedisResource (crac-parent 2.0.4-SNAPSHOT API) +AbstractRedisResource (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/redis/CracRedisConfiguration.html b/snapshot/api/io/micronaut/crac/resources/redis/CracRedisConfiguration.html index 3169de46..b524efe4 100644 --- a/snapshot/api/io/micronaut/crac/resources/redis/CracRedisConfiguration.html +++ b/snapshot/api/io/micronaut/crac/resources/redis/CracRedisConfiguration.html @@ -2,7 +2,7 @@ -CracRedisConfiguration (crac-parent 2.0.4-SNAPSHOT API) +CracRedisConfiguration (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/redis/CracRedisConfigurationProperties.html b/snapshot/api/io/micronaut/crac/resources/redis/CracRedisConfigurationProperties.html index 7d6a20cc..899b970b 100644 --- a/snapshot/api/io/micronaut/crac/resources/redis/CracRedisConfigurationProperties.html +++ b/snapshot/api/io/micronaut/crac/resources/redis/CracRedisConfigurationProperties.html @@ -2,7 +2,7 @@ -CracRedisConfigurationProperties (crac-parent 2.0.4-SNAPSHOT API) +CracRedisConfigurationProperties (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/redis/RedisCacheResource.html b/snapshot/api/io/micronaut/crac/resources/redis/RedisCacheResource.html index 9b01f1cb..edb20b23 100644 --- a/snapshot/api/io/micronaut/crac/resources/redis/RedisCacheResource.html +++ b/snapshot/api/io/micronaut/crac/resources/redis/RedisCacheResource.html @@ -2,7 +2,7 @@ -RedisCacheResource (crac-parent 2.0.4-SNAPSHOT API) +RedisCacheResource (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/redis/RedisNamedConfigResource.html b/snapshot/api/io/micronaut/crac/resources/redis/RedisNamedConfigResource.html index e4ea6a27..a5948583 100644 --- a/snapshot/api/io/micronaut/crac/resources/redis/RedisNamedConfigResource.html +++ b/snapshot/api/io/micronaut/crac/resources/redis/RedisNamedConfigResource.html @@ -2,7 +2,7 @@ -RedisNamedConfigResource (crac-parent 2.0.4-SNAPSHOT API) +RedisNamedConfigResource (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/redis/package-summary.html b/snapshot/api/io/micronaut/crac/resources/redis/package-summary.html index 5922d159..4a4d2be3 100644 --- a/snapshot/api/io/micronaut/crac/resources/redis/package-summary.html +++ b/snapshot/api/io/micronaut/crac/resources/redis/package-summary.html @@ -2,7 +2,7 @@ -io.micronaut.crac.resources.redis (crac-parent 2.0.4-SNAPSHOT API) +io.micronaut.crac.resources.redis (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/resources/redis/package-tree.html b/snapshot/api/io/micronaut/crac/resources/redis/package-tree.html index 46674514..b3a5e547 100644 --- a/snapshot/api/io/micronaut/crac/resources/redis/package-tree.html +++ b/snapshot/api/io/micronaut/crac/resources/redis/package-tree.html @@ -2,7 +2,7 @@ -io.micronaut.crac.resources.redis Class Hierarchy (crac-parent 2.0.4-SNAPSHOT API) +io.micronaut.crac.resources.redis Class Hierarchy (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/test/CheckpointSimulator.html b/snapshot/api/io/micronaut/crac/test/CheckpointSimulator.html index eef163f7..7f12008b 100644 --- a/snapshot/api/io/micronaut/crac/test/CheckpointSimulator.html +++ b/snapshot/api/io/micronaut/crac/test/CheckpointSimulator.html @@ -2,7 +2,7 @@ -CheckpointSimulator (crac-parent 2.0.4-SNAPSHOT API) +CheckpointSimulator (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/test/DefaultCheckpointSimulator.html b/snapshot/api/io/micronaut/crac/test/DefaultCheckpointSimulator.html index 189f67e5..09d96f46 100644 --- a/snapshot/api/io/micronaut/crac/test/DefaultCheckpointSimulator.html +++ b/snapshot/api/io/micronaut/crac/test/DefaultCheckpointSimulator.html @@ -2,7 +2,7 @@ -DefaultCheckpointSimulator (crac-parent 2.0.4-SNAPSHOT API) +DefaultCheckpointSimulator (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/io/micronaut/crac/test/package-summary.html b/snapshot/api/io/micronaut/crac/test/package-summary.html index 2846f5d0..0cc6c57d 100644 --- a/snapshot/api/io/micronaut/crac/test/package-summary.html +++ b/snapshot/api/io/micronaut/crac/test/package-summary.html @@ -2,7 +2,7 @@ -io.micronaut.crac.test (crac-parent 2.0.4-SNAPSHOT API) +io.micronaut.crac.test (crac-parent 2.1.0-SNAPSHOT API) @@ -79,8 +79,10 @@

Package io.micronaut.cr
Events that are fired when the CRaC checkpoint methods are executed.
- -
+ +
 
+ +
Built-in OrderedResources for CRaC integration.
diff --git a/snapshot/api/io/micronaut/crac/test/package-tree.html b/snapshot/api/io/micronaut/crac/test/package-tree.html index 1aa78c9c..1da7fbc6 100644 --- a/snapshot/api/io/micronaut/crac/test/package-tree.html +++ b/snapshot/api/io/micronaut/crac/test/package-tree.html @@ -2,7 +2,7 @@ -io.micronaut.crac.test Class Hierarchy (crac-parent 2.0.4-SNAPSHOT API) +io.micronaut.crac.test Class Hierarchy (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/jquery-ui.overrides.css b/snapshot/api/jquery-ui.overrides.css index facf852c..03c010ba 100644 --- a/snapshot/api/jquery-ui.overrides.css +++ b/snapshot/api/jquery-ui.overrides.css @@ -1,26 +1,26 @@ /* * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. + * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * */ .ui-state-active, diff --git a/snapshot/api/legal/LICENSE b/snapshot/api/legal/LICENSE index 8b400c7a..ee860d38 100644 --- a/snapshot/api/legal/LICENSE +++ b/snapshot/api/legal/LICENSE @@ -1,347 +1,118 @@ -The GNU General Public License (GPL) - -Version 2, June 1991 - -Copyright (C) 1989, 1991 Free Software Foundation, Inc. -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Everyone is permitted to copy and distribute verbatim copies of this license -document, but changing it is not allowed. - -Preamble - -The licenses for most software are designed to take away your freedom to share -and change it. By contrast, the GNU General Public License is intended to -guarantee your freedom to share and change free software--to make sure the -software is free for all its users. This General Public License applies to -most of the Free Software Foundation's software and to any other program whose -authors commit to using it. (Some other Free Software Foundation software is -covered by the GNU Library General Public License instead.) You can apply it to -your programs, too. - -When we speak of free software, we are referring to freedom, not price. Our -General Public Licenses are designed to make sure that you have the freedom to -distribute copies of free software (and charge for this service if you wish), -that you receive source code or can get it if you want it, that you can change -the software or use pieces of it in new free programs; and that you know you -can do these things. - -To protect your rights, we need to make restrictions that forbid anyone to deny -you these rights or to ask you to surrender the rights. These restrictions -translate to certain responsibilities for you if you distribute copies of the -software, or if you modify it. - -For example, if you distribute copies of such a program, whether gratis or for -a fee, you must give the recipients all the rights that you have. You must -make sure that they, too, receive or can get the source code. And you must -show them these terms so they know their rights. - -We protect your rights with two steps: (1) copyright the software, and (2) -offer you this license which gives you legal permission to copy, distribute -and/or modify the software. - -Also, for each author's protection and ours, we want to make certain that -everyone understands that there is no warranty for this free software. If the -software is modified by someone else and passed on, we want its recipients to -know that what they have is not the original, so that any problems introduced -by others will not reflect on the original authors' reputations. - -Finally, any free program is threatened constantly by software patents. We -wish to avoid the danger that redistributors of a free program will -individually obtain patent licenses, in effect making the program proprietary. -To prevent this, we have made it clear that any patent must be licensed for -everyone's free use or not licensed at all. - -The precise terms and conditions for copying, distribution and modification -follow. - -TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - -0. This License applies to any program or other work which contains a notice -placed by the copyright holder saying it may be distributed under the terms of -this General Public License. The "Program", below, refers to any such program -or work, and a "work based on the Program" means either the Program or any -derivative work under copyright law: that is to say, a work containing the -Program or a portion of it, either verbatim or with modifications and/or -translated into another language. (Hereinafter, translation is included -without limitation in the term "modification".) Each licensee is addressed as -"you". - -Activities other than copying, distribution and modification are not covered by -this License; they are outside its scope. The act of running the Program is -not restricted, and the output from the Program is covered only if its contents -constitute a work based on the Program (independent of having been made by -running the Program). Whether that is true depends on what the Program does. - -1. You may copy and distribute verbatim copies of the Program's source code as -you receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice and -disclaimer of warranty; keep intact all the notices that refer to this License -and to the absence of any warranty; and give any other recipients of the -Program a copy of this License along with the Program. - -You may charge a fee for the physical act of transferring a copy, and you may -at your option offer warranty protection in exchange for a fee. - -2. You may modify your copy or copies of the Program or any portion of it, thus -forming a work based on the Program, and copy and distribute such modifications -or work under the terms of Section 1 above, provided that you also meet all of -these conditions: - - a) You must cause the modified files to carry prominent notices stating - that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in whole or - in part contains or is derived from the Program or any part thereof, to be - licensed as a whole at no charge to all third parties under the terms of - this License. - - c) If the modified program normally reads commands interactively when run, - you must cause it, when started running for such interactive use in the - most ordinary way, to print or display an announcement including an - appropriate copyright notice and a notice that there is no warranty (or - else, saying that you provide a warranty) and that users may redistribute - the program under these conditions, and telling the user how to view a copy - of this License. (Exception: if the Program itself is interactive but does - not normally print such an announcement, your work based on the Program is - not required to print an announcement.) - -These requirements apply to the modified work as a whole. If identifiable -sections of that work are not derived from the Program, and can be reasonably -considered independent and separate works in themselves, then this License, and -its terms, do not apply to those sections when you distribute them as separate -works. But when you distribute the same sections as part of a whole which is a -work based on the Program, the distribution of the whole must be on the terms -of this License, whose permissions for other licensees extend to the entire -whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest your -rights to work written entirely by you; rather, the intent is to exercise the -right to control the distribution of derivative or collective works based on -the Program. - -In addition, mere aggregation of another work not based on the Program with the -Program (or with a work based on the Program) on a volume of a storage or -distribution medium does not bring the other work under the scope of this -License. - -3. You may copy and distribute the Program (or a work based on it, under -Section 2) in object code or executable form under the terms of Sections 1 and -2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable source - code, which must be distributed under the terms of Sections 1 and 2 above - on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three years, to - give any third party, for a charge no more than your cost of physically - performing source distribution, a complete machine-readable copy of the - corresponding source code, to be distributed under the terms of Sections 1 - and 2 above on a medium customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer to - distribute corresponding source code. (This alternative is allowed only - for noncommercial distribution and only if you received the program in - object code or executable form with such an offer, in accord with - Subsection b above.) - -The source code for a work means the preferred form of the work for making -modifications to it. For an executable work, complete source code means all -the source code for all modules it contains, plus any associated interface -definition files, plus the scripts used to control compilation and installation -of the executable. However, as a special exception, the source code -distributed need not include anything that is normally distributed (in either -source or binary form) with the major components (compiler, kernel, and so on) -of the operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the source -code from the same place counts as distribution of the source code, even though -third parties are not compelled to copy the source along with the object code. - -4. You may not copy, modify, sublicense, or distribute the Program except as -expressly provided under this License. Any attempt otherwise to copy, modify, -sublicense or distribute the Program is void, and will automatically terminate -your rights under this License. However, parties who have received copies, or -rights, from you under this License will not have their licenses terminated so -long as such parties remain in full compliance. - -5. You are not required to accept this License, since you have not signed it. -However, nothing else grants you permission to modify or distribute the Program -or its derivative works. These actions are prohibited by law if you do not -accept this License. Therefore, by modifying or distributing the Program (or -any work based on the Program), you indicate your acceptance of this License to -do so, and all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - -6. Each time you redistribute the Program (or any work based on the Program), -the recipient automatically receives a license from the original licensor to -copy, distribute or modify the Program subject to these terms and conditions. -You may not impose any further restrictions on the recipients' exercise of the -rights granted herein. You are not responsible for enforcing compliance by -third parties to this License. - -7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), conditions -are imposed on you (whether by court order, agreement or otherwise) that -contradict the conditions of this License, they do not excuse you from the -conditions of this License. If you cannot distribute so as to satisfy -simultaneously your obligations under this License and any other pertinent -obligations, then as a consequence you may not distribute the Program at all. -For example, if a patent license would not permit royalty-free redistribution -of the Program by all those who receive copies directly or indirectly through -you, then the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply and -the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any patents or -other property right claims or to contest validity of any such claims; this -section has the sole purpose of protecting the integrity of the free software -distribution system, which is implemented by public license practices. Many -people have made generous contributions to the wide range of software -distributed through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing to -distribute software through any other system and a licensee cannot impose that -choice. - -This section is intended to make thoroughly clear what is believed to be a -consequence of the rest of this License. - -8. If the distribution and/or use of the Program is restricted in certain -countries either by patents or by copyrighted interfaces, the original -copyright holder who places the Program under this License may add an explicit -geographical distribution limitation excluding those countries, so that -distribution is permitted only in or among countries not thus excluded. In -such case, this License incorporates the limitation as if written in the body -of this License. - -9. The Free Software Foundation may publish revised and/or new versions of the -General Public License from time to time. Such new versions will be similar in -spirit to the present version, but may differ in detail to address new problems -or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any later -version", you have the option of following the terms and conditions either of -that version or of any later version published by the Free Software Foundation. -If the Program does not specify a version number of this License, you may -choose any version ever published by the Free Software Foundation. - -10. If you wish to incorporate parts of the Program into other free programs -whose distribution conditions are different, write to the author to ask for -permission. For software which is copyrighted by the Free Software Foundation, -write to the Free Software Foundation; we sometimes make exceptions for this. -Our decision will be guided by the two goals of preserving the free status of -all derivatives of our free software and of promoting the sharing and reuse of -software generally. - -NO WARRANTY - -11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR -THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE -STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE -PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND -PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, -YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - -12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL -ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE -PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR -INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA -BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER -OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -END OF TERMS AND CONDITIONS - -How to Apply These Terms to Your New Programs - -If you develop a new program, and you want it to be of the greatest possible -use to the public, the best way to achieve this is to make it free software -which everyone can redistribute and change under these terms. - -To do so, attach the following notices to the program. It is safest to attach -them to the start of each source file to most effectively convey the exclusion -of warranty; and each file should have at least the "copyright" line and a -pointer to where the full notice is found. - - One line to give the program's name and a brief idea of what it does. - - Copyright (C) - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the Free - Software Foundation; either version 2 of the License, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this when it -starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author Gnomovision comes - with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free - software, and you are welcome to redistribute it under certain conditions; - type 'show c' for details. - -The hypothetical commands 'show w' and 'show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may be -called something other than 'show w' and 'show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your school, -if any, to sign a "copyright disclaimer" for the program, if necessary. Here -is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - 'Gnomovision' (which makes passes at compilers) written by James Hacker. - - signature of Ty Coon, 1 April 1989 - - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General Public -License instead of this License. - - -"CLASSPATH" EXCEPTION TO THE GPL - -Certain source files distributed by Oracle America and/or its affiliates are -subject to the following clarification and special exception to the GPL, but -only where Oracle has expressly included in the particular source file's header -the words "Oracle designates this particular file as subject to the "Classpath" -exception as provided by Oracle in the LICENSE file that accompanied this code." - - Linking this library statically or dynamically with other modules is making - a combined work based on this library. Thus, the terms and conditions of - the GNU General Public License cover the whole combination. - - As a special exception, the copyright holders of this library give you - permission to link this library with independent modules to produce an - executable, regardless of the license terms of these independent modules, - and to copy and distribute the resulting executable under terms of your - choice, provided that you also meet, for each linked independent module, - the terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. If - you modify this library, you may extend this exception to your version of - the library, but you are not obligated to do so. If you do not wish to do - so, delete this exception statement from your version. +Your use of this Program is governed by the No-Fee Terms and Conditions set +forth below, unless you have received this Program (alone or as part of another +Oracle product) under an Oracle license agreement (including but not limited to +the Oracle Master Agreement), in which case your use of this Program is governed +solely by such license agreement with Oracle. + +Oracle No-Fee Terms and Conditions (NFTC) + +Definitions + +"Oracle" refers to Oracle America, Inc. "You" and "Your" refers to (a) a company +or organization (each an "Entity") accessing the Programs, if use of the +Programs will be on behalf of such Entity; or (b) an individual accessing the +Programs, if use of the Programs will not be on behalf of an Entity. +"Program(s)" refers to Oracle software provided by Oracle pursuant to the +following terms and any updates, error corrections, and/or Program Documentation +provided by Oracle. "Program Documentation" refers to Program user manuals and +Program installation manuals, if any. If available, Program Documentation may be +delivered with the Programs and/or may be accessed from +www.oracle.com/documentation. "Separate Terms" refers to separate license terms +that are specified in the Program Documentation, readmes or notice files and +that apply to Separately Licensed Technology. "Separately Licensed Technology" +refers to Oracle or third party technology that is licensed under Separate Terms +and not under the terms of this license. + +Separately Licensed Technology + +Oracle may provide certain notices to You in Program Documentation, readmes or +notice files in connection with Oracle or third party technology provided as or +with the Programs. If specified in the Program Documentation, readmes or notice +files, such technology will be licensed to You under Separate Terms. Your rights +to use Separately Licensed Technology under Separate Terms are not restricted in +any way by the terms herein. For clarity, notwithstanding the existence of a +notice, third party technology that is not Separately Licensed Technology shall +be deemed part of the Programs licensed to You under the terms of this license. + +Source Code for Open Source Software + +For software that You receive from Oracle in binary form that is licensed under +an open source license that gives You the right to receive the source code for +that binary, You can obtain a copy of the applicable source code from +https://oss.oracle.com/sources/ or http://www.oracle.com/goto/opensourcecode. If +the source code for such software was not provided to You with the binary, You +can also receive a copy of the source code on physical media by submitting a +written request pursuant to the instructions in the "Written Offer for Source +Code" section of the latter website. + +------------------------------------------------------------------------------- + +The following license terms apply to those Programs that are not provided to You +under Separate Terms. + +License Rights and Restrictions + +Oracle grants to You, as a recipient of this Program, subject to the conditions +stated herein, a nonexclusive, nontransferable, limited license to: + +(a) internally use the unmodified Programs for the purposes of developing, +testing, prototyping and demonstrating your applications, and running the +Program for Your own personal use or internal business operations; and + +(b) redistribute the unmodified Program and Program Documentation, under the +terms of this License, provided that You do not charge Your licensees any fees +associated with such distribution or use of the Program, including, without +limitation, fees for products that include or are bundled with a copy of the +Program or for services that involve the use of the distributed Program. + +You may make copies of the Programs to the extent reasonably necessary for +exercising the license rights granted herein and for backup purposes. You are +granted the right to use the Programs to provide third party training in the use +of the Programs and associated Separately Licensed Technology only if there is +express authorization of such use by Oracle on the Program's download page or in +the Program Documentation. + +Your license is contingent on compliance with the following conditions: + +- You do not remove markings or notices of either Oracle's or a licensor's + proprietary rights from the Programs or Program Documentation; + +- You comply with all U.S. and applicable export control and economic sanctions + laws and regulations that govern Your use of the Programs (including technical + data); + +- You do not cause or permit reverse engineering, disassembly or decompilation + of the Programs (except as allowed by law) by You nor allow an associated + party to do so. + +For clarity, any source code that may be included in the distribution with the +Programs is provided solely for reference purposes and may not be modified, +unless such source code is under Separate Terms permitting modification. + +Ownership + +Oracle or its licensors retain all ownership and intellectual property rights to +the Programs. + +Information Collection + +The Programs' installation and/or auto-update processes, if any, may transmit a +limited amount of data to Oracle or its service provider about those processes +to help Oracle understand and optimize them. Oracle does not associate the data +with personally identifiable information. Refer to Oracle's Privacy Policy at +www.oracle.com/privacy. + +Disclaimer of Warranties; Limitation of Liability + +THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER +DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY +IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR +NONINFRINGEMENT. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ORACLE BE LIABLE TO YOU FOR +DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT +LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. diff --git a/snapshot/api/legal/jqueryUI.md b/snapshot/api/legal/jqueryUI.md index 8031bdb5..8bda9d7a 100644 --- a/snapshot/api/legal/jqueryUI.md +++ b/snapshot/api/legal/jqueryUI.md @@ -1,4 +1,4 @@ -## jQuery UI v1.12.1 +## jQuery UI v1.13.2 ### jQuery UI License ``` diff --git a/snapshot/api/member-search-index.js b/snapshot/api/member-search-index.js index 7bcefb89..2c1ae3c0 100644 --- a/snapshot/api/member-search-index.js +++ b/snapshot/api/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"io.micronaut.crac.resources.redis","c":"AbstractRedisResource","l":"AbstractRedisResource(BeanContext)","u":"%3Cinit%3E(io.micronaut.context.BeanContext)"},{"p":"io.micronaut.crac.resources","c":"DataSourceResource","l":"afterRestore(Context)","u":"afterRestore(org.crac.Context)"},{"p":"io.micronaut.crac.resources.datasources","c":"HikariDataSourceResource","l":"afterRestore(Context)","u":"afterRestore(org.crac.Context)"},{"p":"io.micronaut.crac.resources.datasources","c":"UnknownDataSourceResource","l":"afterRestore(Context)","u":"afterRestore(org.crac.Context)"},{"p":"io.micronaut.crac.resources","c":"NettyEmbeddedServerResource","l":"afterRestore(Context)","u":"afterRestore(org.crac.Context)"},{"p":"io.micronaut.crac.resources.redis","c":"AbstractRedisResource","l":"afterRestore(Context)","u":"afterRestore(org.crac.Context)"},{"p":"io.micronaut.crac.resources","c":"RefreshEventResource","l":"afterRestore(Context)","u":"afterRestore(org.crac.Context)"},{"p":"io.micronaut.crac.events","c":"AfterRestoreEvent","l":"AfterRestoreEvent(OrderedResource, long)","u":"%3Cinit%3E(io.micronaut.crac.OrderedResource,long)"},{"p":"io.micronaut.crac.resources.redis","c":"AbstractRedisResource","l":"beanContext"},{"p":"io.micronaut.crac.resources","c":"DataSourceResource","l":"beforeCheckpoint(Context)","u":"beforeCheckpoint(org.crac.Context)"},{"p":"io.micronaut.crac.resources.datasources","c":"HikariDataSourceResource","l":"beforeCheckpoint(Context)","u":"beforeCheckpoint(org.crac.Context)"},{"p":"io.micronaut.crac.resources.datasources","c":"UnknownDataSourceResource","l":"beforeCheckpoint(Context)","u":"beforeCheckpoint(org.crac.Context)"},{"p":"io.micronaut.crac.resources","c":"NettyEmbeddedServerResource","l":"beforeCheckpoint(Context)","u":"beforeCheckpoint(org.crac.Context)"},{"p":"io.micronaut.crac.resources.redis","c":"RedisCacheResource","l":"beforeCheckpoint(Context)","u":"beforeCheckpoint(org.crac.Context)"},{"p":"io.micronaut.crac.resources.redis","c":"RedisNamedConfigResource","l":"beforeCheckpoint(Context)","u":"beforeCheckpoint(org.crac.Context)"},{"p":"io.micronaut.crac.resources","c":"RefreshEventResource","l":"beforeCheckpoint(Context)","u":"beforeCheckpoint(org.crac.Context)"},{"p":"io.micronaut.crac.events","c":"BeforeCheckpointEvent","l":"BeforeCheckpointEvent(OrderedResource, long)","u":"%3Cinit%3E(io.micronaut.crac.OrderedResource,long)"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"CompositeDataSourceResolver","l":"CompositeDataSourceResolver(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"CracConfigurationProperties()","u":"%3Cinit%3E()"},{"p":"io.micronaut.crac","c":"CracEventPublisher","l":"CracEventPublisher(CracConfiguration, ApplicationEventPublisher, ApplicationEventPublisher)","u":"%3Cinit%3E(io.micronaut.crac.CracConfiguration,io.micronaut.context.event.ApplicationEventPublisher,io.micronaut.context.event.ApplicationEventPublisher)"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"CracRedisConfigurationProperties()","u":"%3Cinit%3E()"},{"p":"io.micronaut.crac.resources","c":"DataSourceResource","l":"DataSourceResource(CracConfiguration, CracEventPublisher, DataSource, DataSourceResourceResolver)","u":"%3Cinit%3E(io.micronaut.crac.CracConfiguration,io.micronaut.crac.CracEventPublisher,javax.sql.DataSource,io.micronaut.crac.resources.datasources.resolver.DataSourceResourceResolver)"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"DEFAULT_CACHE_ENABLED"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"DEFAULT_CLIENT_ENABLED"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"DEFAULT_CONNECTION_ENABLED"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"DEFAULT_DATASOURCE_PAUSE_TIMEOUT"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"DEFAULT_ENABLED"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"DEFAULT_ENABLED"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"DEFAULT_REFRESH"},{"p":"io.micronaut.crac.test","c":"DefaultCheckpointSimulator","l":"DefaultCheckpointSimulator(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"io.micronaut.crac.resources.redis","c":"AbstractRedisResource","l":"destroyAction(T, Logger, String)","u":"destroyAction(T,org.slf4j.Logger,java.lang.String)"},{"p":"io.micronaut.crac","c":"CracEventPublisher","l":"fireAfterRestoreEvents(OrderedResource)","u":"fireAfterRestoreEvents(io.micronaut.crac.OrderedResource)"},{"p":"io.micronaut.crac","c":"CracEventPublisher","l":"fireAfterRestoreEvents(OrderedResource, LongSupplier)","u":"fireAfterRestoreEvents(io.micronaut.crac.OrderedResource,java.util.function.LongSupplier)"},{"p":"io.micronaut.crac","c":"CracEventPublisher","l":"fireBeforeCheckpointEvents(OrderedResource)","u":"fireBeforeCheckpointEvents(io.micronaut.crac.OrderedResource)"},{"p":"io.micronaut.crac","c":"CracEventPublisher","l":"fireBeforeCheckpointEvents(OrderedResource, LongSupplier)","u":"fireBeforeCheckpointEvents(io.micronaut.crac.OrderedResource,java.util.function.LongSupplier)"},{"p":"io.micronaut.crac","c":"CracConfiguration","l":"getDatasourcePauseTimeout()"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"getDatasourcePauseTimeout()"},{"p":"io.micronaut.crac.events","c":"BeforeCheckpointEvent","l":"getNow()"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"HikariDataSourceResolver","l":"getOrder()"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"HikariDelegatingDataSourceResolver","l":"getOrder()"},{"p":"io.micronaut.crac.resources","c":"NettyEmbeddedServerResource","l":"getOrder()"},{"p":"io.micronaut.crac.resources.redis","c":"RedisNamedConfigResource","l":"getOrder()"},{"p":"io.micronaut.crac.resources","c":"RefreshEventResource","l":"getOrder()"},{"p":"io.micronaut.crac.events","c":"BeforeCheckpointEvent","l":"getTimeTakenNanos()"},{"p":"io.micronaut.crac","c":"GlobalCracContextProvider","l":"GlobalCracContextProvider()","u":"%3Cinit%3E()"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"HikariDataSourceResolver","l":"HikariDataSourceResolver()","u":"%3Cinit%3E()"},{"p":"io.micronaut.crac.resources.datasources","c":"HikariDataSourceResource","l":"HikariDataSourceResource(HikariDataSource, CracConfiguration)","u":"%3Cinit%3E(com.zaxxer.hikari.HikariDataSource,io.micronaut.crac.CracConfiguration)"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"HikariDelegatingDataSourceResolver","l":"HikariDelegatingDataSourceResolver()","u":"%3Cinit%3E()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfiguration","l":"isCacheEnabled()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"isCacheEnabled()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfiguration","l":"isClientEnabled()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"isClientEnabled()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfiguration","l":"isConnectionEnabled()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"isConnectionEnabled()"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"isEnabled()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"isEnabled()"},{"p":"io.micronaut.crac","c":"CracConfiguration","l":"isRefreshBeans()"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"isRefreshBeans()"},{"p":"io.micronaut.crac.resources","c":"NettyEmbeddedServerResource","l":"NettyEmbeddedServerResource(CracEventPublisher, NettyEmbeddedServer)","u":"%3Cinit%3E(io.micronaut.crac.CracEventPublisher,io.micronaut.http.server.netty.NettyEmbeddedServer)"},{"p":"io.micronaut.crac","c":"StartupCracRegistration","l":"onApplicationEvent(StartupEvent)","u":"onApplicationEvent(io.micronaut.context.event.StartupEvent)"},{"p":"io.micronaut.crac.resources","c":"NettyEmbeddedServerResource","l":"ORDER"},{"p":"io.micronaut.crac","c":"OrderedCracResourceRegistrar","l":"OrderedCracResourceRegistrar(List, CracContextProvider)","u":"%3Cinit%3E(java.util.List,io.micronaut.crac.CracContextProvider)"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"PREFIX"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"PREFIX"},{"p":"io.micronaut.crac","c":"CracContextProvider","l":"provideContext()"},{"p":"io.micronaut.crac","c":"GlobalCracContextProvider","l":"provideContext()"},{"p":"io.micronaut.crac.resources.redis","c":"RedisCacheResource","l":"RedisCacheResource(BeanContext, CracEventPublisher, RedisCache)","u":"%3Cinit%3E(io.micronaut.context.BeanContext,io.micronaut.crac.CracEventPublisher,io.micronaut.configuration.lettuce.cache.RedisCache)"},{"p":"io.micronaut.crac.resources.redis","c":"RedisNamedConfigResource","l":"RedisNamedConfigResource(BeanContext, CracEventPublisher, AbstractRedisConfiguration)","u":"%3Cinit%3E(io.micronaut.context.BeanContext,io.micronaut.crac.CracEventPublisher,io.micronaut.configuration.lettuce.AbstractRedisConfiguration)"},{"p":"io.micronaut.crac.resources","c":"RefreshEventResource","l":"RefreshEventResource(CracEventPublisher, ApplicationEventPublisher)","u":"%3Cinit%3E(io.micronaut.crac.CracEventPublisher,io.micronaut.context.event.ApplicationEventPublisher)"},{"p":"io.micronaut.crac","c":"CracResourceRegistrar","l":"registerResources()"},{"p":"io.micronaut.crac","c":"OrderedCracResourceRegistrar","l":"registerResources()"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"CompositeDataSourceResolver","l":"resolve(DataSource, CracConfiguration)","u":"resolve(javax.sql.DataSource,io.micronaut.crac.CracConfiguration)"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"DataSourceResourceResolver","l":"resolve(DataSource, CracConfiguration)","u":"resolve(javax.sql.DataSource,io.micronaut.crac.CracConfiguration)"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"HikariDataSourceResolver","l":"resolve(DataSource, CracConfiguration)","u":"resolve(javax.sql.DataSource,io.micronaut.crac.CracConfiguration)"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"HikariDelegatingDataSourceResolver","l":"resolve(DataSource, CracConfiguration)","u":"resolve(javax.sql.DataSource,io.micronaut.crac.CracConfiguration)"},{"p":"io.micronaut.crac.test","c":"CheckpointSimulator","l":"runAfterRestore()"},{"p":"io.micronaut.crac.test","c":"DefaultCheckpointSimulator","l":"runAfterRestore()"},{"p":"io.micronaut.crac.test","c":"CheckpointSimulator","l":"runBeforeCheckpoint()"},{"p":"io.micronaut.crac.test","c":"DefaultCheckpointSimulator","l":"runBeforeCheckpoint()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"setCacheEnabled(boolean)"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"setClientEnabled(boolean)"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"setConnectionEnabled(boolean)"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"setDatasourcePauseTimeout(Duration)","u":"setDatasourcePauseTimeout(java.time.Duration)"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"setEnabled(boolean)"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"setEnabled(boolean)"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"setRefreshBeans(boolean)"},{"p":"io.micronaut.crac","c":"StartupCracRegistration","l":"StartupCracRegistration(CracResourceRegistrar)","u":"%3Cinit%3E(io.micronaut.crac.CracResourceRegistrar)"},{"p":"io.micronaut.crac.resources.datasources","c":"UnknownDataSourceResource","l":"UnknownDataSourceResource(DataSource)","u":"%3Cinit%3E(javax.sql.DataSource)"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p":"io.micronaut.crac.resources.redis","c":"AbstractRedisResource","l":"AbstractRedisResource(BeanContext)","u":"%3Cinit%3E(io.micronaut.context.BeanContext)"},{"p":"io.micronaut.crac.resources","c":"DataSourceResource","l":"afterRestore(Context)","u":"afterRestore(org.crac.Context)"},{"p":"io.micronaut.crac.resources.datasources","c":"HikariDataSourceResource","l":"afterRestore(Context)","u":"afterRestore(org.crac.Context)"},{"p":"io.micronaut.crac.resources.datasources","c":"UnknownDataSourceResource","l":"afterRestore(Context)","u":"afterRestore(org.crac.Context)"},{"p":"io.micronaut.crac.resources","c":"NettyEmbeddedServerResource","l":"afterRestore(Context)","u":"afterRestore(org.crac.Context)"},{"p":"io.micronaut.crac.resources.redis","c":"AbstractRedisResource","l":"afterRestore(Context)","u":"afterRestore(org.crac.Context)"},{"p":"io.micronaut.crac.resources","c":"RefreshEventResource","l":"afterRestore(Context)","u":"afterRestore(org.crac.Context)"},{"p":"io.micronaut.crac.events","c":"AfterRestoreEvent","l":"AfterRestoreEvent(OrderedResource, long)","u":"%3Cinit%3E(io.micronaut.crac.OrderedResource,long)"},{"p":"io.micronaut.crac.resources.redis","c":"AbstractRedisResource","l":"beanContext"},{"p":"io.micronaut.crac.resources","c":"DataSourceResource","l":"beforeCheckpoint(Context)","u":"beforeCheckpoint(org.crac.Context)"},{"p":"io.micronaut.crac.resources.datasources","c":"HikariDataSourceResource","l":"beforeCheckpoint(Context)","u":"beforeCheckpoint(org.crac.Context)"},{"p":"io.micronaut.crac.resources.datasources","c":"UnknownDataSourceResource","l":"beforeCheckpoint(Context)","u":"beforeCheckpoint(org.crac.Context)"},{"p":"io.micronaut.crac.resources","c":"NettyEmbeddedServerResource","l":"beforeCheckpoint(Context)","u":"beforeCheckpoint(org.crac.Context)"},{"p":"io.micronaut.crac.resources.redis","c":"RedisCacheResource","l":"beforeCheckpoint(Context)","u":"beforeCheckpoint(org.crac.Context)"},{"p":"io.micronaut.crac.resources.redis","c":"RedisNamedConfigResource","l":"beforeCheckpoint(Context)","u":"beforeCheckpoint(org.crac.Context)"},{"p":"io.micronaut.crac.resources","c":"RefreshEventResource","l":"beforeCheckpoint(Context)","u":"beforeCheckpoint(org.crac.Context)"},{"p":"io.micronaut.crac.events","c":"BeforeCheckpointEvent","l":"BeforeCheckpointEvent(OrderedResource, long)","u":"%3Cinit%3E(io.micronaut.crac.OrderedResource,long)"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"CompositeDataSourceResolver","l":"CompositeDataSourceResolver(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"CracConfigurationProperties()","u":"%3Cinit%3E()"},{"p":"io.micronaut.crac","c":"CracEventPublisher","l":"CracEventPublisher(CracConfiguration, ApplicationEventPublisher, ApplicationEventPublisher)","u":"%3Cinit%3E(io.micronaut.crac.CracConfiguration,io.micronaut.context.event.ApplicationEventPublisher,io.micronaut.context.event.ApplicationEventPublisher)"},{"p":"io.micronaut.crac.info","c":"CracInfoSource","l":"CracInfoSource()","u":"%3Cinit%3E()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"CracRedisConfigurationProperties()","u":"%3Cinit%3E()"},{"p":"io.micronaut.crac.resources","c":"DataSourceResource","l":"DataSourceResource(CracConfiguration, CracEventPublisher, DataSource, DataSourceResourceResolver)","u":"%3Cinit%3E(io.micronaut.crac.CracConfiguration,io.micronaut.crac.CracEventPublisher,javax.sql.DataSource,io.micronaut.crac.resources.datasources.resolver.DataSourceResourceResolver)"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"DEFAULT_CACHE_ENABLED"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"DEFAULT_CLIENT_ENABLED"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"DEFAULT_CONNECTION_ENABLED"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"DEFAULT_DATASOURCE_PAUSE_TIMEOUT"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"DEFAULT_ENABLED"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"DEFAULT_ENABLED"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"DEFAULT_REFRESH"},{"p":"io.micronaut.crac.test","c":"DefaultCheckpointSimulator","l":"DefaultCheckpointSimulator(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"io.micronaut.crac.resources.redis","c":"AbstractRedisResource","l":"destroyAction(T, Logger, String)","u":"destroyAction(T,org.slf4j.Logger,java.lang.String)"},{"p":"io.micronaut.crac","c":"CracEventPublisher","l":"fireAfterRestoreEvents(OrderedResource)","u":"fireAfterRestoreEvents(io.micronaut.crac.OrderedResource)"},{"p":"io.micronaut.crac","c":"CracEventPublisher","l":"fireAfterRestoreEvents(OrderedResource, LongSupplier)","u":"fireAfterRestoreEvents(io.micronaut.crac.OrderedResource,java.util.function.LongSupplier)"},{"p":"io.micronaut.crac","c":"CracEventPublisher","l":"fireBeforeCheckpointEvents(OrderedResource)","u":"fireBeforeCheckpointEvents(io.micronaut.crac.OrderedResource)"},{"p":"io.micronaut.crac","c":"CracEventPublisher","l":"fireBeforeCheckpointEvents(OrderedResource, LongSupplier)","u":"fireBeforeCheckpointEvents(io.micronaut.crac.OrderedResource,java.util.function.LongSupplier)"},{"p":"io.micronaut.crac","c":"CracConfiguration","l":"getDatasourcePauseTimeout()"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"getDatasourcePauseTimeout()"},{"p":"io.micronaut.crac.events","c":"BeforeCheckpointEvent","l":"getNow()"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"HikariDataSourceResolver","l":"getOrder()"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"HikariDelegatingDataSourceResolver","l":"getOrder()"},{"p":"io.micronaut.crac.resources","c":"NettyEmbeddedServerResource","l":"getOrder()"},{"p":"io.micronaut.crac.resources.redis","c":"RedisNamedConfigResource","l":"getOrder()"},{"p":"io.micronaut.crac.resources","c":"RefreshEventResource","l":"getOrder()"},{"p":"io.micronaut.crac.info","c":"CracInfoSource","l":"getSource()"},{"p":"io.micronaut.crac.events","c":"BeforeCheckpointEvent","l":"getTimeTakenNanos()"},{"p":"io.micronaut.crac","c":"GlobalCracContextProvider","l":"GlobalCracContextProvider()","u":"%3Cinit%3E()"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"HikariDataSourceResolver","l":"HikariDataSourceResolver()","u":"%3Cinit%3E()"},{"p":"io.micronaut.crac.resources.datasources","c":"HikariDataSourceResource","l":"HikariDataSourceResource(HikariDataSource, CracConfiguration)","u":"%3Cinit%3E(com.zaxxer.hikari.HikariDataSource,io.micronaut.crac.CracConfiguration)"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"HikariDelegatingDataSourceResolver","l":"HikariDelegatingDataSourceResolver()","u":"%3Cinit%3E()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfiguration","l":"isCacheEnabled()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"isCacheEnabled()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfiguration","l":"isClientEnabled()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"isClientEnabled()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfiguration","l":"isConnectionEnabled()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"isConnectionEnabled()"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"isEnabled()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"isEnabled()"},{"p":"io.micronaut.crac","c":"CracConfiguration","l":"isRefreshBeans()"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"isRefreshBeans()"},{"p":"io.micronaut.crac.resources","c":"NettyEmbeddedServerResource","l":"NettyEmbeddedServerResource(CracEventPublisher, NettyEmbeddedServer)","u":"%3Cinit%3E(io.micronaut.crac.CracEventPublisher,io.micronaut.http.server.netty.NettyEmbeddedServer)"},{"p":"io.micronaut.crac","c":"StartupCracRegistration","l":"onApplicationEvent(StartupEvent)","u":"onApplicationEvent(io.micronaut.context.event.StartupEvent)"},{"p":"io.micronaut.crac.resources","c":"NettyEmbeddedServerResource","l":"ORDER"},{"p":"io.micronaut.crac","c":"OrderedCracResourceRegistrar","l":"OrderedCracResourceRegistrar(List, CracContextProvider)","u":"%3Cinit%3E(java.util.List,io.micronaut.crac.CracContextProvider)"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"PREFIX"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"PREFIX"},{"p":"io.micronaut.crac","c":"CracContextProvider","l":"provideContext()"},{"p":"io.micronaut.crac","c":"GlobalCracContextProvider","l":"provideContext()"},{"p":"io.micronaut.crac.resources.redis","c":"RedisCacheResource","l":"RedisCacheResource(BeanContext, CracEventPublisher, RedisCache)","u":"%3Cinit%3E(io.micronaut.context.BeanContext,io.micronaut.crac.CracEventPublisher,io.micronaut.configuration.lettuce.cache.RedisCache)"},{"p":"io.micronaut.crac.resources.redis","c":"RedisNamedConfigResource","l":"RedisNamedConfigResource(BeanContext, CracEventPublisher, AbstractRedisConfiguration)","u":"%3Cinit%3E(io.micronaut.context.BeanContext,io.micronaut.crac.CracEventPublisher,io.micronaut.configuration.lettuce.AbstractRedisConfiguration)"},{"p":"io.micronaut.crac.resources","c":"RefreshEventResource","l":"RefreshEventResource(CracEventPublisher, ApplicationEventPublisher)","u":"%3Cinit%3E(io.micronaut.crac.CracEventPublisher,io.micronaut.context.event.ApplicationEventPublisher)"},{"p":"io.micronaut.crac","c":"CracResourceRegistrar","l":"registerResources()"},{"p":"io.micronaut.crac","c":"OrderedCracResourceRegistrar","l":"registerResources()"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"CompositeDataSourceResolver","l":"resolve(DataSource, CracConfiguration)","u":"resolve(javax.sql.DataSource,io.micronaut.crac.CracConfiguration)"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"DataSourceResourceResolver","l":"resolve(DataSource, CracConfiguration)","u":"resolve(javax.sql.DataSource,io.micronaut.crac.CracConfiguration)"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"HikariDataSourceResolver","l":"resolve(DataSource, CracConfiguration)","u":"resolve(javax.sql.DataSource,io.micronaut.crac.CracConfiguration)"},{"p":"io.micronaut.crac.resources.datasources.resolver","c":"HikariDelegatingDataSourceResolver","l":"resolve(DataSource, CracConfiguration)","u":"resolve(javax.sql.DataSource,io.micronaut.crac.CracConfiguration)"},{"p":"io.micronaut.crac.test","c":"CheckpointSimulator","l":"runAfterRestore()"},{"p":"io.micronaut.crac.test","c":"DefaultCheckpointSimulator","l":"runAfterRestore()"},{"p":"io.micronaut.crac.test","c":"CheckpointSimulator","l":"runBeforeCheckpoint()"},{"p":"io.micronaut.crac.test","c":"DefaultCheckpointSimulator","l":"runBeforeCheckpoint()"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"setCacheEnabled(boolean)"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"setClientEnabled(boolean)"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"setConnectionEnabled(boolean)"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"setDatasourcePauseTimeout(Duration)","u":"setDatasourcePauseTimeout(java.time.Duration)"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"setEnabled(boolean)"},{"p":"io.micronaut.crac.resources.redis","c":"CracRedisConfigurationProperties","l":"setEnabled(boolean)"},{"p":"io.micronaut.crac","c":"CracConfigurationProperties","l":"setRefreshBeans(boolean)"},{"p":"io.micronaut.crac","c":"StartupCracRegistration","l":"StartupCracRegistration(CracResourceRegistrar)","u":"%3Cinit%3E(io.micronaut.crac.CracResourceRegistrar)"},{"p":"io.micronaut.crac.resources.datasources","c":"UnknownDataSourceResource","l":"UnknownDataSourceResource(DataSource)","u":"%3Cinit%3E(javax.sql.DataSource)"}];updateSearchResults(); \ No newline at end of file diff --git a/snapshot/api/overview-summary.html b/snapshot/api/overview-summary.html index f99b30ee..6b028f20 100644 --- a/snapshot/api/overview-summary.html +++ b/snapshot/api/overview-summary.html @@ -2,7 +2,7 @@ -crac-parent 2.0.4-SNAPSHOT API +crac-parent 2.1.0-SNAPSHOT API diff --git a/snapshot/api/overview-tree.html b/snapshot/api/overview-tree.html index 47e7da09..da88adc9 100644 --- a/snapshot/api/overview-tree.html +++ b/snapshot/api/overview-tree.html @@ -2,7 +2,7 @@ -Class Hierarchy (crac-parent 2.0.4-SNAPSHOT API) +Class Hierarchy (crac-parent 2.1.0-SNAPSHOT API) @@ -52,6 +52,7 @@

Hierarchy For All Packages

  • io.micronaut.crac,
  • io.micronaut.crac.events,
  • +
  • io.micronaut.crac.info,
  • io.micronaut.crac.resources,
  • io.micronaut.crac.resources.datasources,
  • io.micronaut.crac.resources.datasources.resolver,
  • @@ -73,6 +74,7 @@

    Class Hierarchy

  • io.micronaut.crac.resources.datasources.resolver.CompositeDataSourceResolver (implements io.micronaut.crac.resources.datasources.resolver.DataSourceResourceResolver)
  • io.micronaut.crac.CracConfigurationProperties (implements io.micronaut.crac.CracConfiguration)
  • io.micronaut.crac.CracEventPublisher
  • +
  • io.micronaut.crac.info.CracInfoSource (implements io.micronaut.management.endpoint.info.InfoSource)
  • io.micronaut.crac.resources.redis.CracRedisConfigurationProperties (implements io.micronaut.crac.resources.redis.CracRedisConfiguration)
  • io.micronaut.crac.resources.DataSourceResource (implements io.micronaut.crac.OrderedResource)
  • io.micronaut.crac.test.DefaultCheckpointSimulator (implements io.micronaut.crac.test.CheckpointSimulator)
  • diff --git a/snapshot/api/package-search-index.js b/snapshot/api/package-search-index.js index d5b2e062..9162b23e 100644 --- a/snapshot/api/package-search-index.js +++ b/snapshot/api/package-search-index.js @@ -1 +1 @@ -packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"io.micronaut.crac"},{"l":"io.micronaut.crac.events"},{"l":"io.micronaut.crac.resources"},{"l":"io.micronaut.crac.resources.datasources"},{"l":"io.micronaut.crac.resources.datasources.resolver"},{"l":"io.micronaut.crac.resources.redis"},{"l":"io.micronaut.crac.test"}];updateSearchResults(); \ No newline at end of file +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"io.micronaut.crac"},{"l":"io.micronaut.crac.events"},{"l":"io.micronaut.crac.info"},{"l":"io.micronaut.crac.resources"},{"l":"io.micronaut.crac.resources.datasources"},{"l":"io.micronaut.crac.resources.datasources.resolver"},{"l":"io.micronaut.crac.resources.redis"},{"l":"io.micronaut.crac.test"}];updateSearchResults(); \ No newline at end of file diff --git a/snapshot/api/script-dir/jquery-ui.min.css b/snapshot/api/script-dir/jquery-ui.min.css index d64539cb..693327f0 100644 --- a/snapshot/api/script-dir/jquery-ui.min.css +++ b/snapshot/api/script-dir/jquery-ui.min.css @@ -1,4 +1,4 @@ -/*! jQuery UI - v1.13.1 - 2022-05-12 +/*! jQuery UI - v1.13.2 - 2023-02-27 * http://jqueryui.com * Includes: core.css, autocomplete.css, menu.css * Copyright jQuery Foundation and other contributors; Licensed MIT */ diff --git a/snapshot/api/script-dir/jquery-ui.min.js b/snapshot/api/script-dir/jquery-ui.min.js index 55c28329..8166a15e 100644 --- a/snapshot/api/script-dir/jquery-ui.min.js +++ b/snapshot/api/script-dir/jquery-ui.min.js @@ -1,6 +1,6 @@ -/*! jQuery UI - v1.13.1 - 2022-05-12 +/*! jQuery UI - v1.13.2 - 2023-02-27 * http://jqueryui.com * Includes: widget.js, position.js, keycode.js, unique-id.js, widgets/autocomplete.js, widgets/menu.js * Copyright jQuery Foundation and other contributors; Licensed MIT */ -!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(x){"use strict";x.ui=x.ui||{};x.ui.version="1.13.1";var n,i=0,l=Array.prototype.hasOwnProperty,a=Array.prototype.slice;x.cleanData=(n=x.cleanData,function(t){for(var e,i,s=0;null!=(i=t[s]);s++)(e=x._data(i,"events"))&&e.remove&&x(i).triggerHandler("remove");n(t)}),x.widget=function(t,i,e){var s,n,o,l={},a=t.split(".")[0],r=a+"-"+(t=t.split(".")[1]);return e||(e=i,i=x.Widget),Array.isArray(e)&&(e=x.extend.apply(null,[{}].concat(e))),x.expr.pseudos[r.toLowerCase()]=function(t){return!!x.data(t,r)},x[a]=x[a]||{},s=x[a][t],n=x[a][t]=function(t,e){if(!this||!this._createWidget)return new n(t,e);arguments.length&&this._createWidget(t,e)},x.extend(n,s,{version:e.version,_proto:x.extend({},e),_childConstructors:[]}),(o=new i).options=x.widget.extend({},o.options),x.each(e,function(e,s){function n(){return i.prototype[e].apply(this,arguments)}function o(t){return i.prototype[e].apply(this,t)}l[e]="function"==typeof s?function(){var t,e=this._super,i=this._superApply;return this._super=n,this._superApply=o,t=s.apply(this,arguments),this._super=e,this._superApply=i,t}:s}),n.prototype=x.widget.extend(o,{widgetEventPrefix:s&&o.widgetEventPrefix||t},l,{constructor:n,namespace:a,widgetName:t,widgetFullName:r}),s?(x.each(s._childConstructors,function(t,e){var i=e.prototype;x.widget(i.namespace+"."+i.widgetName,n,e._proto)}),delete s._childConstructors):i._childConstructors.push(n),x.widget.bridge(t,n),n},x.widget.extend=function(t){for(var e,i,s=a.call(arguments,1),n=0,o=s.length;n",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n

"),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
    ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
    ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
    ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
    ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file +!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(x){"use strict";x.ui=x.ui||{};x.ui.version="1.13.2";var n,i=0,l=Array.prototype.hasOwnProperty,a=Array.prototype.slice;x.cleanData=(n=x.cleanData,function(t){for(var e,i,s=0;null!=(i=t[s]);s++)(e=x._data(i,"events"))&&e.remove&&x(i).triggerHandler("remove");n(t)}),x.widget=function(t,i,e){var s,n,o,l={},a=t.split(".")[0],r=a+"-"+(t=t.split(".")[1]);return e||(e=i,i=x.Widget),Array.isArray(e)&&(e=x.extend.apply(null,[{}].concat(e))),x.expr.pseudos[r.toLowerCase()]=function(t){return!!x.data(t,r)},x[a]=x[a]||{},s=x[a][t],n=x[a][t]=function(t,e){if(!this||!this._createWidget)return new n(t,e);arguments.length&&this._createWidget(t,e)},x.extend(n,s,{version:e.version,_proto:x.extend({},e),_childConstructors:[]}),(o=new i).options=x.widget.extend({},o.options),x.each(e,function(e,s){function n(){return i.prototype[e].apply(this,arguments)}function o(t){return i.prototype[e].apply(this,t)}l[e]="function"==typeof s?function(){var t,e=this._super,i=this._superApply;return this._super=n,this._superApply=o,t=s.apply(this,arguments),this._super=e,this._superApply=i,t}:s}),n.prototype=x.widget.extend(o,{widgetEventPrefix:s&&o.widgetEventPrefix||t},l,{constructor:n,namespace:a,widgetName:t,widgetFullName:r}),s?(x.each(s._childConstructors,function(t,e){var i=e.prototype;x.widget(i.namespace+"."+i.widgetName,n,e._proto)}),delete s._childConstructors):i._childConstructors.push(n),x.widget.bridge(t,n),n},x.widget.extend=function(t){for(var e,i,s=a.call(arguments,1),n=0,o=s.length;n",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
    "),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
      ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
      ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
      ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
      ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/snapshot/api/script.js b/snapshot/api/script.js index 864989cf..0765364e 100644 --- a/snapshot/api/script.js +++ b/snapshot/api/script.js @@ -1,26 +1,26 @@ /* * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. + * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * */ var moduleSearchIndex; diff --git a/snapshot/api/search.js b/snapshot/api/search.js index db3b2f4a..13aba853 100644 --- a/snapshot/api/search.js +++ b/snapshot/api/search.js @@ -1,26 +1,26 @@ /* * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. */ var noResult = {l: "No results found"}; diff --git a/snapshot/api/serialized-form.html b/snapshot/api/serialized-form.html index c511855f..c2b5068a 100644 --- a/snapshot/api/serialized-form.html +++ b/snapshot/api/serialized-form.html @@ -2,7 +2,7 @@ -Serialized Form (crac-parent 2.0.4-SNAPSHOT API) +Serialized Form (crac-parent 2.1.0-SNAPSHOT API) diff --git a/snapshot/api/stylesheet.css b/snapshot/api/stylesheet.css index 4a576bd2..6dc5b365 100644 --- a/snapshot/api/stylesheet.css +++ b/snapshot/api/stylesheet.css @@ -597,9 +597,6 @@ main, nav, header, footer, section { background-color:#4D7A97; color:#FFFFFF; } -.result-item { - font-size:13px; -} .ui-autocomplete { max-height:85%; max-width:65%; @@ -618,12 +615,12 @@ ul.ui-autocomplete li { clear:both; width:100%; } -.result-highlight { - font-weight:bold; -} .ui-autocomplete .result-item { font-size: inherit; } +.ui-autocomplete .result-highlight { + font-weight:bold; +} #search-input { background-image:url('resources/glass.png'); background-size:13px; diff --git a/snapshot/api/type-search-index.js b/snapshot/api/type-search-index.js index bbe35f08..d80c7075 100644 --- a/snapshot/api/type-search-index.js +++ b/snapshot/api/type-search-index.js @@ -1 +1 @@ -typeSearchIndex = [{"p":"io.micronaut.crac.resources.redis","l":"AbstractRedisResource"},{"p":"io.micronaut.crac.events","l":"AfterRestoreEvent"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"io.micronaut.crac.events","l":"BeforeCheckpointEvent"},{"p":"io.micronaut.crac.test","l":"CheckpointSimulator"},{"p":"io.micronaut.crac.resources.datasources.resolver","l":"CompositeDataSourceResolver"},{"p":"io.micronaut.crac","l":"CracConfiguration"},{"p":"io.micronaut.crac","l":"CracConfigurationProperties"},{"p":"io.micronaut.crac","l":"CracContextProvider"},{"p":"io.micronaut.crac","l":"CracEventPublisher"},{"p":"io.micronaut.crac.resources.redis","l":"CracRedisConfiguration"},{"p":"io.micronaut.crac.resources.redis","l":"CracRedisConfigurationProperties"},{"p":"io.micronaut.crac","l":"CracResourceRegistrar"},{"p":"io.micronaut.crac.resources","l":"DataSourceResource"},{"p":"io.micronaut.crac.resources.datasources.resolver","l":"DataSourceResourceResolver"},{"p":"io.micronaut.crac.test","l":"DefaultCheckpointSimulator"},{"p":"io.micronaut.crac","l":"GlobalCracContextProvider"},{"p":"io.micronaut.crac.resources.datasources.resolver","l":"HikariDataSourceResolver"},{"p":"io.micronaut.crac.resources.datasources","l":"HikariDataSourceResource"},{"p":"io.micronaut.crac.resources.datasources.resolver","l":"HikariDelegatingDataSourceResolver"},{"p":"io.micronaut.crac.resources","l":"NettyEmbeddedServerResource"},{"p":"io.micronaut.crac","l":"OrderedCracResourceRegistrar"},{"p":"io.micronaut.crac","l":"OrderedResource"},{"p":"io.micronaut.crac.resources.redis","l":"RedisCacheResource"},{"p":"io.micronaut.crac.resources.redis","l":"RedisNamedConfigResource"},{"p":"io.micronaut.crac.resources","l":"RefreshEventResource"},{"p":"io.micronaut.crac","l":"StartupCracRegistration"},{"p":"io.micronaut.crac.resources.datasources","l":"UnknownDataSourceResource"}];updateSearchResults(); \ No newline at end of file +typeSearchIndex = [{"p":"io.micronaut.crac.resources.redis","l":"AbstractRedisResource"},{"p":"io.micronaut.crac.events","l":"AfterRestoreEvent"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"io.micronaut.crac.events","l":"BeforeCheckpointEvent"},{"p":"io.micronaut.crac.test","l":"CheckpointSimulator"},{"p":"io.micronaut.crac.resources.datasources.resolver","l":"CompositeDataSourceResolver"},{"p":"io.micronaut.crac","l":"CracConfiguration"},{"p":"io.micronaut.crac","l":"CracConfigurationProperties"},{"p":"io.micronaut.crac","l":"CracContextProvider"},{"p":"io.micronaut.crac","l":"CracEventPublisher"},{"p":"io.micronaut.crac.info","l":"CracInfoSource"},{"p":"io.micronaut.crac.resources.redis","l":"CracRedisConfiguration"},{"p":"io.micronaut.crac.resources.redis","l":"CracRedisConfigurationProperties"},{"p":"io.micronaut.crac","l":"CracResourceRegistrar"},{"p":"io.micronaut.crac.resources","l":"DataSourceResource"},{"p":"io.micronaut.crac.resources.datasources.resolver","l":"DataSourceResourceResolver"},{"p":"io.micronaut.crac.test","l":"DefaultCheckpointSimulator"},{"p":"io.micronaut.crac","l":"GlobalCracContextProvider"},{"p":"io.micronaut.crac.resources.datasources.resolver","l":"HikariDataSourceResolver"},{"p":"io.micronaut.crac.resources.datasources","l":"HikariDataSourceResource"},{"p":"io.micronaut.crac.resources.datasources.resolver","l":"HikariDelegatingDataSourceResolver"},{"p":"io.micronaut.crac.resources","l":"NettyEmbeddedServerResource"},{"p":"io.micronaut.crac","l":"OrderedCracResourceRegistrar"},{"p":"io.micronaut.crac","l":"OrderedResource"},{"p":"io.micronaut.crac.resources.redis","l":"RedisCacheResource"},{"p":"io.micronaut.crac.resources.redis","l":"RedisNamedConfigResource"},{"p":"io.micronaut.crac.resources","l":"RefreshEventResource"},{"p":"io.micronaut.crac","l":"StartupCracRegistration"},{"p":"io.micronaut.crac.resources.datasources","l":"UnknownDataSourceResource"}];updateSearchResults(); \ No newline at end of file diff --git a/snapshot/guide/configurationreference.html b/snapshot/guide/configurationreference.html index 78a33da4..49bc4e5a 100644 --- a/snapshot/guide/configurationreference.html +++ b/snapshot/guide/configurationreference.html @@ -46,14 +46,14 @@

      Configuration Reference

      -

      Version:2.0.4-SNAPSHOT

      +

      Version:2.1.0-SNAPSHOT

      Micronaut Crac Config Properties

      -🔗 +🔗 - +@@ -68,26 +68,31 @@

      Micronaut Crac Config Properties

      - + - + - + - - - + + + + + + + +
      Table 1. Configuration Properties for CracConfigurationPropertiesTable 1. Configuration Properties for CracRedisConfigurationProperties

      crac.enabled

      crac.redis.enabled

      boolean

      crac.refresh-beans

      crac.redis.cache-enabled

      boolean

      Whether to destroy RedisCache beans prior to taking a checkpoint. Default value (true).

      crac.datasource-pause-timeout

      java.time.Duration

      The timeout to wait for a datasource to pause before taking a checkpoint. Default value ("PT30S").

      crac.redis.client-enabled

      boolean

      Whether to destroy RedisClient beans prior to taking a checkpoint. Default value (true).

      crac.redis.connection-enabled

      boolean

      Whether to destroy StatefulRedisConnection beans prior to taking a checkpoint. Default value (true).

      -🔗 +🔗 - +@@ -102,24 +107,19 @@

      Micronaut Crac Config Properties

      - + - - - - - - + - + - - - + + +
      Table 2. Configuration Properties for CracRedisConfigurationPropertiesTable 2. Configuration Properties for CracConfigurationProperties

      crac.redis.enabled

      crac.enabled

      boolean

      crac.redis.cache-enabled

      boolean

      Whether to destroy RedisCache beans prior to taking a checkpoint. Default value (true).

      crac.redis.client-enabled

      crac.refresh-beans

      boolean

      Whether to destroy RedisClient beans prior to taking a checkpoint. Default value (true).

      crac.redis.connection-enabled

      boolean

      Whether to destroy StatefulRedisConnection beans prior to taking a checkpoint. Default value (true).

      crac.datasource-pause-timeout

      java.time.Duration

      The timeout to wait for a datasource to pause before taking a checkpoint. Default value ("PT30S").

      diff --git a/snapshot/guide/index.html b/snapshot/guide/index.html index 0aca142a..0eff9148 100644 --- a/snapshot/guide/index.html +++ b/snapshot/guide/index.html @@ -62,7 +62,9 @@ - + + +
      @@ -121,7 +123,9 @@

      Table of Contents

      - + + +
      @@ -137,7 +141,7 @@

      Micronaut CRaC

      1 Introduction

      -
      @@ -150,7 +154,7 @@

      1 Introduction<

      2 Release History

      -
      @@ -166,7 +170,7 @@

      2 Release H

      3 Installation

      -
      @@ -195,7 +199,7 @@

      3 Installation<

      4 CRaC Resources

      -
      @@ -206,7 +210,7 @@

      4 CRaC Resources

      4.1 DataSources

      -
      @@ -276,7 +280,7 @@

      4.1 DataSources

      4.2 Redis

-
@@ -370,7 +374,7 @@

4.2 Redis

4.3 Custom CRaC Resources

-
@@ -389,7 +393,7 @@

4.3 Custom CRaC Resources5 Refresh scope

-
@@ -405,7 +409,7 @@

5 Refresh scope

6 Events

-
@@ -422,7 +426,7 @@

6 Events

7 Context Provider

-
@@ -435,7 +439,7 @@

7 Context Provider

8 Docker Support

-
@@ -448,7 +452,7 @@

8 Docker Support

9 Testing

-
@@ -532,7 +536,7 @@

9 Testing

9.1 Disable Eager Singleton Initialization

-
@@ -616,7 +620,7 @@

9.1 Disable Eag

9.2 Using a CheckpointSimulator

-
@@ -870,10 +874,26 @@

9 -

10 Repository

+

10 Info sources

+ +
+ +
+ + +
+

If the info endpoint is enabled, then a crac section will be automatically added which shows the restore time and uptime since restore, both in milliseconds and taken from the CRaCMXBean provided by the CRaC API.

+
+
+

This can be disabled by setting endpoints.info.crac.enabled configuration to false.

+
+ +

11 Repository

-