Giter Site home page Giter Site logo

inigma-shared's People

Contributors

grantoverby avatar sepatel avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

inigma-shared's Issues

Auth Filter not of ProviderManager Implementation?

org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'authFilter' must be of type [org.springframework.security.authentication.ProviderManager], but was actually of type [com.stratix.svision.auth.SvisionAuthFilter]

Standardized Version Indicator

Similar to the monitor service, there should be version service which can help distinguish easily what version of which application is deployed/used.

Standardize Rest Responses

They should likely have transient status codes and definitely have list of errors and better validation support/rejections and such.

All Request and Response should be supported in a generic fashion and errors should be allowed to pass back some specific data that helps clarify/relate to the errors as well.

DynamicDatasource Damaged Connections

It does not appear that bonecp is actually executing the sql statement on checkout to ensure that the connection is valid before handing it out. There seems to be a discrepency between how it worked under c3p0 and bonecp but a damaged sql statement never seems to recover.

Asynchronous monitor cannot be terminated

I don't want to have the asynchronous monitor in place as I am using a custom one. Because initialize is run internally there is no way to get a handle on the asynchronous monitor in order to terminate it. Allow a way to not have that built-in monitor to run.

JdbcTemplate Wrapper

A wrapper which allows doing a queryForObject and return null if it is an empty result set if it is an empty result set rather then throwing an exception to be handled downstream.

It is pretty intuitive to know that a sql could possibly come up with no results and things happen accordingly in many cases. Exceptions add unnecessary bulk to the code.

Timer Thread dies if mongo closes during reload

Stack trace of relevance.

Exception in thread "Timer-1" java.lang.IllegalStateException: this Mongo has been closed
org.inigma.shared.config.MongoConfiguration.reload(MongoConfiguration.java:123)
org.inigma.shared.config.MongoConfiguration.access$000(MongoConfiguration.java:31)
org.inigma.shared.config.MongoConfiguration$1.run(MongoConfiguration.java:59)

Improved REST invokers

Better handling of server to server REST calls that have the ability to "log" the request/response to datastores or logs as well as handle error responses with a processed or alternative bean response or even perhaps a standardized Response type. Should DRY out the overhead of making server to server rest calls via spring.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.