This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Version things | |
mvn versions:set -DprocessAllModules=true -DgenerateBackupPoms=false -DoldVersion=2.5-SNAPSHOT -DnewVersion=2.6-SNAPSHOT | |
# Update deps | |
mvn versions:use-latest-releases versions:update-parent versions:update-properties -DgenerateBackupPoms=false \ | |
-Dmaven.version.rules=https://raw.githubusercontent.com/flowlogix/base-pom/main/versions-ruleset.xml | |
mvn -U versions:display-plugin-updates -DgenerateBackupPoms=false -DprocessUnboundPlugins=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
here's a full set of tests/samples here: | |
https://github.com/eclipse-ee4j/soteria/tree/master/test | |
Every test is a full web application. | |
There's a larger application using Jakarta EE security available here: https://github.com/javaeekickoff/java-ee-kickoff-app | |
Let me know if that works for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git fetch upstream pull/5081/head |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var lookup = MethodHandles.privateLookupIn(EagerBeansWebListener.class, MethodHandles.lookup()); | |
var mh = lookup.findStatic(EagerBeansWebListener.class, "disable", MethodType.methodType(void.class)); | |
mh.invokeExact(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl enc -aes-128-cbc -k secret -P -md sha256 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dseditgroup -o edit -a lprimak -t user access_bpf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Assume the new version is 17, old is 16 | |
* If new postgres is not available in code, make sure Tap petere/postgresql exsists | |
* Do not uninstall the old database version until the end | |
(admin) brew install postgresql@17 | |
stop the database (as postgres user) | |
(postgres) $ pg_ctl -mf stop | |
new_major=17 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.cloudbees.com/blog/apache-maven-continuous-deliverydeployment-devoptics-teams-approach |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name "*" -type f ! -path "./.git/*" -exec gsed -i 's/Copyright (C) 20..-20.. Flow Logix/Copyright (C) 2011-2026 Flow Logix/' {} \; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jbang org.eclipse.transformer:org.eclipse.transformer.cli:LATEST |
OlderNewer