All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download switchman JAR 1.3 with all dependencies


Microservice for storing A/B Test configurations and decisions as well as Feature Switch states.

Files of the artifact switchman version 1.3 from the group de.is24.common.

Test

Download switchman (1.3)
Artifact switchman
Group de.is24.common
Version 1.3
Organization Immobilien Scout GmbH
URL https://github.com/ImmobilienScout24/switchman
License Apache License, Version 2.0
Dependencies amount 21
Dependencies hystrix-core, togglz-core, togglz-spring, togglz-console, spring-boot-starter-data-mongodb, spring-boot-starter-data-rest, spring-boot-starter-security, spring-boot-starter-thymeleaf, spring-boot-starter-actuator, spring-boot-starter-web, spring-context-support, thymeleaf-extras-springsecurity3, lombok, joda-time, jsr305, validation-api, hibernate-validator, metrics-core, metrics-graphite, jsefa, de.flapdoodle.embed.mongo,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of switchman Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of switchman version 1.3

META-INF
META-INF.META-INF.MANIFEST.MF
.application.properties
de.is24.common.abtesting.remote.api
de.is24.common.abtesting.remote.api.de.is24.common.abtesting.remote.api.AbTestConfiguration
de.is24.common.abtesting.remote.api.de.is24.common.abtesting.remote.api.AbTestDecision
de.is24.common.abtesting.remote.api.de.is24.common.abtesting.remote.api.AbTestStorageType
de.is24.common.abtesting.remote.api.de.is24.common.abtesting.remote.api.AbTestVariant
de.is24.common.abtesting.remote.api.validation
de.is24.common.abtesting.remote.api.validation.de.is24.common.abtesting.remote.api.validation.DateRangeValidator
de.is24.common.abtesting.remote.api.validation.de.is24.common.abtesting.remote.api.validation.ValidateDateRange
de.is24.common.abtesting.remote.api.validation.de.is24.common.abtesting.remote.api.validation.ValidateVariantIds
de.is24.common.abtesting.remote.api.validation.de.is24.common.abtesting.remote.api.validation.VariantIdValidator
de.is24.common.abtesting.service.controller
de.is24.common.abtesting.service.controller.de.is24.common.abtesting.service.controller.ConfigurationController
de.is24.common.abtesting.service.controller.de.is24.common.abtesting.service.controller.DecisionController
de.is24.common.abtesting.service.controller.de.is24.common.abtesting.service.controller.DecisionsUploadController
de.is24.common.abtesting.service.controller.de.is24.common.abtesting.service.controller.UploadedDecision
de.is24.common.abtesting.service.domain
de.is24.common.abtesting.service.domain.de.is24.common.abtesting.service.domain.AbTestConfiguration
de.is24.common.abtesting.service.domain.de.is24.common.abtesting.service.domain.AbTestDecision
de.is24.common.abtesting.service.repo
de.is24.common.abtesting.service.repo.de.is24.common.abtesting.service.repo.AbTestConfigurationRepository
de.is24.common.abtesting.service.repo.de.is24.common.abtesting.service.repo.AbTestDecisionRepository
de.is24.common.abtesting.service.reporting
de.is24.common.abtesting.service.reporting.de.is24.common.abtesting.service.reporting.DecisionToHadoopExportCommand
de.is24.common.abtesting.service.reporting.de.is24.common.abtesting.service.reporting.DecisionsToHadoopExporter
de.is24.common.abtesting.service.reporting.de.is24.common.abtesting.service.reporting.DwhOldSchoolAbDecision
de.is24.common.abtesting.service.service
de.is24.common.abtesting.service.service.de.is24.common.abtesting.service.service.AbTestConfigurationService
de.is24.common.abtesting.service.service.de.is24.common.abtesting.service.service.AbTestDecisionService
de.is24.common.abtesting.service.service.de.is24.common.abtesting.service.service.LatestDecision
de.is24.common.abtesting.service.service.de.is24.common.abtesting.service.service.OrphanedTest
de.is24.common.abtesting.service.service.de.is24.common.abtesting.service.service.TestNameCounter
de.is24.common.abtesting.service.status
de.is24.common.abtesting.service.status.de.is24.common.abtesting.service.status.MongoHealthIndicator
de.is24.common.infrastructure.config
de.is24.common.infrastructure.config.de.is24.common.infrastructure.config.Application
de.is24.common.infrastructure.config.de.is24.common.infrastructure.config.Monitoring
de.is24.common.infrastructure.config.de.is24.common.infrastructure.config.Persistence
de.is24.common.infrastructure.config.de.is24.common.infrastructure.config.Reporting
de.is24.common.infrastructure.config.de.is24.common.infrastructure.config.RestMvc
de.is24.common.infrastructure.config.de.is24.common.infrastructure.config.Web
de.is24.common.infrastructure.config.logging
de.is24.common.infrastructure.config.logging.de.is24.common.infrastructure.config.logging.GlobalExceptionLoggingFilter
de.is24.common.infrastructure.config.security
de.is24.common.infrastructure.config.security.de.is24.common.infrastructure.config.security.PredefinedUser
de.is24.common.infrastructure.config.security.de.is24.common.infrastructure.config.security.PredefinedUsers
de.is24.common.infrastructure.config.security.de.is24.common.infrastructure.config.security.Security
de.is24.common.infrastructure.config.serialization
de.is24.common.infrastructure.config.serialization.de.is24.common.infrastructure.config.serialization.JsonMarshallingConfigModule
de.is24.common.infrastructure.config.serialization.de.is24.common.infrastructure.config.serialization.ReportingDateTimeSerializationModule
de.is24.common.infrastructure.domain
de.is24.common.infrastructure.domain.de.is24.common.infrastructure.domain.Client
de.is24.common.infrastructure.domain.de.is24.common.infrastructure.domain.DomainObject
de.is24.common.infrastructure.repo
de.is24.common.infrastructure.repo.de.is24.common.infrastructure.repo.ClientRepository
de.is24.common.infrastructure.repo.de.is24.common.infrastructure.repo.RepositoryChangedLogger
de.is24.common.infrastructure.security
de.is24.common.infrastructure.security.de.is24.common.infrastructure.security.CurrentClientNameProvider
de.is24.common.infrastructure.security.de.is24.common.infrastructure.security.UserDetailsServiceImpl
de.is24.common.togglz.remote.api
de.is24.common.togglz.remote.api.de.is24.common.togglz.remote.api.RemoteFeature
de.is24.common.togglz.remote.api.de.is24.common.togglz.remote.api.RemoteFeatureState
de.is24.common.togglz.service
de.is24.common.togglz.service.de.is24.common.togglz.service.RepositoryWritingFeatureManager
de.is24.common.togglz.service.config
de.is24.common.togglz.service.config.de.is24.common.togglz.service.config.Togglz
de.is24.common.togglz.service.controller
de.is24.common.togglz.service.controller.de.is24.common.togglz.service.controller.TogglzConfigurationController
de.is24.common.togglz.service.domain
de.is24.common.togglz.service.domain.de.is24.common.togglz.service.domain.FeatureState
de.is24.common.togglz.service.repo
de.is24.common.togglz.service.repo.de.is24.common.togglz.service.repo.FeatureStateRepository
.messages.properties
.predefined-users-template.yaml
static.css
static.css.static.css.bootstrap-theme.css
static.css.static.css.bootstrap-theme.css.map
static.css.static.css.bootstrap-theme.min.css
static.css.static.css.bootstrap.css
static.css.static.css.bootstrap.css.map
static.css.static.css.bootstrap.min.css
static.css.static.css.custom.css
static.css.images
static.css.images.static.css.images.animated-overlay.gif
static.css.images.static.css.images.ui-bg_diagonals-thick_18_b81900_40x40.png
static.css.images.static.css.images.ui-bg_diagonals-thick_20_666666_40x40.png
static.css.images.static.css.images.ui-bg_flat_10_000000_40x100.png
static.css.images.static.css.images.ui-bg_glass_100_f6f6f6_1x400.png
static.css.images.static.css.images.ui-bg_glass_100_fdf5ce_1x400.png
static.css.images.static.css.images.ui-bg_glass_65_ffffff_1x400.png
static.css.images.static.css.images.ui-bg_gloss-wave_35_f6a828_500x100.png
static.css.images.static.css.images.ui-bg_highlight-soft_100_eeeeee_1x100.png
static.css.images.static.css.images.ui-bg_highlight-soft_75_ffe45c_1x100.png
static.css.images.static.css.images.ui-icons_222222_256x240.png
static.css.images.static.css.images.ui-icons_228ef1_256x240.png
static.css.images.static.css.images.ui-icons_ef8c08_256x240.png
static.css.images.static.css.images.ui-icons_ffd27a_256x240.png
static.css.images.static.css.images.ui-icons_ffffff_256x240.png
static.css
static.css.static.css.jquery-ui-1.10.4.min.css
static.css.static.css.jquery-ui-timepicker-addon.css
static.fonts
static.fonts.static.fonts.glyphicons-halflings-regular.eot
static.fonts.static.fonts.glyphicons-halflings-regular.svg
static.fonts.static.fonts.glyphicons-halflings-regular.ttf
static.fonts.static.fonts.glyphicons-halflings-regular.woff
static.hal-browser
static.hal-browser.static.hal-browser..gitignore
static.hal-browser.static.hal-browser.MIT-LICENSE.txt
static.hal-browser.static.hal-browser.README.md
static.hal-browser.static.hal-browser.browser.html
static.hal-browser.js
static.hal-browser.js.static.hal-browser.js.hal.js
static.hal-browser.js.hal
static.hal-browser.js.hal.static.hal-browser.js.hal.browser.js
static.hal-browser.js.hal.http
static.hal-browser.js.hal.http.static.hal-browser.js.hal.http.client.js
static.hal-browser.js.hal
static.hal-browser.js.hal.static.hal-browser.js.hal.resource.js
static.hal-browser.js.hal.views
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.browser.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.documentation.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.embedded_resource.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.embedded_resources.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.explorer.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.inspector.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.links.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.location_bar.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.navigation.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.non_safe_request_dialog.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.properties.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.query_uri_dialog.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.request_headers.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.resource.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.response.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.response_body.js
static.hal-browser.js.hal.views.static.hal-browser.js.hal.views.response_headers.js
static.hal-browser
static.hal-browser.static.hal-browser.styles.css
static.hal-browser.vendor.css
static.hal-browser.vendor.css.static.hal-browser.vendor.css.bootstrap-responsive.css
static.hal-browser.vendor.css.static.hal-browser.vendor.css.bootstrap.css
static.hal-browser.vendor.img
static.hal-browser.vendor.img.static.hal-browser.vendor.img.ajax-loader.gif
static.hal-browser.vendor.img.static.hal-browser.vendor.img.glyphicons-halflings-white.png
static.hal-browser.vendor.img.static.hal-browser.vendor.img.glyphicons-halflings.png
static.hal-browser.vendor.js
static.hal-browser.vendor.js.static.hal-browser.vendor.js.backbone.js
static.hal-browser.vendor.js.static.hal-browser.vendor.js.bootstrap.js
static.hal-browser.vendor.js.static.hal-browser.vendor.js.jquery-1.10.2.js
static.hal-browser.vendor.js.static.hal-browser.vendor.js.jquery-1.10.2.min.js
static.hal-browser.vendor.js.static.hal-browser.vendor.js.jquery-1.10.2.min.map
static.hal-browser.vendor.js.static.hal-browser.vendor.js.underscore.js
static.hal-browser.vendor.js.static.hal-browser.vendor.js.uritemplates.js
static.js
static.js.static.js.bootstrap.js
static.js.static.js.bootstrap.min.js
static.js.static.js.jquery-ui-1.10.4.min.js
static.js.static.js.jquery-ui-timepicker-addon.js
templates.admin.configuration
templates.admin.configuration.templates.admin.configuration.configurations.html
templates.admin.configuration.templates.admin.configuration.editConfiguration.html
templates.admin.decision
templates.admin.decision.templates.admin.decision.decisionRow.html
templates.admin.decision.templates.admin.decision.decisions.html
templates.admin.decision.templates.admin.decision.search.html
templates.admin.togglz
templates.admin.togglz.templates.admin.togglz.edit.html
templates.admin.togglz.templates.admin.togglz.features.html
templates
templates.templates.error.html
templates.templates.footer.html
templates.templates.index.html
templates.templates.login.html
templates.templates.root.html




© 2015 - 2025 Weber Informatics LLC | Privacy Policy