| 🔌 wo-adaptor-jetty |
2025-11-24 |
Updated README |
hugi |
| 📚 whoacommunity.com |
2025-11-24 |
Renamed wo-jetty-adaptor to wo-adaptor-jetty |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-24 |
Renamed wo-jetty-adaptor to wo-adaptor-jetty |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-19 |
Logger cleanup |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-16 |
Allow delegation of Jetty server creation to the Application class |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-16 |
Phrasing |
hugi |
| 🤸♀️ wonder-slim |
2025-11-16 |
Add note on ETag headers |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-16 |
Invoke WOApplication.setPort() rather than setting the port property |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-16 |
Hardly think we need to both log and throw |
hugi |
| 🚀 ng-objects |
2025-11-16 |
Don't send a server header from the Jetty adaptor |
hugi |
| 🤸♀️ wonder-slim |
2025-11-15 |
Add note on WOHost |
hugi |
| 🤸♀️ wonder-slim |
2025-11-15 |
Update WOPort with the actual port the adaptor is listening on |
hugi |
| 🤖 modulo |
2025-11-15 |
Configure the Modulo server to not add the "server" header |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-15 |
Configure Jetty not to send the "server" header |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-15 |
Special-case the set-cookie header when setting |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-15 |
Notes on header construction |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-15 |
A little cleanup in free port check |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-15 |
Add notes on the WOHost issue |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-15 |
A little logging cleanup |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-15 |
Nicer behaviour and logging when Jetty picks a random port |
hugi |
| 🤸♀️ wonder-slim |
2025-11-15 |
Implemented WOAdaptorPlain.unregisterForEvents() |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-15 |
Implemented unregisterForEvents |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-15 |
Add note on missing support for huge request bodies |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-15 |
Document changes to copying headers from WOResponse to Jetty response |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-15 |
Fix header processing logic |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-15 |
Fix set-cookie header before serving it up |
hugi |
| 🔌 wo-adaptor-jetty |
2025-11-15 |
Self explanatory method naming is nice |
hugi |
| 🤸♀️ wonder-slim |
2025-11-15 |
Uppercasing an already uppercase string apparently doesn't do much |
hugi |
| 🤸♀️ wonder-slim |
2025-11-15 |
Proper capitalization for SameSite's cookie value |
hugi |
| 🤸♀️ wonder-slim |
2025-11-15 |
Nicer parameter naming |
hugi |
| 🤸♀️ wonder-slim |
2025-11-15 |
Remove unused import |
hugi |
| 🤸♀️ wonder-slim |
2025-11-15 |
Move to Parsley v1.3.0 |
hugi |
| 🌿 parsley |
2025-11-15 |
Start next development iteration, v1.4.0-SNAPSHOT |
hugi |
| 🌿 parsley |
2025-11-15 |
Release version 1.3.0 |
hugi |
| 🤸♀️ wonder-slim |
2025-11-14 |
Made ERXWOHyperlink.defaultNoFollow final |
hugi |
| 🤸♀️ wonder-slim |
2025-11-14 |
A little nicer way to check if the port we want is free |
hugi |
| 🤸♀️ wonder-slim |
2025-11-14 |
Stop messing with _bytesNoCopy() and just serve response.content() |
hugi |
| 📜 wonder |
2025-11-14 |
Merge pull request #1036 from hugithordarson/do_not_add_host_header_i… |
hugi |
| 📜 wonder |
2025-11-14 |
Don't add Host header to app request if already present |
hugi |
| 🚀 ng-objects |
2025-11-14 |
Improve buffering when writing response content |
hugi |
| 🤖 modulo |
2025-11-14 |
Revert back to http/1.1 for now |
hugi |
| 🤖 modulo |
2025-11-13 |
Experimental h2c HTTP client |
hugi |
| 🚀 ng-objects |
2025-11-13 |
Invoke callback.succeeded() _after_ closing the response's OutputStream |
hugi |
| 🚀 ng-objects |
2025-11-13 |
Fix weird comment location in NGWOIntegrationPlugin |
hugi |
| 🚀 ng-objects |
2025-11-13 |
Store the request handling NGApplication with the Jetty handler |
hugi |
| 🚀 ng-objects |
2025-11-13 |
Update jetty v12.1.3 -> v12.1.4 |
hugi |
| 🤖 modulo |
2025-11-13 |
Update jetty v12.1.3 -> v12.1.4 |
hugi |
| 🤸♀️ wonder-slim |
2025-11-13 |
Code cleanup in WOAdaptorPlain |
hugi |
| 🤸♀️ wonder-slim |
2025-11-13 |
Move check for Transfer-Encoding: chunked to a method |
hugi |
| 🤸♀️ wonder-slim |
2025-11-13 |
Add guard against Transfer-Encoding: chunked |
hugi |
| 🤸♀️ wonder-slim |
2025-11-13 |
Catch any exception on adaptor startup (not just NSForwardException) |
hugi |
| 🤸♀️ wonder-slim |
2025-11-12 |
Cleanup in getting the content-length header |
hugi |
| 🤸♀️ wonder-slim |
2025-11-12 |
Properly ingest streaming request content |
hugi |
| 🚀 ng-objects |
2025-11-12 |
Keep a plain java adaptor around for reference |
hugi |
| 🤸♀️ wonder-slim |
2025-11-12 |
Populate remote/local addressses on the WORequest |
hugi |
| 📚 whoacommunity.com |
2025-11-12 |
Added wo-jetty-adaptor to repo list |
hugi |
| 🤸♀️ wonder-slim |
2025-11-11 |
Let WO handle the cookies |
hugi |
| 🌶 cayenne |
2025-11-11 |
CAY-2863 DbEntity qualifiers are no longer applied to JOIN conditions |
stariy95 |
| 🌶 cayenne |
2025-11-10 |
CAY-2863 DbEntity qualifiers are no longer applied to JOIN conditions |
stariy95 |
| 📜 wonder |
2025-11-10 |
Merge pull request #1033 from hugithordarson/fix_github_actions |
hugi |
| 📜 wonder |
2025-11-10 |
Update deprecated gh cache actions to v4 |
hugi |
| 📜 wonder |
2025-11-09 |
Merge pull request #1032 from hugithordarson/fix_maven_nature_in_erfo… |
hugi |
| 📜 wonder |
2025-11-09 |
Fix check for eclipse maven nature in ERFoundation |
hugi |
| 📜 wonder |
2025-11-09 |
Merge pull request #1031 from hugithordarson/identify_project_bundle_… |
hugi |
| 📜 wonder |
2025-11-09 |
Merge pull request #1027 from hugithordarson/really_fix_bundleless_bu… |
hugi |
| 📜 wonder |
2025-11-07 |
Identify project bundle using build.properties |
hugi |
| 📜 wonder |
2025-11-07 |
Don't exclude the app project bundle from ERXApp.Loader's loading |
hugi |
| 🛠️ wolips |
2025-11-06 |
Merge pull request #199 from hugithordarson/fix_maven_nature_check_an… |
hugi |
| 🛠️ wolips |
2025-11-06 |
Check if maven nature is present using hasNature instead of getNature |
hugi |
| 🌶 cayenne |
2025-11-06 |
CAY-2902 Shared query cache clobbers newer object state |
stariy95 |
| 🌶 cayenne |
2025-11-06 |
Merge pull request #632 from johnthuss/sharedQueryCache_clobbersNewer… |
stariy95 |
| 🌶 cayenne |
2025-11-05 |
CAY-2905 Upgrade Gradle to 8.14 |
stariy95 |
| ⚙️️ wonder-slim-deployment |
2025-11-04 |
Remove unused import |
hugi |
| 📜 wonder |
2025-11-03 |
#1025 Fix bundleless builds in maven projects |
hugi |
| 📚 whoacommunity.com |
2025-11-02 |
Cache the inside.java RSS-feed, for now |
hugi |
| 📚 whoacommunity.com |
2025-11-02 |
Include article date in inside.java RSS-feed |
hugi |
| 📚 whoacommunity.com |
2025-11-02 |
Ugly, hacky RSS feed reader |
hugi |
| 📚 whoacommunity.com |
2025-10-31 |
Update URL for Apple's mailinglist archives |
hugi |
| 🌶 cayenne |
2025-10-30 |
CAY-2904 Disjoint prefetch returns incorrect data |
stariy95 |
| 🌶 cayenne |
2025-10-30 |
Merge pull request #624 from johnthuss/prefetchWipesOutData_failingTests |
stariy95 |
| 🌶 cayenne |
2025-10-30 |
cleanup |
stariy95 |
| 🦡 vermilingua |
2025-10-30 |
Create cover methods for data in build.properties |
hugi |
| 🦡 vermilingua |
2025-10-30 |
Update maven-plugin-plugin / maven-plugin-annotations v3.15.1 -> v3.15.2 |
hugi |
| 🦡 vermilingua |
2025-10-30 |
Nicer way to determine project type at build time |
hugi |
| 🦡 vermilingua |
2025-10-30 |
Set SourceProject's _basePath at construction |
hugi |
| 🦡 vermilingua |
2025-10-30 |
Parse build.properties in, well, build.properties |
hugi |
| 🦡 vermilingua |
2025-10-30 |
A little nicer way to read build.properties |
hugi |
| 🦡 vermilingua |
2025-10-30 |
Added wrapper class for build properties |
hugi |
| 🦡 vermilingua |
2025-10-30 |
Project name no longer a requirement, FIXME deleted |
hugi |
| 🌶 cayenne |
2025-10-29 |
- #624 - finish implementation for joint + disjointById prefetches |
johnthuss |
| 🌶 cayenne |
2025-10-28 |
- #624 - tests and experiments |
stariy95 |
| 🌶 cayenne |
2025-10-28 |
CAY-2902 Shared Query Cache overwrites newer object state (fixed impl… |
johnthuss |
| 🌶 cayenne |
2025-10-28 |
CAY-2836 ObjectSelect.selectCount() throws if a query contains ordering |
stariy95 |
| 🌶 cayenne |
2025-10-28 |
CAY-2887 Expressions: Incorrect serialization to string of numeric li… |
stariy95 |
| 🌶 cayenne |
2025-10-27 |
CAY-2901 Loosing comments on the existing ObjAttribute after DB import |
stariy95 |
| 🦡 vermilingua |
2025-10-27 |
Target JDK 21 in test project (same version as vermilingua itself) |
hugi |
| 📚 whoacommunity.com |
2025-10-26 |
Add an Atom feed for our articles |
hugi |
| 🌶 cayenne |
2025-10-24 |
CAY-2895 Incorrect Lazy Pagination Comparison for BigInteger PK |
stariy95 |
| 🌶 cayenne |
2025-10-24 |
CAY-2899 CommitLog: missing lifecycle-induced changes in `excludeFrom… |
stariy95 |
| 🌶 cayenne |
2025-10-23 |
CAY-2902 Shared Query Cache overwrites newer object state (added fail… |
johnthuss |
| 🌶 cayenne |
2025-10-23 |
Added CAY-2889 Make subclassing a PK Generator easier |
mrg |
| 🚀 ng-objects |
2025-10-23 |
Update jetty v12.1.2 -> v12.1.3 |
hugi |
| 🤖 modulo |
2025-10-23 |
Update jetty v12.1.2 -> v12.1.3 |
hugi |
| ⚙️️ wonder-slim-deployment |
2025-10-22 |
Migrate to JDK 25 |
hugi |
| 🌶 cayenne |
2025-10-22 |
CAY-2899 CommitLog: missing lifecycle-induced changes in `excludeFrom… |
stariy95 |
| 🌶 cayenne |
2025-10-22 |
Merge pull request #629 from apache/CAY-2889 |
stariy95 |
| 📚 whoacommunity.com |
2025-10-22 |
Update prism.js to include bash scripts |
hugi |
| 🤖 modulo |
2025-10-22 |
Migrate to JDK 25 |
hugi |
| 📚 whoacommunity.com |
2025-10-21 |
Migrate to JDK 25 |
hugi |
| 🚀 ng-objects |
2025-10-21 |
Add note on default DA class |
hugi |
| 👨⚕️ examiner |
2025-10-17 |
Update tabler v1.2.0 -> v1.4.0 |
hugi |
| 📚 whoacommunity.com |
2025-10-17 |
Add fix for header width bug in tabler |
hugi |
| 🌿 parsley |
2025-10-17 |
Exclude ERXWOTemplate from wrapping. Add notes on wrapping in general |
hugi |
| 📚 whoacommunity.com |
2025-10-16 |
Update tabler v1.2.0 -> v1.4.0 |
hugi |
| 🌿 parsley |
2025-10-16 |
Properly log enabling/disabling of inline error messages |
hugi |
| 🚀 ng-objects |
2025-10-15 |
Renamed PGroupNode to PRootNode |
hugi |
| 📚 whoacommunity.com |
2025-10-15 |
Nicer look for article list. Make sidebar a separate component |
hugi |
| 🌿 parsley |
2025-10-15 |
Start next development iteration, v1.3.0-SNAPSHOT |
hugi |
| 🌿 parsley |
2025-10-15 |
Release version 1.2.0 |
hugi |
| 🚀 ng-objects |
2025-10-14 |
Update junit v5.13.3 -> v6.0.0 |
hugi |
| 🤖 modulo |
2025-10-12 |
Start error handling for proxy -> server comms |
hugi |
| 🛠️ wolips |
2025-10-11 |
Merge pull request #197 from hugithordarson/default_woognl_inline_bin… |
hugi |
| 🚀 ng-objects |
2025-10-11 |
Replace var -> const in js |
hugi |
| 🛠️ wolips |
2025-10-11 |
Default binding pre-/suffix in BuildProperties #196 |
hugi |
| 🛠️ wolips |
2025-10-11 |
Default to WOOgnl-style inline binding syntax #196 |
hugi |
| 🤖 modulo |
2025-10-10 |
Upgrade junit v5.13.3 -> v6.0.0 |
hugi |
| 🚀 ng-objects |
2025-10-09 |
Enable WO adaptor URL rewrite in dev, ignore app name when rewriting |
hugi |
| 🤖 modulo |
2025-10-09 |
Add second local test app for proxy, proper error message on bad app URL |
hugi |
| 📚 whoacommunity.com |
2025-10-09 |
Nicer styling of front page feed table |
hugi |
| 📚 whoacommunity.com |
2025-10-09 |
Show dev feed on front page |
hugi |
| 📚 whoacommunity.com |
2025-10-09 |
Cache dev feed (preventing excessive fetching before github blocks us) |
hugi |
| 🚀 ng-objects |
2025-10-09 |
Upgrade jetty v12.1.1 -> v12.1.2 |
hugi |
| 🤖 modulo |
2025-10-09 |
Upgrade jetty v12.1.1 -> v12.1.2 |
hugi |
| 🤖 modulo |
2025-10-09 |
Start refactoring/cleanup in adaptor configuration reload |
hugi |
| 🤖 modulo |
2025-10-09 |
Slight code cleanup |
hugi |
| 📚 whoacommunity.com |
2025-10-05 |
Update vermilingua v1.0.4 -> v.1.0.5 |
hugi |
| 🚀 ng-objects |
2025-10-05 |
Update vermilingua v1.0.4 -> v.1.0.5 |
hugi |
| 🤖 modulo |
2025-10-05 |
Update vermilingua v1.0.4 -> v.1.0.5 |
hugi |
| ⚙️️ wonder-slim-deployment |
2025-10-05 |
Update vermilingua v1.0.4 -> v.1.0.5 |
hugi |
| 🦡 vermilingua |
2025-10-03 |
Start next development iteration, v1.0.6-SNAPSHOT |
hugi |
| 🦡 vermilingua |
2025-10-03 |
Release version 1.0.5 |
hugi |
| 📚 whoacommunity.com |
2025-10-03 |
A little nicer article layout |
hugi |
| 🦡 vermilingua |
2025-10-03 |
Update deps(junit v6.0.0, central-plugin v0.9.0, javadoc-plugin v3.12.0) |
hugi |
| 🦡 vermilingua |
2025-10-03 |
Perform equivalent of chmod u+x for launch scripts. Docs cleanup in Util |
hugi |
| 👨⚕️ examiner |
2025-10-03 |
Add list of request handlers |
hugi |
| 🌿 parsley |
2025-10-02 |
Added a simpler constructor for handling simple inline templates |
hugi |
| 📚 whoacommunity.com |
2025-10-02 |
Nicer main menu |
hugi |
| 🚀 ng-objects |
2025-10-02 |
Added NGApplication.adaptorListening(), invoked when adaptor is running |
hugi |
| 🚀 ng-objects |
2025-10-02 |
Add all headers to the jetty response in one go |
hugi |
| 🚀 ng-objects |
2025-09-28 |
Update comments on route constructions in ng-testapp |
hugi |
| 🚀 ng-objects |
2025-09-27 |
Tiny syntax fix; capitalization in method name |
hugi |
| 🚀 ng-objects |
2025-09-27 |
More cleanup in test-application |
hugi |
| 🦡 vermilingua |
2025-09-27 |
Construct target path in a less insane way when copying directories |
hugi |
| 📚 whoacommunity.com |
2025-09-22 |
A little cleanup in WCCore |
hugi |
| 📚 whoacommunity.com |
2025-09-21 |
Fix link to webobjects-dev archives |
hugi |
| 🦡 vermilingua |
2025-09-21 |
Explain/document our added "required JVM parameters" a little better |
hugi |
| 🦡 vermilingua |
2025-09-21 |
Add each "required" JVM argument specifically |
hugi |
| 🦡 vermilingua |
2025-09-21 |
Nicer check for project type |
hugi |
| 🦡 vermilingua |
2025-09-21 |
Convert Dependency to a record |
hugi |
| 🦡 vermilingua |
2025-09-20 |
Properly echo where we're pointing NEXT_ROOT by default |
hugi |
| 🦡 vermilingua |
2025-09-20 |
Set NEXT_ROOT's default value before actually using it |
hugi |
| 🤖 modulo |
2025-09-20 |
Move to vermilingua v1.0.4 |
hugi |
| ⚙️️ wonder-slim-deployment |
2025-09-20 |
Move to vermilingua v1.0.4 |
hugi |
| ⚙️️ wonder-slim-deployment |
2025-09-20 |
Move to vermilingua v1.0.4 |
hugi |
| 🌿 parsley |
2025-09-20 |
Specify JDK version using <maven.compiler.release> |
hugi |
| 👨⚕️ examiner |
2025-09-17 |
Grant DirectActionDefinition it's own file, show if DA is abstract |
hugi |
| 🤖 modulo |
2025-09-15 |
Update jetty v12.1.0 -> v12.1.1 |
hugi |
| 🌿 parsley |
2025-09-14 |
Remove guide to our current GH releases from README |
hugi |
| 🛠️ wolips |
2025-09-11 |
New snapshot version |
actions-user |
| 🛠️ wolips |
2025-09-11 |
New release version |
actions-user |
| 🛠️ wolips |
2025-09-11 |
Update to Tycho 5. 4.x is now EOL. |
nullterminated |
| 🛠️ wolips |
2025-09-11 |
Get the product build running again. |
nullterminated |
| ⚙️️ wonder-slim-deployment |
2025-08-26 |
Update slf4j -> v.2.0.17 |
hugi |
| 🛠️ wolips |
2025-08-22 |
Don't use pinned versions. Just pull the latest. |
nullterminated |
| 🛠️ wolips |
2025-08-22 |
Don't lowercase field names, match them. |
nullterminated |
| 🛠️ wolips |
2025-08-22 |
fixed case-insensitive component keyPath validation |
nur-sgaertner |
| 🤖 modulo |
2025-08-19 |
Updated jetty v12.0.24 -> v12.1.0 |
hugi |
| 🤖 modulo |
2025-08-07 |
Update jetty v12.0.23 -> v12.0.24 |
hugi |
| 🤖 modulo |
2025-07-21 |
Update README |
hugi |
| 🤖 modulo |
2025-07-21 |
Update README |
hugi |
| 🤖 modulo |
2025-07-21 |
Update README |
hugi |
| 👨⚕️ examiner |
2025-06-26 |
Look at element usage |
hugi |
| 👨⚕️ examiner |
2025-06-26 |
Use new node API |
hugi |
| 👨⚕️ examiner |
2025-06-26 |
Keep track of main bundle |
hugi |
| 🌿 parsley |
2025-06-26 |
Stop NGDynamicHTMLTag (internal parser logic) leaking into our nodes |
hugi |
| 👨⚕️ examiner |
2025-06-21 |
Bundle info |
hugi |
| 👨⚕️ examiner |
2025-06-21 |
Nicer binding presentation |
hugi |
| 👨⚕️ examiner |
2025-06-21 |
Component naming |
hugi |
| 👨⚕️ examiner |
2025-06-21 |
Cleanup |
hugi |
| 👨⚕️ examiner |
2025-06-21 |
Naming cleanup |
hugi |
| 👨⚕️ examiner |
2025-06-21 |
Created a 'component' package |
hugi |
| 👨⚕️ examiner |
2025-06-21 |
Added DirectActionDefinition |
hugi |
| 👨⚕️ examiner |
2025-06-21 |
Rename action class |
hugi |
| 👨⚕️ examiner |
2025-06-20 |
List Direct Actions |
hugi |
| 👨⚕️ examiner |
2025-06-20 |
Fix up WOLips |
hugi |
| 👨⚕️ examiner |
2025-06-20 |
We all need logos |
hugi |
| 👨⚕️ examiner |
2025-06-20 |
cleanup |
hugi |
| 👨⚕️ examiner |
2025-06-20 |
Cleanup |
hugi |
| 👨⚕️ examiner |
2025-06-20 |
Refactoring |
hugi |
| ⚙️️ wonder-slim-deployment |
2025-06-14 |
Update tabler theme v1.2.0 -> v1.3.0 |
hugi |
| ⚙️️ wonder-slim-deployment |
2025-06-08 |
Deleted unused tabler CSS files |
hugi |
| 🌿 parsley |
2025-06-04 |
Align HTML parser with ng's parser |
hugi |
| 🌿 parsley |
2025-06-02 |
Use switch expressions in HTML parser |
hugi |
| 🌿 parsley |
2025-06-02 |
Removed the unused default case in our HTML parsing switch |
hugi |
| 🌿 parsley |
2025-06-02 |
Removed try/catch for NoSuchElementException around entire HTML parser |
hugi |
| 🛠️ wolips |
2025-06-01 |
Revert "fixed case-insensitive component keyPath validation" |
nullterminated |
| ⚙️️ wonder-slim-deployment |
2025-05-30 |
Move to a snapshot version of vermilingua while we simplify deployment |
hugi |
| 🛠️ wolips |
2025-05-13 |
Merge pull request #195 from hugithordarson/no-error-on-opening-html-… |
hugi |
| 🛠️ wolips |
2025-05-08 |
Ensure multiple sashWeights present before trying to get the second one |
hugi |
| ⚙️️ wonder-slim-deployment |
2025-04-25 |
Require WODeploymentConfigurationDirectory to be set |
hugi |
| ⚙️️ wonder-slim-deployment |
2025-04-17 |
Update tabler v1.0.0 -> v1.2.0 |
hugi |
| 🌿 parsley |
2025-04-13 |
Moved the parsley core project to a subdirectory |
hugi |
| 🌿 parsley |
2025-04-02 |
Nicer error element |
hugi |
| 🌿 parsley |
2025-03-31 |
Experimental negation of associations as boolean values |
hugi |
| 🌿 parsley |
2025-03-31 |
We don't really need to show the java package part of the component name |
hugi |
| 🌿 parsley |
2025-03-31 |
Add video demo to README |
hugi |
| 🌿 parsley |
2025-03-30 |
Move development to version 1.2.0-SNAPSHOT |
hugi |
| 🛠️ wolips |
2025-03-25 |
Merge pull request #192 from sgaertner/pr/Eclipse_2025_03_targetplatform |
nullterminated |
| 🛠️ wolips |
2025-03-25 |
Merge pull request #193 from sgaertner/pr/Binding_Validation_CaseIns_Fix |
nullterminated |
| 🛠️ wolips |
2025-03-25 |
Merge pull request #191 from sgaertner/pr/is50OrHigher_Fix |
nullterminated |
| 🛠️ wolips |
2025-03-18 |
fixed case-insensitive component keyPath validation |
nur-sgaertner |
| 🛠️ wolips |
2025-03-18 |
updated wolips.targetplatform.target to Eclipse 2025-03 |
nur-sgaertner |
| ⚙️️ wonder-slim-deployment |
2024-12-29 |
Eliminated wotaskd/JavaMonitor's direct dependency on slf4j-reload4j |
hugi |
| ⚙️️ wonder-slim-deployment |
2024-11-22 |
A little cleanup in site config deserialization |
hugi |
| ⚙️️ wonder-slim-deployment |
2024-11-22 |
Deleted unused method MSiteConfig.getSiteConfigFromHostAndPort() |
hugi |
| ⚙️️ wonder-slim-deployment |
2024-11-13 |
Slight syntax cleanup in MApplication |
hugi |
| ⚙️️ wonder-slim-deployment |
2024-11-13 |
A little generic cleanup in MHost |
hugi |
| ⚙️️ wonder-slim-deployment |
2024-11-13 |
Change a do-while to just-a-while |
hugi |
| ⚙️️ wonder-slim-deployment |
2024-11-13 |
Infer some generics madness |
hugi |
| ⚙️️ wonder-slim-deployment |
2024-11-10 |
Replace invocations of startWriting()/endWriting() with whileWriting() |
hugi |
| ⚙️️ wonder-slim-deployment |
2024-11-10 |
Some generics, because why not |
hugi |
| 📜 wonder |
2024-04-03 |
Merge pull request #1017 from maiksd/master |
maiksd |
| 📜 wonder |
2024-04-03 |
Merge commit 'c0af44e73c9a2a6799b3ecfa1cf451123348cc43' |
maiksd |
| 📜 wonder |
2024-04-03 |
Log names of unfinished shutdown hooks |
maiksd |
| 📜 wonder |
2023-05-28 |
[maven-release-plugin] prepare for next development iteration |
actions-user |
| 📜 wonder |
2023-05-28 |
[maven-release-plugin] prepare release wonder-7.4 |
actions-user |
| 📜 wonder |
2023-05-20 |
Merge pull request #981 from spelletier/Fix_ERAttachment_S3_urlGenera… |
paulhoadley |
| 📜 wonder |
2023-05-20 |
Merge pull request #1000 from xplants/issue-999 |
paulhoadley |
| 📜 wonder |
2023-05-20 |
Merge pull request #1008 from salient-doremus/fix-for-1007 |
paulhoadley |
| 📜 wonder |
2023-05-20 |
Merge pull request #1011 from salient-doremus/origin/fix-for-1009 |
paulhoadley |