Giter VIP home page Giter VIP logo

spring-cloud-dataflow-build's Issues

Add checkstyle to build tools

We didn't take spring-cloud-build-tools concept for our dataflow build and that's required for checkstyle(it would come from classpath) if we want to have a common one and not hardcode config location(needed to run builds from module directories).

Upgrade boot 2.4.0

Boot 2.4.0 should go with cloud train 2020.0.0-M6(when it's out). Boot 2.4.1 and Cloud 2020.0.0 GA is tentatively out before holidays.

Framework dependencies

  • Spring Boot has been updated to 2.4.7
  • Spring Cloud has been updated to 2020.0.3
  • Java CFEnv has been updated to 2.3.0
  • spring-cloud-services-config-client-autoconfigure has been updated to 3.2.1

Add dependencies parent

This is a similar work for parent splitting not needing to rely on spring-cloud-dependencies-parent.

Bring back junit4

Boot 2.4.x finally removed junit4 deps so we want to bring it back directly into top-level build so that we don't need to modify every umbrella project.

Add testResources build config

Essentially we'd like to process test resources similarly to normal resources:

	<build>
		<testResources>
			<testResource>
				<directory>${basedir}/src/test/resources</directory>
				<filtering>true</filtering>
				<includes>
					<include>**/application*.yml</include>
					<include>**/application*.properties</include>
				</includes>
			</testResource>
			<testResource>
				<directory>${basedir}/src/test/resources</directory>
				<excludes>
					<exclude>**/application*.yml</exclude>
					<exclude>**/application*.properties</exclude>
				</excludes>
			</testResource>
		</testResources>
	</build>

So that in a projects you would not need to modify poms if these files do things like property resolving, etc.

Add profiles for staging release and milestone builds

What we want accomplish is that when staging build is done, some fu in build files should help to make sure that we have restricted resolution not leak snapshots into milestones, milestones into releases and staging build should also resolve from staging repo as we want to build whole "train" before promoting.

Upgrade to Boot 2.3.x

The 2.3.0 RC1 is available, 2.3.0 GA is planned for May 14th. Let's get the 2.3.0 RC1 pulled in sooner than later for SCDF 2.6.x.

Common settings for junit5 tags

Mileage may vary between surefire and failsafe but it'd be nice to have common config what juni5 tags are excluded automatically. Not sure if failsafe honors any tags but surefire does. Think plan is totally move away from failsafe in favour of tags.

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.