GithubHelp home page GithubHelp logo

michael-simons / biking2 Goto Github PK

View Code? Open in Web Editor NEW
182.0 182.0 66.0 4.65 MB

This is the source code of http://biking.michael-simons.eu

License: Apache License 2.0

Java 56.34% HTML 3.77% CSS 6.11% JavaScript 28.87% Ruby 4.91%
angularjs arc42 architecture biking gpsbabel java jooq spring spring-boot sql

biking2's Introduction

Hi there 👋

I'm Michael, software engineer from Germany. My official title is Senior Staff Software Engineer and I work at Neo4j. Titles which theoretically would fit as well "does stuff with or do computers", "break things as a service" and "source of endless rants" 😉.

I have been working in IT since the early 2000s. My goto language of choice is Java ☕️. I am a published author ("Spring Boot - Moderne Softwareentwicklung im Spring Ökosystem", DE 2018 and arc42 by example, EN 2014 – 2015) and a recognized Java Champion. In recognition and appreciation for my technical and community leadership contributions to the Oracle communities worldwide demonstrated during June 2022 – May 2023 through my work regarding GraalVM I was presented an Oracle Ace Associate award in 2024.

Java Champions   Oracle Ace Associate

I am a Spring User for more than a decade and one of my earliest projects (Dailyfratze) is still around, alive and kicking. In 2015 I founded the Java user group EuregJUG Maas-Rhine together with @dl1ely.

I have contributed to broad number of frameworks and ecosystems, such as

Since 2018 I am the maintainer of Spring Data Neo4j and Neo4j-OGM together with @meistermeier.

I created the following projects which I do actively maintain:

  • Cypher-DSL: A query builder for Neo4js query language Cypher, heavily inspired by jOOQ.
  • Neo4j-Migrations: Database refactoring toolkit for Neo4j, with integrations for Quarkus and Spring Boot and a native CLI
  • biking2: A project around cycling which I used to learn Spring Boot and educate about Spring Boot
  • scrobbles4j: Years of giving talks about relational databases and tracking listening habbits culminated in a life application displaying my latest songs

My effort for the Neo4j Testcontainers integration started back in 2018 and cumulated in Neo4j being one of six launch partners for the AtomicJar official Testcontainers modules. In mid 2023 I was recognized by AtomicJar as Community Champion together with a great group of other champions. I feel really honored to be part of that group.

For my work integration the Neo4j Java-Driver and Neo4j-OGM into Quarkus with Quarkus-Neo4j and Neo4j-Quarkus-OGM I was awarded 3 times in a row with "I Made Quarkus" (1.x, 2.x and 3.x).

Since 2019 I was the driving author behind making the Neo4j-Java-Driver compatible and officially tested with GraalVM, see 634, 663 and neo4j-java-driver-native-smoke-tests.

I am the project lead for the Neo4j JDBC Driver v6, including a unique approach of translating SQL to Cypher, by combining jOOQ and the Cypher-DSL.

In 2023 I started writing my third book, DuckDB in Action, together with Michael Hunger and Mark Needham.

Last but not least, I have this Advent of Code repository in which I went a bit nuts in terms of programming languages: I love Java, but I try to stay on top of other things, too.

Apart from all of that, I have a blog info.michael-simons.eu, my slides are on speakerdeck, I answer stuff on stackoverflow and I do have a LinkedIn profile. However, my primary feed is on Mastodon, I am @[email protected]. My old Twitter account still exists, but I refuse to give this company any more content and you shouldn't either.

Spring Boot Buch   arc42 by example   arc42 by example   DuckDB in Action

biking2's People

Contributors

abelsromero avatar dependabot[bot] avatar hrushi-salunkhe avatar michael-simons avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

biking2's Issues

Dependency org.apache.tomcat:tomcat-coyote artifact, leading to CVE problem

Hi, In biking2-spring-boot-as-a-backend-for-angularjs,there is a dependency org.apache.tomcat.embed:tomcat-embed-core:7.0.52 that calls the risk method.

CVE-2014-0227

The scope of this CVE affected version is [,1.15)

After further analysis, in this project, the main Api called is <org.apache.coyote.http11.filters.ChunkedInputFilter: int available()>

Risk method repair link : GitHub

CVE Bug Invocation Path--

Path Length : 7

<org.apache.coyote.http11.filters.ChunkedInputFilter: int available()>
at <org.apache.coyote.http11.AbstractInputBuffer: int available()> (org.apache.coyote.http11.AbstractInputBuffer.java:[327]) in /.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/7.0.52/tomcat-embed-core-7.0.52.jar
at <org.apache.coyote.http11.Http11AprProcessor: void actionInternal(org.apache.coyote.ActionCode,java.lang.Object)> (org.apache.coyote.http11.Http11AprProcessor.java:[445]) in /.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/7.0.52/tomcat-embed-core-7.0.52.jar
at <org.apache.coyote.http11.AbstractHttp11Processor: void action(org.apache.coyote.ActionCode,java.lang.Object)> (org.apache.coyote.http11.AbstractHttp11Processor.java:[867]) in /.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/7.0.52/tomcat-embed-core-7.0.52.jar
at <org.apache.coyote.Request: void action(org.apache.coyote.ActionCode,java.lang.Object)> (org.apache.coyote.Request.java:[344, 346]) in /.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/7.0.52/tomcat-embed-core-7.0.52.jar
at <org.apache.catalina.connector.Request: java.lang.Object getAttribute(java.lang.String)> (org.apache.catalina.connector.Request.java:[952]) in /.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/7.0.52/tomcat-embed-core-7.0.52.jar
at <ac.simons.biking2.api.GalleryController: void getGalleryPicture(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)> (ac.simons.biking2.api.GalleryController.java:[165]) in /detect/unzip/biking2-spring-boot-as-a-backend-for-angularjs/target/classes


Dependency tree--

[INFO] eu.michael-simons:biking2:jar:1.0.3-SNAPSHOT
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:1.0.1.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:1.0.1.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:1.0.1.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-autoconfigure:jar:1.0.1.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:1.0.1.RELEASE:compile
[INFO] |  |  |  +- org.slf4j:jul-to-slf4j:jar:1.7.6:compile
[INFO] |  |  |  +- org.slf4j:log4j-over-slf4j:jar:1.7.6:compile
[INFO] |  |  |  \- ch.qos.logback:logback-classic:jar:1.1.2:compile
[INFO] |  |  |     \- ch.qos.logback:logback-core:jar:1.1.2:compile
[INFO] |  |  \- org.yaml:snakeyaml:jar:1.13:runtime
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:1.0.1.RELEASE:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.52:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:7.0.52:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:7.0.52:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.3.2:compile
[INFO] |  |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0:compile
[INFO] |  +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-thymeleaf:jar:1.0.1.RELEASE:compile
[INFO] |  +- org.thymeleaf:thymeleaf-spring4:jar:2.1.2.RELEASE:compile
[INFO] |  |  \- org.thymeleaf:thymeleaf:jar:2.1.2.RELEASE:compile
[INFO] |  |     \- ognl:ognl:jar:3.0.6:compile
[INFO] |  \- nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:jar:1.2.2:compile
[INFO] +- org.springframework.boot:spring-boot-starter-websocket:jar:1.0.1.RELEASE:compile
[INFO] |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:7.0.52:compile
[INFO] +- org.springframework:spring-orm:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework.data:spring-data-jpa:jar:1.5.1.RELEASE:compile
[INFO] |  +- org.springframework.data:spring-data-commons:jar:1.7.1.RELEASE:compile
[INFO] |  +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.aspectj:aspectjrt:jar:1.7.4:compile
[INFO] |  +- org.slf4j:slf4j-api:jar:1.7.6:compile
[INFO] |  \- org.slf4j:jcl-over-slf4j:jar:1.7.6:compile
[INFO] +- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.2:compile
[INFO] |  \- com.fasterxml.jackson.core:jackson-core:jar:2.3.2:compile
[INFO] +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
[INFO] +- org.hibernate:hibernate-entitymanager:jar:4.3.4.Final:compile
[INFO] |  +- org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1:compile
[INFO] |  +- org.hibernate:hibernate-core:jar:4.3.4.Final:compile
[INFO] |  |  +- antlr:antlr:jar:2.7.7:compile
[INFO] |  |  \- org.jboss:jandex:jar:1.1.0.Final:compile
[INFO] |  +- dom4j:dom4j:jar:1.6.1:compile
[INFO] |  |  \- xml-apis:xml-apis:jar:1.0.b2:compile
[INFO] |  +- org.hibernate.common:hibernate-commons-annotations:jar:4.0.4.Final:compile
[INFO] |  +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
[INFO] |  +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile
[INFO] |  \- org.javassist:javassist:jar:3.18.1-GA:compile
[INFO] +- org.hibernate:hibernate-validator:jar:5.0.3.Final:compile
[INFO] |  +- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] |  \- com.fasterxml:classmate:jar:1.0.0:compile
[INFO] +- com.h2database:h2:jar:1.3.175:compile
[INFO] +- org.apache.tomcat:tomcat-jdbc:jar:7.0.52:compile
[INFO] |  \- org.apache.tomcat:tomcat-juli:jar:7.0.52:compile
[INFO] +- org.springframework.security:spring-security-core:jar:3.2.3.RELEASE:compile
[INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework.security:spring-security-config:jar:3.2.3.RELEASE:compile
[INFO] +- org.springframework.security:spring-security-web:jar:3.2.3.RELEASE:compile
[INFO] +- org.springframework:spring-aspects:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.aspectj:aspectjweaver:jar:1.7.4:compile
[INFO] +- org.webjars:bootstrap:jar:3.1.1:compile
[INFO] +- org.webjars:jquery:jar:1.11.0:compile
[INFO] +- org.webjars:angularjs:jar:1.2.12:compile
[INFO] +- org.webjars:angular-ui-bootstrap:jar:0.10.0:compile
[INFO] +- org.webjars:angular-file-upload:jar:1.2.5:compile
[INFO] +- org.webjars:highcharts:jar:3.0.9:compile
[INFO] +- org.webjars:openlayers:jar:2.13.1:compile
[INFO] +- org.springframework:spring-jms:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-messaging:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-websocket:jar:4.0.3.RELEASE:compile
[INFO] +- org.projectreactor:reactor-tcp:jar:1.0.1.RELEASE:compile
[INFO] |  +- io.netty:netty-all:jar:4.0.17.Final:compile
[INFO] |  \- org.projectreactor:reactor-core:jar:1.0.1.RELEASE:compile
[INFO] |     \- com.lmax:disruptor:jar:3.2.0:compile
[INFO] +- org.apache.activemq:activemq-broker:jar:5.9.0:compile
[INFO] |  \- org.apache.activemq:activemq-openwire-legacy:jar:5.9.0:compile
[INFO] +- org.apache.activemq:activemq-client:jar:5.9.0:compile
[INFO] |  +- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
[INFO] |  +- org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile
[INFO] |  \- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile
[INFO] +- org.apache.activemq:activemq-mqtt:jar:5.9.0:compile
[INFO] |  +- org.apache.activemq.protobuf:activemq-protobuf:jar:1.1:compile
[INFO] |  +- org.fusesource.mqtt-client:mqtt-client:jar:1.6:compile
[INFO] |  +- org.fusesource.hawtdispatch:hawtdispatch-transport:jar:1.18:compile
[INFO] |  |  \- org.fusesource.hawtdispatch:hawtdispatch:jar:1.18:compile
[INFO] |  \- commons-net:commons-net:jar:3.3:compile
[INFO] +- org.apache.activemq:activemq-stomp:jar:5.9.0:compile
[INFO] +- org.apache.activemq:activemq-pool:jar:5.9.0:compile
[INFO] |  +- org.apache.activemq:activemq-jms-pool:jar:5.9.0:compile
[INFO] |  +- org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec:jar:1.0.1:compile
[INFO] |  \- commons-pool:commons-pool:jar:1.6:compile
[INFO] +- org.apache.activemq:activemq-spring:jar:5.9.0:compile
[INFO] |  \- org.apache.xbean:xbean-spring:jar:3.14:compile
[INFO] |     \- commons-logging:commons-logging:jar:1.0.3:compile

Suggested solutions:

Update dependency version

Thank you very much.

Compile error in WebConfig

When I compile it I got as error as below:
Multiple markers at this line
- ConfigurableEmbeddedServletContainerFactory cannot be resolved to a type
- This lambda expression refers to the missing type
ConfigurableEmbeddedServletContainerFactory
- Line breakpoint:WebConfig [line: 169] -
embeddedServletContainerCustomizer(String, int)

@Bean
@Conditional(NeedsCustomizedConnectorCondition.class)
public EmbeddedServletContainerCustomizer embeddedServletContainerCustomizer(
    final @Value("${biking2.connector.proxyName}") String proxyName,
    final @Value("${biking2.connector.proxyPort:80}") int proxyPort
) {
return (ConfigurableEmbeddedServletContainerFactory factory) -> {
    if (factory instanceof TomcatEmbeddedServletContainerFactory) {
    final TomcatEmbeddedServletContainerFactory containerFactory = (TomcatEmbeddedServletContainerFactory) factory;
    containerFactory.addConnectorCustomizers(connector -> {
        connector.setProxyName(proxyName);
        connector.setProxyPort(proxyPort);
    });
    }
};
}

Build Failure

did mvn install

Here is the log:

cd /Users/cosborn/NetBeansProjects/Sandbox/biking2-boot-your-application-with-spring-boot; JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home M2_HOME=/usr/local/Cellar/maven/3.3.3/libexec /usr/local/Cellar/maven/3.3.3/libexec/bin/mvn clean install
Scanning for projects...
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter-parent/1.0.0.RC3/spring-boot-starter-parent-1.0.0.RC3.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter-parent/1.0.0.RC3/spring-boot-starter-parent-1.0.0.RC3.pom (11 KB at 18.2 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-dependencies/1.0.0.RC3/spring-boot-dependencies-1.0.0.RC3.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-dependencies/1.0.0.RC3/spring-boot-dependencies-1.0.0.RC3.pom (23 KB at 70.5 KB/sec)

------------------------------------------------------------------------
Building biking2 0.2.5-SNAPSHOT
------------------------------------------------------------------------
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-maven-plugin/1.0.0.RC3/spring-boot-maven-plugin-1.0.0.RC3.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-maven-plugin/1.0.0.RC3/spring-boot-maven-plugin-1.0.0.RC3.pom (4 KB at 15.1 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-tools/1.0.0.RC3/spring-boot-tools-1.0.0.RC3.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-tools/1.0.0.RC3/spring-boot-tools-1.0.0.RC3.pom (876 B at 3.7 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-parent/1.0.0.RC3/spring-boot-parent-1.0.0.RC3.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-parent/1.0.0.RC3/spring-boot-parent-1.0.0.RC3.pom (15 KB at 45.5 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-maven-plugin/1.0.0.RC3/spring-boot-maven-plugin-1.0.0.RC3.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-maven-plugin/1.0.0.RC3/spring-boot-maven-plugin-1.0.0.RC3.jar (21 KB at 66.2 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/zeroturnaround/jrebel-maven-plugin/1.1.3/jrebel-maven-plugin-1.1.3.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/zeroturnaround/jrebel-maven-plugin/1.1.3/jrebel-maven-plugin-1.1.3.pom (5 KB at 14.9 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/zeroturnaround/jrebel-maven-plugin/1.1.3/jrebel-maven-plugin-1.1.3.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/zeroturnaround/jrebel-maven-plugin/1.1.3/jrebel-maven-plugin-1.1.3.jar (21 KB at 62.8 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter-web/1.0.0.RC3/spring-boot-starter-web-1.0.0.RC3.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter-web/1.0.0.RC3/spring-boot-starter-web-1.0.0.RC3.pom (2 KB at 5.8 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starters/1.0.0.RC3/spring-boot-starters-1.0.0.RC3.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starters/1.0.0.RC3/spring-boot-starters-1.0.0.RC3.pom (2 KB at 7.2 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter/1.0.0.RC3/spring-boot-starter-1.0.0.RC3.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter/1.0.0.RC3/spring-boot-starter-1.0.0.RC3.pom (2 KB at 4.3 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot/1.0.0.RC3/spring-boot-1.0.0.RC3.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot/1.0.0.RC3/spring-boot-1.0.0.RC3.pom (5 KB at 15.4 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-core/4.0.1.RELEASE/spring-core-4.0.1.RELEASE.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-core/4.0.1.RELEASE/spring-core-4.0.1.RELEASE.pom (3 KB at 10.1 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-context/4.0.1.RELEASE/spring-context-4.0.1.RELEASE.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-context/4.0.1.RELEASE/spring-context-4.0.1.RELEASE.pom (5 KB at 19.9 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-aop/4.0.1.RELEASE/spring-aop-4.0.1.RELEASE.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-aop/4.0.1.RELEASE/spring-aop-4.0.1.RELEASE.pom (3 KB at 9.0 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-beans/4.0.1.RELEASE/spring-beans-4.0.1.RELEASE.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-beans/4.0.1.RELEASE/spring-beans-4.0.1.RELEASE.pom (3 KB at 7.8 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-expression/4.0.1.RELEASE/spring-expression-4.0.1.RELEASE.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-expression/4.0.1.RELEASE/spring-expression-4.0.1.RELEASE.pom (2 KB at 7.6 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-autoconfigure/1.0.0.RC3/spring-boot-autoconfigure-1.0.0.RC3.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-autoconfigure/1.0.0.RC3/spring-boot-autoconfigure-1.0.0.RC3.pom (7 KB at 29.5 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter-logging/1.0.0.RC3/spring-boot-starter-logging-1.0.0.RC3.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter-logging/1.0.0.RC3/spring-boot-starter-logging-1.0.0.RC3.pom (2 KB at 4.2 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/slf4j/jul-to-slf4j/1.7.5/jul-to-slf4j-1.7.5.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/slf4j/jul-to-slf4j/1.7.5/jul-to-slf4j-1.7.5.pom (2 KB at 8.3 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/slf4j/log4j-over-slf4j/1.7.5/log4j-over-slf4j-1.7.5.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/slf4j/log4j-over-slf4j/1.7.5/log4j-over-slf4j-1.7.5.pom (2 KB at 7.3 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/ch/qos/logback/logback-classic/1.1.0/logback-classic-1.1.0.pom

Downloaded: http://repo.spring.io/libs-snapshot/ch/qos/logback/logback-classic/1.1.0/logback-classic-1.1.0.pom (12 KB at 47.1 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/ch/qos/logback/logback-parent/1.1.0/logback-parent-1.1.0.pom

Downloaded: http://repo.spring.io/libs-snapshot/ch/qos/logback/logback-parent/1.1.0/logback-parent-1.1.0.pom (15 KB at 61.9 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/ch/qos/logback/logback-core/1.1.0/logback-core-1.1.0.pom

Downloaded: http://repo.spring.io/libs-snapshot/ch/qos/logback/logback-core/1.1.0/logback-core-1.1.0.pom (5 KB at 20.9 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter-tomcat/1.0.0.RC3/spring-boot-starter-tomcat-1.0.0.RC3.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter-tomcat/1.0.0.RC3/spring-boot-starter-tomcat-1.0.0.RC3.pom (882 B at 3.4 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/apache/tomcat/embed/tomcat-embed-core/7.0.47/tomcat-embed-core-7.0.47.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/apache/tomcat/embed/tomcat-embed-core/7.0.47/tomcat-embed-core-7.0.47.pom (2 KB at 7.9 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.47/tomcat-embed-logging-juli-7.0.47.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.47/tomcat-embed-logging-juli-7.0.47.pom (2 KB at 5.6 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-web/4.0.1.RELEASE/spring-web-4.0.1.RELEASE.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-web/4.0.1.RELEASE/spring-web-4.0.1.RELEASE.pom (7 KB at 29.3 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-webmvc/4.0.1.RELEASE/spring-webmvc-4.0.1.RELEASE.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-webmvc/4.0.1.RELEASE/spring-webmvc-4.0.1.RELEASE.pom (11 KB at 46.8 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-orm/4.0.1.RELEASE/spring-orm-4.0.1.RELEASE.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-orm/4.0.1.RELEASE/spring-orm-4.0.1.RELEASE.pom (6 KB at 20.5 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-jdbc/4.0.1.RELEASE/spring-jdbc-4.0.1.RELEASE.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-jdbc/4.0.1.RELEASE/spring-jdbc-4.0.1.RELEASE.pom (4 KB at 13.9 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-tx/4.0.1.RELEASE/spring-tx-4.0.1.RELEASE.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-tx/4.0.1.RELEASE/spring-tx-4.0.1.RELEASE.pom (4 KB at 11.8 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/data/spring-data-jpa/1.5.0.RC1/spring-data-jpa-1.5.0.RC1.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/data/spring-data-jpa/1.5.0.RC1/spring-data-jpa-1.5.0.RC1.pom (12 KB at 26.3 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/data/build/spring-data-parent/1.3.0.RC1/spring-data-parent-1.3.0.RC1.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/data/build/spring-data-parent/1.3.0.RC1/spring-data-parent-1.3.0.RC1.pom (23 KB at 56.3 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/data/build/spring-data-build/1.3.0.RC1/spring-data-build-1.3.0.RC1.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/data/build/spring-data-build/1.3.0.RC1/spring-data-build-1.3.0.RC1.pom (3 KB at 9.7 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-framework-bom/3.2.7.RELEASE/spring-framework-bom-3.2.7.RELEASE.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-framework-bom/3.2.7.RELEASE/spring-framework-bom-3.2.7.RELEASE.pom (5 KB at 11.5 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/data/spring-data-commons/1.7.0.RC1/spring-data-commons-1.7.0.RC1.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/data/spring-data-commons/1.7.0.RC1/spring-data-commons-1.7.0.RC1.pom (6 KB at 12.3 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom

Downloaded: http://repo.spring.io/libs-snapshot/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (5 KB at 12.9 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/hibernate/hibernate-entitymanager/4.3.1.Final/hibernate-entitymanager-4.3.1.Final.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/hibernate/hibernate-entitymanager/4.3.1.Final/hibernate-entitymanager-4.3.1.Final.pom (4 KB at 13.8 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/hibernate/hibernate-core/4.3.1.Final/hibernate-core-4.3.1.Final.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/hibernate/hibernate-core/4.3.1.Final/hibernate-core-4.3.1.Final.pom (4 KB at 14.8 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/hibernate/common/hibernate-commons-annotations/4.0.4.Final/hibernate-commons-annotations-4.0.4.Final.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/hibernate/common/hibernate-commons-annotations/4.0.4.Final/hibernate-commons-annotations-4.0.4.Final.pom (3 KB at 8.8 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/hibernate/hibernate-validator/5.0.2.Final/hibernate-validator-5.0.2.Final.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/hibernate/hibernate-validator/5.0.2.Final/hibernate-validator-5.0.2.Final.pom (13 KB at 32.1 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/hibernate/hibernate-validator-parent/5.0.2.Final/hibernate-validator-parent-5.0.2.Final.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/hibernate/hibernate-validator-parent/5.0.2.Final/hibernate-validator-parent-5.0.2.Final.pom (26 KB at 67.8 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/apache/tomcat/tomcat-jdbc/7.0.47/tomcat-jdbc-7.0.47.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/apache/tomcat/tomcat-jdbc/7.0.47/tomcat-jdbc-7.0.47.pom (2 KB at 6.5 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/apache/tomcat/tomcat-juli/7.0.47/tomcat-juli-7.0.47.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/apache/tomcat/tomcat-juli/7.0.47/tomcat-juli-7.0.47.pom (2 KB at 5.7 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-aspects/4.0.1.RELEASE/spring-aspects-4.0.1.RELEASE.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-aspects/4.0.1.RELEASE/spring-aspects-4.0.1.RELEASE.pom (4 KB at 11.0 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/aspectj/aspectjweaver/1.7.4/aspectjweaver-1.7.4.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/aspectj/aspectjweaver/1.7.4/aspectjweaver-1.7.4.pom (2 KB at 4.5 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/webjars/bootstrap/3.1.1/bootstrap-3.1.1.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/webjars/bootstrap/3.1.1/bootstrap-3.1.1.pom (6 KB at 12.2 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/webjars/jquery/1.11.0/jquery-1.11.0.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/webjars/jquery/1.11.0/jquery-1.11.0.pom (7 KB at 21.4 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/webjars/angularjs/1.2.12/angularjs-1.2.12.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/webjars/angularjs/1.2.12/angularjs-1.2.12.pom (5 KB at 14.0 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/webjars/angular-ui-bootstrap/0.10.0/angular-ui-bootstrap-0.10.0.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/webjars/angular-ui-bootstrap/0.10.0/angular-ui-bootstrap-0.10.0.pom (6 KB at 17.3 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/webjars/angular-file-upload/1.2.5/angular-file-upload-1.2.5.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/webjars/angular-file-upload/1.2.5/angular-file-upload-1.2.5.pom (5 KB at 12.9 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/webjars/highcharts/3.0.9/highcharts-3.0.9.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/webjars/highcharts/3.0.9/highcharts-3.0.9.pom (6 KB at 17.4 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/webjars/openlayers/2.13.1/openlayers-2.13.1.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/webjars/openlayers/2.13.1/openlayers-2.13.1.pom (5 KB at 10.5 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/thymeleaf/thymeleaf/2.1.2.RELEASE/thymeleaf-2.1.2.RELEASE.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/thymeleaf/thymeleaf/2.1.2.RELEASE/thymeleaf-2.1.2.RELEASE.pom (10 KB at 36.6 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/ognl/ognl/3.0.6/ognl-3.0.6.pom

Downloaded: http://repo.spring.io/libs-snapshot/ognl/ognl/3.0.6/ognl-3.0.6.pom (7 KB at 25.4 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/thymeleaf/thymeleaf-spring4/2.1.2.RELEASE/thymeleaf-spring4-2.1.2.RELEASE.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/thymeleaf/thymeleaf-spring4/2.1.2.RELEASE/thymeleaf-spring4-2.1.2.RELEASE.pom (10 KB at 37.1 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-test/4.0.1.RELEASE/spring-test-4.0.1.RELEASE.pom

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-test/4.0.1.RELEASE/spring-test-4.0.1.RELEASE.pom (6 KB at 24.1 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter-web/1.0.0.RC3/spring-boot-starter-web-1.0.0.RC3.jar
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter/1.0.0.RC3/spring-boot-starter-1.0.0.RC3.jar
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot/1.0.0.RC3/spring-boot-1.0.0.RC3.jar
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-autoconfigure/1.0.0.RC3/spring-boot-autoconfigure-1.0.0.RC3.jar
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter-logging/1.0.0.RC3/spring-boot-starter-logging-1.0.0.RC3.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter-web/1.0.0.RC3/spring-boot-starter-web-1.0.0.RC3.jar (2 KB at 8.2 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/slf4j/jul-to-slf4j/1.7.5/jul-to-slf4j-1.7.5.jar


Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter/1.0.0.RC3/spring-boot-starter-1.0.0.RC3.jar (2 KB at 5.7 KB/sec)
Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter-logging/1.0.0.RC3/spring-boot-starter-logging-1.0.0.RC3.jar (3 KB at 6.0 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/slf4j/log4j-over-slf4j/1.7.5/log4j-over-slf4j-1.7.5.jar
Downloading: http://repo.spring.io/libs-snapshot/ch/qos/logback/logback-classic/1.1.0/logback-classic-1.1.0.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/slf4j/jul-to-slf4j/1.7.5/jul-to-slf4j-1.7.5.jar (5 KB at 10.2 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/ch/qos/logback/logback-core/1.1.0/logback-core-1.1.0.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/slf4j/log4j-over-slf4j/1.7.5/log4j-over-slf4j-1.7.5.jar (22 KB at 32.2 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter-tomcat/1.0.0.RC3/spring-boot-starter-tomcat-1.0.0.RC3.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-autoconfigure/1.0.0.RC3/spring-boot-autoconfigure-1.0.0.RC3.jar (173 KB at 205.4 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/apache/tomcat/embed/tomcat-embed-core/7.0.47/tomcat-embed-core-7.0.47.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot-starter-tomcat/1.0.0.RC3/spring-boot-starter-tomcat-1.0.0.RC3.jar (2 KB at 2.2 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.47/tomcat-embed-logging-juli-7.0.47.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/boot/spring-boot/1.0.0.RC3/spring-boot-1.0.0.RC3.jar (261 KB at 263.2 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.47/tomcat-embed-logging-juli-7.0.47.jar (38 KB at 30.6 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-web/4.0.1.RELEASE/spring-web-4.0.1.RELEASE.jar

Downloaded: http://repo.spring.io/libs-snapshot/ch/qos/logback/logback-classic/1.1.0/logback-classic-1.1.0.jar (265 KB at 120.2 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-webmvc/4.0.1.RELEASE/spring-webmvc-4.0.1.RELEASE.jar

Downloaded: http://repo.spring.io/libs-snapshot/ch/qos/logback/logback-core/1.1.0/logback-core-1.1.0.jar (417 KB at 184.8 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-orm/4.0.1.RELEASE/spring-orm-4.0.1.RELEASE.jar

Downloaded: http://repo.spring.io/libs-snapshot/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (893 KB at 287.1 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-beans/4.0.1.RELEASE/spring-beans-4.0.1.RELEASE.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-web/4.0.1.RELEASE/spring-web-4.0.1.RELEASE.jar (649 KB at 187.1 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-core/4.0.1.RELEASE/spring-core-4.0.1.RELEASE.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/apache/tomcat/embed/tomcat-embed-core/7.0.47/tomcat-embed-core-7.0.47.jar (2778 KB at 728.5 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-jdbc/4.0.1.RELEASE/spring-jdbc-4.0.1.RELEASE.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-orm/4.0.1.RELEASE/spring-orm-4.0.1.RELEASE.jar (356 KB at 90.3 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-tx/4.0.1.RELEASE/spring-tx-4.0.1.RELEASE.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-tx/4.0.1.RELEASE/spring-tx-4.0.1.RELEASE.jar (243 KB at 52.3 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/data/spring-data-jpa/1.5.0.RC1/spring-data-jpa-1.5.0.RC1.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-beans/4.0.1.RELEASE/spring-beans-4.0.1.RELEASE.jar (655 KB at 126.4 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/data/spring-data-commons/1.7.0.RC1/spring-data-commons-1.7.0.RC1.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/data/spring-data-jpa/1.5.0.RC1/spring-data-jpa-1.5.0.RC1.jar (176 KB at 33.9 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-context/4.0.1.RELEASE/spring-context-4.0.1.RELEASE.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-jdbc/4.0.1.RELEASE/spring-jdbc-4.0.1.RELEASE.jar (410 KB at 78.5 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-aop/4.0.1.RELEASE/spring-aop-4.0.1.RELEASE.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-core/4.0.1.RELEASE/spring-core-4.0.1.RELEASE.jar (941 KB at 176.4 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar

Downloaded: http://repo.spring.io/libs-snapshot/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (31 KB at 5.5 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-webmvc/4.0.1.RELEASE/spring-webmvc-4.0.1.RELEASE.jar (645 KB at 110.0 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/hibernate/hibernate-entitymanager/4.3.1.Final/hibernate-entitymanager-4.3.1.Final.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/data/spring-data-commons/1.7.0.RC1/spring-data-commons-1.7.0.RC1.jar (399 KB at 65.8 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/hibernate/hibernate-core/4.3.1.Final/hibernate-core-4.3.1.Final.jar

Downloaded: http://repo.spring.io/libs-snapshot/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (194 KB at 30.1 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/hibernate/common/hibernate-commons-annotations/4.0.4.Final/hibernate-commons-annotations-4.0.4.Final.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-aop/4.0.1.RELEASE/spring-aop-4.0.1.RELEASE.jar (344 KB at 53.0 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/hibernate/hibernate-validator/5.0.2.Final/hibernate-validator-5.0.2.Final.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-context/4.0.1.RELEASE/spring-context-4.0.1.RELEASE.jar (951 KB at 145.2 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/apache/tomcat/tomcat-jdbc/7.0.47/tomcat-jdbc-7.0.47.jar


Downloaded: http://repo.spring.io/libs-snapshot/org/hibernate/common/hibernate-commons-annotations/4.0.4.Final/hibernate-commons-annotations-4.0.4.Final.jar (74 KB at 10.9 KB/sec)
Downloaded: http://repo.spring.io/libs-snapshot/org/hibernate/hibernate-entitymanager/4.3.1.Final/hibernate-entitymanager-4.3.1.Final.jar (631 KB at 93.0 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/apache/tomcat/tomcat-juli/7.0.47/tomcat-juli-7.0.47.jar
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-expression/4.0.1.RELEASE/spring-expression-4.0.1.RELEASE.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/apache/tomcat/tomcat-juli/7.0.47/tomcat-juli-7.0.47.jar (38 KB at 5.2 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-aspects/4.0.1.RELEASE/spring-aspects-4.0.1.RELEASE.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-expression/4.0.1.RELEASE/spring-expression-4.0.1.RELEASE.jar (201 KB at 27.3 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/aspectj/aspectjweaver/1.7.4/aspectjweaver-1.7.4.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/apache/tomcat/tomcat-jdbc/7.0.47/tomcat-jdbc-7.0.47.jar (123 KB at 16.4 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/webjars/bootstrap/3.1.1/bootstrap-3.1.1.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/hibernate/hibernate-validator/5.0.2.Final/hibernate-validator-5.0.2.Final.jar (561 KB at 73.8 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/webjars/jquery/1.11.0/jquery-1.11.0.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-aspects/4.0.1.RELEASE/spring-aspects-4.0.1.RELEASE.jar (51 KB at 6.4 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/webjars/angularjs/1.2.12/angularjs-1.2.12.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/webjars/bootstrap/3.1.1/bootstrap-3.1.1.jar (266 KB at 31.0 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/webjars/angular-ui-bootstrap/0.10.0/angular-ui-bootstrap-0.10.0.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/webjars/jquery/1.11.0/jquery-1.11.0.jar (174 KB at 19.9 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/webjars/angular-file-upload/1.2.5/angular-file-upload-1.2.5.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/hibernate/hibernate-core/4.3.1.Final/hibernate-core-4.3.1.Final.jar (5093 KB at 573.6 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/webjars/highcharts/3.0.9/highcharts-3.0.9.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/webjars/angular-file-upload/1.2.5/angular-file-upload-1.2.5.jar (61 KB at 6.5 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/webjars/openlayers/2.13.1/openlayers-2.13.1.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/webjars/angular-ui-bootstrap/0.10.0/angular-ui-bootstrap-0.10.0.jar (86 KB at 9.2 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/thymeleaf/thymeleaf/2.1.2.RELEASE/thymeleaf-2.1.2.RELEASE.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/webjars/angularjs/1.2.12/angularjs-1.2.12.jar (917 KB at 96.8 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/ognl/ognl/3.0.6/ognl-3.0.6.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/webjars/highcharts/3.0.9/highcharts-3.0.9.jar (67 KB at 7.1 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/thymeleaf/thymeleaf-spring4/2.1.2.RELEASE/thymeleaf-spring4-2.1.2.RELEASE.jar

Downloaded: http://repo.spring.io/libs-snapshot/org/aspectj/aspectjweaver/1.7.4/aspectjweaver-1.7.4.jar (1808 KB at 186.0 KB/sec)
Downloading: http://repo.spring.io/libs-snapshot/org/springframework/spring-test/4.0.1.RELEASE/spring-test-4.0.1.RELEASE.jar

Downloaded: http://repo.spring.io/libs-snapshot/ognl/ognl/3.0.6/ognl-3.0.6.jar (223 KB at 21.1 KB/sec)

Downloaded: http://repo.spring.io/libs-snapshot/org/springframework/spring-test/4.0.1.RELEASE/spring-test-4.0.1.RELEASE.jar (432 KB at 40.4 KB/sec)

Downloaded: http://repo.spring.io/libs-snapshot/org/thymeleaf/thymeleaf-spring4/2.1.2.RELEASE/thymeleaf-spring4-2.1.2.RELEASE.jar (225 KB at 20.7 KB/sec)

Downloaded: http://repo.spring.io/libs-snapshot/org/thymeleaf/thymeleaf/2.1.2.RELEASE/thymeleaf-2.1.2.RELEASE.jar (768 KB at 70.2 KB/sec)

Downloaded: http://repo.spring.io/libs-snapshot/org/webjars/openlayers/2.13.1/openlayers-2.13.1.jar (1589 KB at 142.0 KB/sec)

--- maven-clean-plugin:2.5:clean (default-clean) @ biking2 ---

--- maven-enforcer-plugin:1.2:enforce (enforce) @ biking2 ---

--- maven-resources-plugin:2.6:resources (default-resources) @ biking2 ---
Using 'UTF-8' encoding to copy filtered resources.
Copying 2 resources
Copying 24 resources
Copying 12 resources

--- jrebel-maven-plugin:1.1.3:generate (generate-rebel-xml) @ biking2 ---
Processing eu.michael-simons:biking2 with packaging jar

--- maven-compiler-plugin:3.1:compile (default-compile) @ biking2 ---
Changes detected - recompiling the module!
Compiling 54 source files to /Users/cosborn/NetBeansProjects/Sandbox/biking2-boot-your-application-with-spring-boot/target/classes

--- maven-resources-plugin:2.6:testResources (default-testResources) @ biking2 ---
Using 'UTF-8' encoding to copy filtered resources.
Copying 7 resources

--- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ biking2 ---
Changes detected - recompiling the module!
Compiling 24 source files to /Users/cosborn/NetBeansProjects/Sandbox/biking2-boot-your-application-with-spring-boot/target/test-classes
-------------------------------------------------------------
COMPILATION WARNING : 
-------------------------------------------------------------
/Users/cosborn/NetBeansProjects/Sandbox/biking2-boot-your-application-with-spring-boot/src/test/java/ac/simons/biking2/api/BikingPicturesControllerTest.java: /Users/cosborn/NetBeansProjects/Sandbox/biking2-boot-your-application-with-spring-boot/src/test/java/ac/simons/biking2/api/BikingPicturesControllerTest.java uses unchecked or unsafe operations.
/Users/cosborn/NetBeansProjects/Sandbox/biking2-boot-your-application-with-spring-boot/src/test/java/ac/simons/biking2/api/BikingPicturesControllerTest.java: Recompile with -Xlint:unchecked for details.
2 warnings 
-------------------------------------------------------------
-------------------------------------------------------------
COMPILATION ERROR : 
-------------------------------------------------------------
/Users/cosborn/NetBeansProjects/Sandbox/biking2-boot-your-application-with-spring-boot/src/test/java/ac/simons/biking2/highcharts/HighchartsNgConfigTest.java:[41,17] reference to withData is ambiguous
  both method withData(java.lang.Number...) in ac.simons.biking2.highcharts.Series.Builder and method withData(int...) in ac.simons.biking2.highcharts.Series.Builder match
/Users/cosborn/NetBeansProjects/Sandbox/biking2-boot-your-application-with-spring-boot/src/test/java/ac/simons/biking2/highcharts/HighchartsNgConfigTest.java:[44,17] reference to withData is ambiguous
  both method withData(java.lang.Number...) in ac.simons.biking2.highcharts.Series.Builder and method withData(int...) in ac.simons.biking2.highcharts.Series.Builder match
/Users/cosborn/NetBeansProjects/Sandbox/biking2-boot-your-application-with-spring-boot/src/test/java/ac/simons/biking2/highcharts/SeriesTest.java:[43,17] reference to withData is ambiguous
  both method withData(java.lang.Number...) in ac.simons.biking2.highcharts.Series.Builder and method withData(int...) in ac.simons.biking2.highcharts.Series.Builder match
3 errors 
-------------------------------------------------------------
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 32.391 s
Finished at: 2015-07-02T17:50:33-07:00
Final Memory: 29M/321M
------------------------------------------------------------------------
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project biking2: Compilation failure: Compilation failure:
/Users/cosborn/NetBeansProjects/Sandbox/biking2-boot-your-application-with-spring-boot/src/test/java/ac/simons/biking2/highcharts/HighchartsNgConfigTest.java:[41,17] reference to withData is ambiguous
both method withData(java.lang.Number...) in ac.simons.biking2.highcharts.Series.Builder and method withData(int...) in ac.simons.biking2.highcharts.Series.Builder match
/Users/cosborn/NetBeansProjects/Sandbox/biking2-boot-your-application-with-spring-boot/src/test/java/ac/simons/biking2/highcharts/HighchartsNgConfigTest.java:[44,17] reference to withData is ambiguous
both method withData(java.lang.Number...) in ac.simons.biking2.highcharts.Series.Builder and method withData(int...) in ac.simons.biking2.highcharts.Series.Builder match
/Users/cosborn/NetBeansProjects/Sandbox/biking2-boot-your-application-with-spring-boot/src/test/java/ac/simons/biking2/highcharts/SeriesTest.java:[43,17] reference to withData is ambiguous
both method withData(java.lang.Number...) in ac.simons.biking2.highcharts.Series.Builder and method withData(int...) in ac.simons.biking2.highcharts.Series.Builder match
-> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException



Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.