Fork me on GitHub
#announcements
<
2023-12-17
>
seancorfield00:12:44

https://github.com/clojure/java.data -- 1.1.103 -- the first new release of org.clojure/java.data in two years! • make org.clojure/tools.logging an optional dependency • if you are currently binding *to-java-object-missing-setter* to :log, see the CHANGELOG for an important note The hard dependency on tools.logging has bothered me for a long time, especially since next.jdbc depends on java.data!

🎉 13
clojure-spin 4
seancorfield00:12:19

https://github.com/seancorfield/next-jdbc -- 1.3.909 -- a Clojure wrapper for JDBC database access • Address https://github.com/seancorfield/next-jdbc/issues/267 by adding the :schema-opts option to override the default conventions for identifying foreign keys in columns. • Address https://github.com/seancorfield/next-jdbc/issues/264 by letting insert-multi! accept empty rows (and producing an empty result vector). This improves compatibility with clojure.javaj.jdbc. • Address https://github.com/seancorfield/next-jdbc/issues/258 by updating all the library (driver) versions in Getting Started to match the latest versions being tested (from deps.edn). • Update java.data to 1.1.103 so that next.jdbc no longer has a transitive dependency on org.clojure/tools.logging! • Attempt to clarify that when calling reduce on the result of plan, you must provide an initial value. • Expand examples for calling next.jdbc.sql/find-by-keys to show LIKE and IN clauses. • Update tools.build to 0.9.6 (and get rid of template/pom.xml in favor of new :pom-data option to b/write-pom). Follow-up in #sql

🎉 23
clojure-spin 1
skuttleman17:12:19

Made some updates to https://github.com/skuttleman/defacto. Added some modules to demonstrate some functionality. Turns out OCP in Clojure is super powerful (🤯)

🎉 4
onetom08:12:49

what is OCP? the project readme doesn't mention it. i've googled for ocp state management but nothing related came up.

souenzzo09:12:14

Maybe ? Searched "ocp design pattern"

🙏 1
💯 1