com.opentable.components:otj-scopes

This is the Base POM for open source OpenTable Maven projects.

GroupId

GroupId

com.opentable.components
ArtifactId

ArtifactId

otj-scopes
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

This is the Base POM for open source OpenTable Maven projects.
Source Code Management

Source Code Management

http://github.com/opentable/otj-scopes

Download otj-scopes

How to add to project

<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-scopes/ -->
<dependency>
    <groupId>com.opentable.components</groupId>
    <artifactId>otj-scopes</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-scopes/
implementation 'com.opentable.components:otj-scopes:1.1.1'
// https://jarcasting.com/artifacts/com.opentable.components/otj-scopes/
implementation ("com.opentable.components:otj-scopes:1.1.1")
'com.opentable.components:otj-scopes:jar:1.1.1'
<dependency org="com.opentable.components" name="otj-scopes" rev="1.1.1">
  <artifact name="otj-scopes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-scopes', version='1.1.1')
)
libraryDependencies += "com.opentable.components" % "otj-scopes" % "1.1.1"
[com.opentable.components/otj-scopes "1.1.1"]

Dependencies

compile (6)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12
com.google.guava : guava jar 18.0
javax.servlet : javax.servlet-api jar 3.1.0
com.google.code.findbugs : annotations jar 3.0.0
com.google.inject : guice jar 4.0
com.google.inject.extensions : guice-servlet jar 4.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-simple jar 1.7.12
org.easymock : easymock jar 3.1

Project Modules

There are no modules declared in this project.

OpenTable Scopes Component

Build Status

Component Charter

  • Provides ThreadDelegated Spring scopes.

Component Level

Foundation component


ThreadDelegate scope

Similar to the 'request' scope, except that it can be passed onto another thread and is not tied to the (non-threadsafe) HttpRequest object.

Activated with ThreadDelegatedScopeConfiguration.


Copyright (C) 2016 OpenTable, Inc.

com.opentable.components

OpenTable

Restaurant Reservations

Versions

Version
1.1.1
1.1.0