uklimaschewski / JMXWrapper

JMXWrapper is a wrapper that allows creation of dynamic JMX MBeans through annotations
Other
41 stars 9 forks source link

Release Version 1.2 on maven central #9

Closed uklimaschewski closed 8 years ago

uklimaschewski commented 9 years ago

@rultor release tag=1.2

rultor commented 9 years ago

@rultor release tag=1.2

@uklimaschewski OK, I will release it now. Please check the progress here

rultor commented 9 years ago

@rultor release tag=1.2

@uklimaschewski Oops, I failed. You can see the full log here (spent 1min)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
    at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
    at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running com.udojava.jmx.wrapper.BeanMethodTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running com.udojava.jmx.wrapper.SortingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec

Results :

Tests in error: 
  testbean(com.udojava.jmx.wrapper.ResourceBundleTest): Can't find bundle for base name com.udojava.jmx.wrapper.ResourceBundleTest, locale en
  testAttribute(com.udojava.jmx.wrapper.ResourceBundleTest): Can't find bundle for base name com.udojava.jmx.wrapper.ResourceBundleTest, locale en
  testOperation(com.udojava.jmx.wrapper.ResourceBundleTest): Can't find bundle for base name com.udojava.jmx.wrapper.ResourceBundleTest, locale en

Tests run: 20, Failures: 0, Errors: 3, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.847 s
[INFO] Finished at: 2015-06-20T12:59:34+00:00
[INFO] Final Memory: 22M/391M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project JMXWrapper: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/r/repo/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
uklimaschewski commented 9 years ago

@rultor release tag=1.2

rultor commented 9 years ago

@rultor release tag=1.2

@uklimaschewski OK, I will release it now. Please check the progress here

rultor commented 9 years ago

@rultor release tag=1.2

@uklimaschewski Oops, I failed. You can see the full log here (spent 1min)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
    at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
    at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running com.udojava.jmx.wrapper.BeanMethodTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.udojava.jmx.wrapper.SortingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec

Results :

Tests in error: 
  testbean(com.udojava.jmx.wrapper.ResourceBundleTest): Can't find bundle for base name com.udojava.jmx.wrapper.ResourceBundleTest, locale en
  testAttribute(com.udojava.jmx.wrapper.ResourceBundleTest): Can't find bundle for base name com.udojava.jmx.wrapper.ResourceBundleTest, locale en
  testOperation(com.udojava.jmx.wrapper.ResourceBundleTest): Can't find bundle for base name com.udojava.jmx.wrapper.ResourceBundleTest, locale en

Tests run: 20, Failures: 0, Errors: 3, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.048 s
[INFO] Finished at: 2015-06-20T13:17:28+00:00
[INFO] Final Memory: 22M/391M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project JMXWrapper: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/r/repo/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
uklimaschewski commented 8 years ago

@rultor release tag=1.2

rultor commented 8 years ago

@rultor release tag=1.2

@uklimaschewski OK, I will release it now. Please check the progress here

rultor commented 8 years ago

@rultor release tag=1.2

@uklimaschewski Oops, I failed. You can see the full log here (spent 1min)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
    at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
    at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running com.udojava.jmx.wrapper.BeanMethodTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running com.udojava.jmx.wrapper.SortingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec

Results :

Tests in error: 
  testOperation(com.udojava.jmx.wrapper.ResourceBundleTest): Can't find bundle for base name com.udojava.jmx.wrapper.ResourceBundleTest, locale en
  testbean(com.udojava.jmx.wrapper.ResourceBundleTest): Can't find bundle for base name com.udojava.jmx.wrapper.ResourceBundleTest, locale en
  testAttribute(com.udojava.jmx.wrapper.ResourceBundleTest): Can't find bundle for base name com.udojava.jmx.wrapper.ResourceBundleTest, locale en

Tests run: 20, Failures: 0, Errors: 3, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.136 s
[INFO] Finished at: 2015-11-04T13:16:13+00:00
[INFO] Final Memory: 21M/286M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project JMXWrapper: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/r/repo/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
uklimaschewski commented 8 years ago

@rultor release tag=1.2

rultor commented 8 years ago

@rultor release tag=1.2

@uklimaschewski OK, I will release it now. Please check the progress here

rultor commented 8 years ago

@rultor release tag=1.2

@uklimaschewski Oops, I failed. You can see the full log here (spent 2min)

Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comudojava-1007/com/udojava/JMXWrapper/1.2/JMXWrapper-1.2.pom.asc
473/473 B   

Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comudojava-1007/com/udojava/JMXWrapper/1.2/JMXWrapper-1.2.pom.asc (473 B at 10.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comudojava-1007/com/udojava/JMXWrapper/1.2/JMXWrapper-1.2-javadoc.jar.asc
473/473 B   

Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comudojava-1007/com/udojava/JMXWrapper/1.2/JMXWrapper-1.2-javadoc.jar.asc (473 B at 11.3 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comudojava-1007/com/udojava/JMXWrapper/1.2/JMXWrapper-1.2-sources.jar.asc
473/473 B   

Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comudojava-1007/com/udojava/JMXWrapper/1.2/JMXWrapper-1.2-sources.jar.asc (473 B at 10.7 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comudojava-1007/com/udojava/JMXWrapper/1.2/JMXWrapper-1.2.jar
2/15 KB     
4/15 KB   
6/15 KB   
8/15 KB   
10/15 KB   
12/15 KB   
14/15 KB   
15/15 KB   

Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comudojava-1007/com/udojava/JMXWrapper/1.2/JMXWrapper-1.2.jar (15 KB at 316.2 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comudojava-1007/com/udojava/JMXWrapper/1.2/JMXWrapper-1.2.pom
2/5 KB     
4/5 KB   
5/5 KB   

Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comudojava-1007/com/udojava/JMXWrapper/1.2/JMXWrapper-1.2.pom (5 KB at 99.9 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comudojava-1007/com/udojava/JMXWrapper/1.2/JMXWrapper-1.2-javadoc.jar
2/62 KB   
4/62 KB   
6/62 KB   
8/62 KB   
10/62 KB   
12/62 KB   
14/62 KB   
16/62 KB   
18/62 KB   
20/62 KB   
22/62 KB   
24/62 KB   
26/62 KB   
28/62 KB   
30/62 KB   
32/62 KB   
34/62 KB   
36/62 KB   
38/62 KB   
40/62 KB   
42/62 KB   
44/62 KB   
46/62 KB   
48/62 KB   
50/62 KB   
52/62 KB   
54/62 KB   
56/62 KB   
58/62 KB   
60/62 KB   
62/62 KB   

Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comudojava-1007/com/udojava/JMXWrapper/1.2/JMXWrapper-1.2-javadoc.jar (62 KB at 1092.6 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comudojava-1007/com/udojava/JMXWrapper/1.2/JMXWrapper-1.2.jar.asc
473/473 B   

Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comudojava-1007/com/udojava/JMXWrapper/1.2/JMXWrapper-1.2.jar.asc (473 B at 10.0 KB/sec)
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "comudojava-1007".

Waiting for operation to complete.........

[INFO] Remote staged 1 repositories, finished with success.
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6:release (deploy-to-sonatype) @ JMXWrapper ---
[INFO]  + Using server credentials "oss.sonatype.org" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.11.4-01 and edition "Professional"
[INFO] Releasing staging repository with IDs=[comudojava-1007]

Waiting for operation to complete..........

[INFO] Released
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 50.353 s
[INFO] Finished at: 2015-11-09T14:43:32+00:00
[INFO] Final Memory: 33M/403M
[INFO] ------------------------------------------------------------------------
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 1.2 -m '1.2: tagged by rultor.com'
+ git reset --hard
HEAD is now at 24770b3 1.2
+ git clean -fd
+ git checkout master
Switched to branch 'master'
+ git branch -D __rultor
Deleted branch __rultor (was 24770b3).
+ git push --all origin
ERROR: Permission to uklimaschewski/JMXWrapper.git denied to rultor.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
uklimaschewski commented 8 years ago

@rultor release tag=1.2

rultor commented 8 years ago

@rultor release tag=1.2

@uklimaschewski OK, I will release it now. Please check the progress here

rultor commented 8 years ago

@rultor release tag=1.2

@uklimaschewski Done! FYI, the full log is here (took me 2min)