Age | Commit message (Expand) | Author |
2016-11-18 | one way for inititialization and finalization: using constructor's initialization or method init() and AutoCloseable ... | Alexander Alexeev |
2016-11-18 | correct closing babble components implemented | Alexander Alexeev |
2016-11-17 | bugfix: Injection of autowired dependencies failed; nested exception is java.lang.IllegalStateException: Only one Tra... | Alexander Alexeev |
2016-11-17 | webSocket app configuration merged with webSocketMvcConfiguration | Alexander Alexeev |
2016-11-16 | juick-ws: threads are handled by babbler | Vitaly Takmazov |
2016-11-15 | all components using babbler now, only juick-xmpp uses ugnich xmpp | Vitaly Takmazov |
2016-11-15 | core classes are now serializeable with JAXB (to use as babbler extension) | Vitaly Takmazov |
2016-11-13 | server core module | Alexander Alexeev |
2016-11-12 | extracted application configuration from Mvc configuration with application specific beans; | Alexander Alexeev |
2016-11-11 | logback configurations are copied | Alexander Alexeev |
2016-11-11 | common data configuration is added | Alexander Alexeev |
2016-11-11 | ws: fix injection and reply quote | Vitaly Takmazov |
2016-11-10 | using slf4j + logback for logging | Alexander Alexeev |
2016-11-10 | "ignoreResourceNotFound = true" for juick.conf | Alexander Alexeev |
2016-11-09 | components: remove @Component annotation to prevent double initialization | Vitaly Takmazov |
2016-11-08 | ws: fix injection | Vitaly Takmazov |
2016-11-08 | reorganize structure again | Vitaly Takmazov |
2016-11-08 | xmpp: always use UTF-8 for output | Vitaly Takmazov |
2016-11-08 | xmpp: allow s2s without tls | Vitaly Takmazov |
2016-10-24 | push component -> juick-notifications project | Vitaly Takmazov |
2016-10-24 | api: subscriptions | Vitaly Takmazov |
2016-10-24 | ws: fix injections | Vitaly Takmazov |
2016-10-24 | s2s: fix router | Vitaly Takmazov |
2016-08-08 | juick-ws: fix push component | Vitaly Takmazov |
2016-08-08 | juick-ws: fix Environment injection | Vitaly Takmazov |
2016-08-08 | juick-ws: fix components initialization | Vitaly Takmazov |
2016-08-08 | juick-ws: components as async beans | Vitaly Takmazov |
2016-08-08 | juick-ws: read component jids and ports from config | Vitaly Takmazov |
2016-08-08 | juick-ws: async components | Vitaly Takmazov |
2016-08-07 | juick-ws: do not use servlet api directly, refactor components as InitializingBean | Vitaly Takmazov |
2016-08-01 | xmpp: read s2s port from config | Vitaly Takmazov |
2016-08-01 | Utils.parseInt -> apache-lang3's NumberUtils | Vitaly Takmazov |
2016-07-31 | move components to ws module | Vitaly Takmazov |
2016-07-27 | juick-ws: lowercase upgrade header | Vitaly Takmazov |
2016-07-27 | fix ws configuration | Vitaly Takmazov |
2016-07-27 | juick-ws: websocket terminal | Vitaly Takmazov |
2016-07-20 | DriverManagerDataSource -> BasicDataSource | Vitaly Takmazov |
2016-07-19 | juick-ws: name of property should match the bean to inject the same instance | Vitaly Takmazov |
2016-07-19 | juick-ws: WebsocketComponent is singleton | Vitaly Takmazov |
2016-07-19 | juick-ws: add status page | Vitaly Takmazov |
2016-07-07 | reorganize project, part 3 | Vitaly Takmazov |