Skip to content

Conversation

@Connor-Brown
Copy link

api group: 'org.apache.velocity', name: 'velocity-engine-core', version: '2.0'

testCompile 'junit:junit:4.12'
api 'junit:junit:4.12'
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inversion just has to use junit in the src code, doesn't it..... 😭

if (field.getAnnotation(Ignore.class) != null || Modifier.isTransient(field.getModifiers()))

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same with including org.springframework.boot:spring-boot-starter-test in the compile-time code.......... Which is where this junit4 dependencies was coming from prior to me upgrading the spring version

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gross.

compile 'org.springframework.boot:spring-boot-starter-jdbc'
compile 'org.springframework.boot:spring-boot-starter-test'
compile 'net.rakugakibox.spring.boot:logback-access-spring-boot-starter:2.6.0'
api "org.springframework.boot:spring-boot-starter-web:$springBootVersion"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A lot of this was copied from the same inversion upgrade we did for Snooze -> #180

(At some point, we really need to spend the time to get all our projects that use inversion to use the same version of inversion...............)

Copy link

@paul-eggerling-boeck-rp paul-eggerling-boeck-rp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming that Indexer is the only app using this version of Inversion?

@connor-brown-rp
Copy link

I'm assuming that Indexer is the only app using this version of Inversion?

Yeah, its the only active app that uses this version. The one-time-code repo uses it too, but that app was removed last year. Otherwise, snooze, heartbeat and token-tracker all use inversion 0.3.x

@connor-brown-rp connor-brown-rp merged commit acba1aa into release-0.4.x Oct 28, 2025
@connor-brown-rp connor-brown-rp deleted the liftbau-3745 branch October 28, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants