1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #76 from chrlns/dependabot/maven/sonews/org.springframework-spring-context-6.1.20 More... 4 months ago
Bump org.springframework:spring-context from 6.1.14 to 6.1.20 in /sonews More... 5 months ago
Merge pull request #75 from chrlns/dependabot/maven/sonews-modules/storage-hibernate-ogm-couchdb/org.springframework-spring-web-6.1.14 More... 5 months ago
Bump org.springframework:spring-web More... 5 months ago
Merge pull request #74 from chrlns/dependabot/maven/sonews/org.springframework-spring-context-6.1.14 More... 12 months ago
Bump org.springframework:spring-context from 6.1.12 to 6.1.14 in /sonews More... 12 months ago
JDBCDatabase: Suppress warning NestedSynchronizedStatement More... about 1 year ago
JDBCDatabase: Add an additional synchronization block to addArticle to help in cases of database connection failures More... about 1 year ago
Change group_id datatype in MariaDB from SERIAL to INTEGER to avoid AUTO_INCREMENT More... about 1 year ago
JDBCDatabase now works with recent MariaDB server More... about 1 year ago
Correct MariaDB SQL templates for table creation More... about 1 year ago
Merge More... about 1 year ago
Add method getGroups() to Storage interface More... about 1 year ago
Synchronize JDBCDatabase.addArticle properly for multiple connections More... about 1 year ago
Hostname is now safely determined at startup More... about 1 year ago
Purge now uses java.time.format.DateTimeFormatter More... about 1 year ago
Remove not necessary watermark workaround in Purger More... about 1 year ago
New database layout for SQL backend, groups table added. Watermark is now stored in backend. More... about 1 year ago
Add table 'groups' to SQL templates More... about 1 year ago
Hotfix to avoid endless loop in Purger. More... about 1 year ago
Purger does not delete last posting from group to retain watermark (issue #68) More... about 1 year ago
Drop NIO-based SocketChannel daemon (use virtual threaded version instead) More... about 1 year ago
Move JDBC dep from core to jdbc module More... about 1 year ago
Remove modules as dependencies of core (cyclic dep) More... about 1 year ago
Merge sonews-modules/core with sonews-boot module to reduce complexity More... about 1 year ago
Purge deletes more than old message per run. More... about 1 year ago
Updating the manual More... about 1 year ago
Remove old docbook-based documentation. More... about 1 year ago
Conversion of DocBook to RST. More... about 1 year ago
Purger is now a Component. More... about 1 year ago