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 |
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
| 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
| Assume the new version is 18, old is 17 | |
| * 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@18 | |
| new_major=18 | |
| new_minor=0 | |
| old_major=17 | |
| old_minor=6 |
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
| 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
| 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
| $ 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
| 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
| # Version things | |
| mvn versions:set -DprocessAllModules=true -DgenerateBackupPoms=false -DoldVersion=2.5-SNAPSHOT -DnewVersion=2.6-SNAPSHOT | |
| # Deploy Arquillian Core | |
| mvn release:prepare -DaltReleaseDeploymentRepository=payara-nexus-artifacts::default::https://nexus.payara.fish/repository/payara-artifacts \ | |
| -DconnectionUrl=scm:git:git@github.com:flowlogix/arquillian-core.git \ | |
| -DautoVersionSubmodules=true -DpushChanges=false -DreleaseVersion=1.7.0.Alpha7.payara-p1 | |
| # Deploy Arquillian Drone | |
| mvn release:prepare release:perform -Darguments="-Dbrowser=chromeheadless -DaltDeploymentRepository=hope-nexus-artifacts::https://nexus.hope.nyc.ny.us/repository/maven-releases" |
NewerOlder