You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2017/10/28 14:44:12 UTC

[directory-buildtools] branch master created (now 43dc9ca)

This is an automated email from the ASF dual-hosted git repository.

seelmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/directory-buildtools.git.


      at 43dc9ca  Move skins into sub-folder

This branch includes the following new commits:

     new 159178a  Initial
     new 7081087  Move from sandbox
     new 2d39e51  Renaming
     new 19b1bf4  Renamed
     new c4db655  JUnit addon to run tests and suites concurrent, see also http://junit.org/node/589
     new c366cc0  add svn:ignore
     new 327fca5  Removed misplaced @override annotations
     new 30ecd3c  Checks that a local variable or a parameter does not shadow a field that is defined in the same class: - ignore constructor parameters - ignore the parameter of a property setter method, where the property setter method for field "xyz" has name "setXyz", one parameter named "xyz", and return type void
     new 518065b  tuned the configuration for checkstyle
     new a4cbbcf  Set name
     new c325e87  No Javadoc checks for private methods
     new cf60c66  Allow declaration of unchecked exceptions
     new b5f791f  No Javadoc required for private fields; Allow protected fields
     new 9fca07f  Updated parent pom, added site generation
     new 1f9e291  Updated parent pom, added site generation
     new 148cb27  Unified site id
     new cb5d444  [maven-release-plugin] prepare release 0.1
     new da2ebe0  [maven-release-plugin] prepare for next development iteration
     new 6b6b20e  [maven-release-plugin] rollback the release of 0.1
     new 0914306  Set skin version, added distMgmtSiteUrl
     new 20e5282  [maven-release-plugin] prepare release directory-checkstyle-0.1
     new 962962a  [maven-release-plugin] prepare for next development iteration
     new 2b31b93  [maven-release-plugin] rollback the release of directory-checkstyle-0.1
     new 3521479  Prepare rename to checkstyle-configuration
     new 76c43cc  Update artifactId and paths
     new 7086912  [maven-release-plugin] prepare release checkstyle-configuration-0.1
     new ef5b348  [maven-release-plugin] prepare for next development iteration
     new 6598060  Added rule that invokes each test multiple times using multiple threads. I hope it helps to find some concurrency issues.
     new b06d111  o Added annotation to prevent multi-threaded invocation o Better thread names o Configurable trace information o Configuration via system property
     new 2c477c4  Add support for non-threadsafe test classes
     new 49ea5e4  Use ExecutorService instead of Threads
     new de187b0  ignore idea module files
     new 4a082e7  ignore idea module files
     new a461e97  Use released skin version
     new 2c83bb1  Use new parent-19
     new e796106  Use new parent-19
     new 28ac02f  fixed a warning in a pom
     new 244f5db  Use external concurrent JUnit runner
     new b69eac1  o Added JUnit concurrent classes from http://mycila.googlecode.com/svn/mycila-junit/tags/mycila-junit-1.0.ga/src/main/java/com o Removed @Override annotations for Java5 compatibility
     new c5d5109  bumped up the junit version
     new 5c85398  Bumped up project to 20
     new 069193e  Bumped up project to 20
     new f4dd764  Clutter reduction
     new 3d95a6b  Move into default layout
     new 5e5cec1  Move into default layout
     new e789784  Update SCM URLs after move
     new 593a511  Update SCM URLs after move
     new 3b6885f  Update SCM URLs after move
     new 7d8de44  New parent
     new ed66e9f  [maven-release-plugin] prepare release junit-addons-0.1
     new b440b58  [maven-release-plugin] prepare for next development iteration
     new 748eca0  Rollback release
     new 7e2f4c0  Added NOTICE and LICENSE
     new 59c5c4c  Added copyright attributions
     new 939b6ee  [maven-release-plugin] prepare release 0.1
     new 384bf35  [maven-release-plugin] prepare for next development iteration
     new 9d28a72  Bumped up to project version 22
     new 90ec450  Bumped up to project version 22
     new feeba68  bumped up the reference to project 23
     new 3a907c9  bumped up the reference to project 23
     new ce6caf2  Applied Göktürk patch for DIRSERVER-1668
     new 35e2a8d  bumped up to project-25
     new 7e547ee  bumped up to project-25
     new 6b4e46b  Bumped up to project-26
     new f42bba4  Bumped up to project-26
     new 53e59cf  Removed the '<relativePath />' tag which seems to be causing some build issues.
     new 04d35a7  Bumped up to project-27
     new 33272c9  Bumped up to project-27
     new f80198b  Bumped up the project version to 28
     new 4daf2a4  Bumped up the project version to 28
     new 178b99e  Bumped up to project 29 and junit 4.10
     new 72981aa  Use Callable/Future.get() instead of Runnable/Thread.sleep()
     new 50022d9  Updated the date to 2014 in Notices
     new 11802a5  Bumped up the project version
     new 0c5c7d8  Bumped up the project version
     new 7207a84  First checkstyle configuration without violations for Kerby
     new 5daef3d  Add checkstyle checks for Kerby
     new e96ddb2  Add checkstyle checks for Kerby
     new b574ae6  Add checkstyle checks for Kerby
     new 13ca2c8  Add checkstyle checks for Kerby
     new 6499c8c  Update checkstyle config file * Make it compatible with checkstyle 6.8.1 * Disable Javadoc checks, they produce too much violations * Enable and configure whitespace checks according to Directory formatting rules * Enable and configure LeftCurly/RightCurly rules according to Directory formatting rules * Disable AvoidInlineConditionals and SimplifyBooleanReturn checks, there are plenty of usages within the code * Remove DoubleCheckedLocking and RedundantThrows checks, the [...]
     new 39cbf57  Further tuning of checkstyle checks, disable HiddenField and TodoComment.
     new f13d845  Fix warning
     new aa49412  Delete Kerby checkstyle config, it now exists in Kerby Git repo.
     new 83b4999  [maven-release-plugin] prepare release 0.2
     new 8c2070a  [maven-release-plugin] prepare for next development iteration
     new c32b78d  Allow comment after semicolon
     new 9db7c62  [maven-release-plugin] prepare release 0.3
     new 93e22a7  [maven-release-plugin] prepare for next development iteration
     new 1d22f64  Create place for docker images
     new adb00d6  Add folder for Xvfb docker image
     new 1f6b067  Move Xvfb Dockerfile
     new d73d69e  Move Xvfb Dockerfile
     new ad7c6f8  Rename readme
     new 65b4a71  Add basic Dockerfile with OpenLDAP
     new 540ecb2  applied patches proposed by hboutemy
     new 10ed78d  Added a groupId, removed a plugin version (we have a dependencyManager, fixed some Maven warnings
     new 0f543af  Pointing to the (soon) release project-38
     new f8ac4f6  Fixed the apache-rat:check configuration
     new 69c80d1  [maven-release-plugin] prepare release 1.0.3
     new 66c6e36  [maven-release-plugin] prepare for next development iteration
     new 4a87f47  Initial docker image to build studio within container
     new 4216dfc  Add kerberos client and config to obtain TGT
     new cdd561d  Refactor and add build script
     new abf97be  Initial commit
     new b1e1a9d  Merge checkstyle-configuration
     new 14b8ea3  Move checkstyle-configuration into sub-folder
     new 673ca9f  Merge docker
     new 77a7922  Move docker into sub-folder
     new adaa203  Merge junit-addons
     new f949fcf  Move junit-addons into sub-folder
     new 3a4eab4  Merge skins
     new 43dc9ca  Move skins into sub-folder

The 113 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@directory.apache.org" <co...@directory.apache.org>'].