This tag should be used to identify questions regarding compatibility issues, for example between different versions of the same software product or, development kit or library.
Questions tagged [compatibility]
2979 questions
1
vote
0 answers
Compatibility issues with Bouncy Castle pre 1.46
I've just heard of a partner who can't use my PGP key because he says his software is not compatible with PGP keys generated with BCPG 1.45 or earlier. I've been using these keys for a while now and never had any problems. Also, I've been unable to…

JuanKB1024
- 324
- 1
- 17
1
vote
1 answer
flex -l longest pattern match strategy - not here?
I have two lex rules and was wondering why I never matched the second rule. Instead rule 1 always fired upon the pattern
2005-05-09-11.23.04.790000
[-]?[0-9]*[.][0-9]* { comma=0;
printf("DEBUG: data 1 %s\n",yytext);
…

Krischu
- 1,024
- 2
- 15
- 35
1
vote
2 answers
How to remove iPhone 4s and lower compatibility from Xcode project
iTunes Connect always asks me for 3.5 inch snapshots, how can I get rid of it?

Bill Wong
- 37
- 1
- 7
1
vote
1 answer
TSC: what does --target ES3 compatibility flag do?
I installed typescript npm package:
npm install typescript
and ran
node_modules\.bin\tsc doodle.ts -t ES3
Where doodle.ts has:
var test = document.querySelector('.test');
It echoed back the same in output doodle.js.
How to configure it so in the…

Annie
- 3,090
- 9
- 36
- 74
1
vote
1 answer
IE11 User Agent String issue
I am using compatibility mode in IE11. I am using below code to set compatibility mode:
Now when I run my webpage some of functionality is breaking. After setting User Agent String to 'Internet…

Nalu
- 1,107
- 4
- 20
- 43
1
vote
1 answer
spring-data-jpa & org.springframework compatibility
I recently updated a parent pom file which our (child) projects declare. In said pom file, I updated "org.springframework" dependencies (spring-webmvc, spring-web ...) from version 4.0.7.RELEASE to 4.1.6.RELEASE.
In a child project/pom, I'm using…

maspen
- 301
- 1
- 6
- 17
1
vote
1 answer
CakePHP is version X compatible with PHP Version Y
I'm currently using CakePHP 2.1.1 with PHP 5.3 and want to upgrade to PHP 5.5 (integrated OPCache), though I'm not sure if CakePHP is compatible with it. Is there an easy way to figure out if those two versions are compatible without installing it…

Christian Strang
- 8,470
- 5
- 42
- 53
1
vote
2 answers
Is Zend Framework 1.10.x compatible with PHP 5.3?
I'm currently developing in (learning) ZF1.10. I also just set up a new development server using Ubuntu 10.04 which came with php 5.3
I know that ZF will start using php 5.3 functionality as of ZF2, but will ZF1.10 work fully and normally running on…

Peter
- 1,211
- 4
- 17
- 32
1
vote
1 answer
How binary compatible is distributed akka
While akka has documentation regarding binary compatibility for drop in jar replacement, I can't find anything regarding protocol binary compatibility.
At the basic level, the actor API is a mailbox of messages. Therefore as long as the messages…

Stephen
- 19,488
- 10
- 62
- 83
1
vote
1 answer
How to make different objects compatible with IPhone and IPad using Spritekit
So I've been trying to make all my objects the correct size for both IPad and IPhone by using proportions based on the size of the screen. But I've been having trouble doing it with objects such as the SKLabelNode, due to it using fontSize instead…

Varun Wadhwa
- 35
- 1
- 8
1
vote
3 answers
Are UiAutomator and AccessibilityServices not compatible?
I have an AccessibilityService (AS) running to programatically get information about what's currently displayed on the screen.
Now I want to set some UiAutomator test cases. However, if I have the AS running the UiAutomator gives the following…

Inês
- 882
- 3
- 13
- 28
1
vote
0 answers
Safari 8 browser not triggering button click event
Safari 8 browser not triggering button click event. I am working on a eCommerce tool named AspdotnetStorefront. Here the html contents are generated dynamically in c# code.
Eg code
lnkAddVariant.Attributes["onclick"] = String.Format("return…

Praveen
- 11
- 1
1
vote
2 answers
Can we use angular with HTML4?
I am new to Angular and since Angular.JS uses directives which are a kind of data-* attributes and data-* attributes are new to HTML5. So in that case is AngularJS HTML5 specific or are there any tweaks to make it run on older version as…

Yameen
- 585
- 1
- 6
- 17
1
vote
3 answers
Using Select2 or Chosen with jQuery Mobile
I'm trying to use multiple select Select2 on site where I'm also using jQuery Mobile. The issue is that their styles are overlapping each other so it doesn't work well.
I found out that using data-role="none" parameter, which should disable jQuery…

Tony Vlcek
- 446
- 4
- 18
1
vote
0 answers
How to find if JDK7 is compatible with my Project's JARs
We are in the process of upgrading our project to JDK7 and I have a huge list of third party JARs (450+) being used. I can open each individual website and check if that version is compatible with JDK7 or not but wanted to check if there is a…

217602
- 7
- 3