#1176
Controller : JUnit : Mock Authentication :
Just another Code Snippet site
#1176
Controller : JUnit : Mock Authentication :
#1168
Source: Migrating from Spring Security 3.x to 4.x (XML Configuration)
#1148
Install the new version using generic installer : (X11 must be set as there is no console installation anymore) Go to the new Oracle home dir : Execute : Select the domain to migrate and continue : Caution : If a custom authentication provider is defined, it must be removed before migration (from config.xml and […]
#1142
Jenkins Artifactory Plugin – Release Management The Artifactory plugin includes release management capabilities for Maven and Gradle jobs that use Subversion, Git or Perforce for VCS. The plugin lets you manually stage a release build, allowing you to: Change values for the release and next development version Choose a target staging repository for deployment of […]
#1136
Nothing on Y axis, Scroll (auto) on X
#1126
Source: Gogs – Installer un serveur Git avec interface web en moins de 10 secondes «
#1120
Mock private method
#1116
java -Djava.io.tmpdir=”/tmp” -Dspace.detection=false -jar wlsgeneric.jar Change Tmp dir Remove Space detection
#1104
#1099
All fields must be declared as Id to “bypass” the PK/Id (mandatory for Spring). Annotations @Entity and @IdClass must be set on class. Annotation @Id must be set on each field.